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:
41  vtkPistonSort() {VTK_LEGACY_BODY(vtkPistonSort::vtkPistonSort, "VTK 6.3");}
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
static vtkPistonAlgorithm * New()
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only PistonDataObjects.
NVidia thrust filter example.
Definition: vtkPistonSort.h:33
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)