 |
VTK
9.0.20210301
|
Go to the documentation of this file.
34 #ifndef vtkRectilinearGridToPointSet_h
35 #define vtkRectilinearGridToPointSet_h
37 #include "vtkFiltersGeneralModule.h"
67 #endif // vtkRectilinearGridToPointSet_h
Superclass for algorithms that produce only structured grid as output.
a dataset that is topologically regular with variable spacing in the three coordinate directions
~vtkRectilinearGridToPointSet() override
topologically regular array of data
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Singleton class for topologically regular data.
static vtkRectilinearGridToPointSet * New()
Converts a vtkRectilinearGrid to a vtkPointSet.
vtkRectilinearGridToPointSet()