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:
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 
56 
57 private:
58  vtkDataSetToPiston(const vtkDataSetToPiston&); // Not implemented.
59  void operator=(const vtkDataSetToPiston&); // Not implemented.
60 };
61 
62 #endif
vtkPistonAlgorithm.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkDataSetToPiston::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataSetToPiston::vtkDataSetToPiston
vtkDataSetToPiston()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkDataSetToPiston::FillInputPortInformation
virtual int FillInputPortInformation(int, vtkInformation *)
vtkDataSetToPiston::New
static vtkDataSetToPiston * New()
vtkPistonAlgorithm
Superclass for algorithms that produce only PistonDataObjects.
Definition: vtkPistonAlgorithm.h:44
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkDataSetToPiston::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:62
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkDataSetToPiston::~vtkDataSetToPiston
~vtkDataSetToPiston()
vtkDataSetToPiston
converts a DataSet to a PistonDataObject
Definition: vtkDataSetToPiston.h:37