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 =========================================================================*/
29 #ifndef vtkPistonSort_h
30 #define vtkPistonSort_h
31 
32 #include "vtkPistonAlgorithm.h"
33 
34 class VTKACCELERATORSPISTON_EXPORT vtkPistonSort : public vtkPistonAlgorithm
35 {
36 public:
38  static vtkPistonSort *New();
39  void PrintSelf(ostream& os, vtkIndent indent);
40 
41 protected:
42  vtkPistonSort() {VTK_LEGACY_BODY(vtkPistonSort::vtkPistonSort, "VTK 6.3");}
44 
48  virtual int RequestData(vtkInformation* request,
49  vtkInformationVector** inputVector,
50  vtkInformationVector* outputVector);
51 
52 
53 private:
54  vtkPistonSort(const vtkPistonSort&) VTK_DELETE_FUNCTION;
55  void operator=(const vtkPistonSort&) VTK_DELETE_FUNCTION;
56 
57 };
58 
59 #endif
static vtkPistonAlgorithm * New()
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only PistonDataObjects.
NVidia thrust filter example.
Definition: vtkPistonSort.h:34
a simple class to control print indentation
Definition: vtkIndent.h:39
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Method that does the actual calculation.
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.