11 #ifndef vtkExplicitStructuredGridSurfaceFilter_h
12 #define vtkExplicitStructuredGridSurfaceFilter_h
14 #include "vtkFiltersGeometryModule.h"
17 VTK_ABI_NAMESPACE_BEGIN
36 vtkSetMacro(PassThroughCellIds,
int);
37 vtkGetMacro(PassThroughCellIds,
int);
38 vtkBooleanMacro(PassThroughCellIds,
int);
39 vtkSetMacro(PassThroughPointIds,
int);
40 vtkGetMacro(PassThroughPointIds,
int);
41 vtkBooleanMacro(PassThroughPointIds,
int);
51 vtkSetStringMacro(OriginalCellIdsName);
54 return (this->OriginalCellIdsName ? this->OriginalCellIdsName :
"vtkOriginalCellIds");
56 vtkSetStringMacro(OriginalPointIdsName);
59 return (this->OriginalPointIdsName ? this->OriginalPointIdsName :
"vtkOriginalPointIds");
virtual const char * GetOriginalCellIdsName()
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the fi...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
char * OriginalCellIdsName
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
virtual const char * GetOriginalPointIdsName()
If PassThroughCellIds or PassThroughPointIds is on, then these ivars control the name given to the fi...
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
structured grid with explicit topology and geometry
char * OriginalPointIdsName
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Filter which creates a surface (polydata) from an explicit structured grid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.