21 #ifndef vtkDataSetRegionSurfaceFilter_h 22 #define vtkDataSetRegionSurfaceFilter_h 24 #include "vtkFiltersGeometryModule.h" 42 vtkSetStringMacro(RegionArrayName);
43 vtkGetStringMacro(RegionArrayName);
59 vtkSetMacro(SingleSided,
bool);
60 vtkGetMacro(SingleSided,
bool);
68 vtkSetStringMacro(MaterialPropertiesName);
69 vtkGetStringMacro(MaterialPropertiesName);
77 vtkSetStringMacro(MaterialIDsName);
78 vtkGetStringMacro(MaterialIDsName);
86 vtkSetStringMacro(MaterialPIDsName);
87 vtkGetStringMacro(MaterialPIDsName);
95 vtkSetStringMacro(InterfaceIDsName);
96 vtkGetStringMacro(InterfaceIDsName);
129 char* RegionArrayName;
134 char* MaterialPropertiesName;
135 char* MaterialIDsName;
136 char* MaterialPIDsName;
137 char* InterfaceIDsName;
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
abstract class to specify dataset behavior
virtual void InsertTriInHash(vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType sourceId, vtkIdType faceId=-1)
virtual void InsertQuadInHash(vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType d, vtkIdType sourceId)
virtual void InsertTriInHash(vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType sourceId)
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of char
dynamic, self-adjusting array of int
vtkFastGeomQuad * GetNextVisibleQuadFromHash()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Extract surface of materials.
static vtkDataSetSurfaceFilter * New()
void InsertQuadInHash(vtkIdType a, vtkIdType b, vtkIdType c, vtkIdType d, vtkIdType sourceId) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Extracts outer (polygonal) surface.
void RecordOrigCellId(vtkIdType newIndex, vtkIdType origId)
virtual int UnstructuredGridExecute(vtkDataSet *input, vtkPolyData *output)
Direct access methods that can be used to use the this class as an algorithm without using it as a fi...