VTK
vtkDataSetToPiston.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDataSetToPiston.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 vtkDataSetToPiston_h
30 #define vtkDataSetToPiston_h
31 
32 #include "vtkPistonAlgorithm.h"
33 
34 class vtkDataSet;
35 
36 class VTKACCELERATORSPISTON_EXPORT vtkDataSetToPiston : public vtkPistonAlgorithm
37 {
38 public:
39  static vtkDataSetToPiston *New();
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
43 protected:
46 
48 
49  virtual int RequestData(vtkInformation* request,
50  vtkInformationVector** inputVector,
51  vtkInformationVector* outputVector);
53 
55  virtual int FillInputPortInformation(int, vtkInformation*);
56 
57 private:
58  vtkDataSetToPiston(const vtkDataSetToPiston&); // Not implemented.
59  void operator=(const vtkDataSetToPiston&); // Not implemented.
60 };
61 
62 #endif
static vtkPistonAlgorithm * New()
Store vtkAlgorithm input/output information.
abstract class to specify dataset behavior
Definition: vtkDataSet.h:61
Superclass for algorithms that produce only PistonDataObjects.
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Store zero or more vtkInformation instances.
converts a DataSet to a PistonDataObject
void PrintSelf(ostream &os, vtkIndent indent)