Go to the documentation of this file.
42 #ifndef vtkExtractCTHPart_h
43 #define vtkExtractCTHPart_h
54 class vtkExtractCTHPartInternal;
63 class vtkExtractCTHPartFragments;
153 int originExtents[3],
182 class VectorOfFragments;
188 bool ExtractClippedContourOnBlock(
189 vtkExtractCTHPart::VectorOfFragments& fragments, T*
input,
const char* arrayName);
196 bool ExtractContourOnBlock(
197 vtkExtractCTHPart::VectorOfFragments& fragments, T*
input,
const char* arrayName);
204 void ExtractExteriorSurface(
205 vtkExtractCTHPart::VectorOfFragments& fragments, T*
input);
210 void ExecuteCellDataToPointData(
214 double ProgressShift;
215 double ProgressScale;
217 class ScaledProgress;
218 friend class ScaledProgress;
219 vtkExtractCTHPartInternal* Internals;
perform various plane computations
#define vtkGetObjectMacro(name, type)
#define VTKFILTERSPARALLEL_EXPORT
a dataset that is topologically regular with variable spacing in the three coordinate directions
dynamic, self-adjusting array of unsigned char
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
GLenum GLenum GLenum input
abstract superclass for composite (multi-block or AMR) datasets
Extracts outer (polygonal) surface.
appends one or more polygonal datasets together
#define vtkSetClampMacro(name, type, min, max)
Multiprocessing communication superclass.
topologically and geometrically regular array of data
a simple class to control print indentation
#define vtkGetMacro(name, type)
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of double
generate isosurfaces/isolines from scalar values
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.