VTK
vtkPistonSort.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPistonSort.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
28 #ifndef vtkPistonSort_h
29 #define vtkPistonSort_h
30 
31 #include "vtkPistonAlgorithm.h"
32 
33 class VTKACCELERATORSPISTON_EXPORT vtkPistonSort : public vtkPistonAlgorithm
34 {
35 public:
37  static vtkPistonSort *New();
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
40 protected:
43 
45 
46  virtual int RequestData(vtkInformation* request,
47  vtkInformationVector** inputVector,
48  vtkInformationVector* outputVector);
50 
51 
52 private:
53  vtkPistonSort(const vtkPistonSort&); // Not implemented.
54  void operator=(const vtkPistonSort&); // Not implemented.
55 
56 };
57 
58 #endif
vtkPistonAlgorithm.h
vtkPistonSort::vtkPistonSort
vtkPistonSort()
Definition: vtkPistonSort.h:41
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkPistonSort::~vtkPistonSort
~vtkPistonSort()
Definition: vtkPistonSort.h:42
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPistonSort::New
static vtkPistonSort * New()
VTK_LEGACY_BODY
#define VTK_LEGACY_BODY(method, version)
Definition: vtkSetGet.h:826
vtkPistonAlgorithm
Superclass for algorithms that produce only PistonDataObjects.
Definition: vtkPistonAlgorithm.h:44
vtkPistonSort
NVidia thrust filter example.
Definition: vtkPistonSort.h:34
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPistonSort::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkPistonSort::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)