|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   20 #ifndef vtkExplicitStructuredGridSurfaceFilter_h 
   21 #define vtkExplicitStructuredGridSurfaceFilter_h 
   23 #include "vtkFiltersGeometryModule.h"  
   46   vtkSetMacro(PassThroughCellIds, 
int);
 
   47   vtkGetMacro(PassThroughCellIds, 
int);
 
   48   vtkBooleanMacro(PassThroughCellIds, 
int);
 
   49   vtkSetMacro(PassThroughPointIds, 
int);
 
   50   vtkGetMacro(PassThroughPointIds, 
int);
 
   51   vtkBooleanMacro(PassThroughPointIds, 
int);
 
   61   vtkSetStringMacro(OriginalCellIdsName);
 
   64     return (this->OriginalCellIdsName ? this->OriginalCellIdsName : 
"vtkOriginalCellIds");
 
   66   vtkSetStringMacro(OriginalPointIdsName);
 
   69     return (this->OriginalPointIdsName ? this->OriginalPointIdsName : 
"vtkOriginalPointIds");
 
  
virtual const char * GetOriginalPointIdsName()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
char * OriginalCellIdsName
Filter which creates a surface (polydata) from an explicit structured grid.
Multiprocessing communication superclass.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual const char * GetOriginalCellIdsName()
structured grid with explicit topology and geometry
char * OriginalPointIdsName
static vtkPolyDataAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only polydata as output.