101 vtkSetMacro(Capping,
bool);
102 vtkGetMacro(Capping,
bool);
103 vtkBooleanMacro(Capping,
bool);
111 vtkSetMacro(GenerateTriangles,
bool);
112 vtkGetMacro(GenerateTriangles,
bool);
113 vtkBooleanMacro(GenerateTriangles,
bool);
122 vtkSetMacro(GenerateSolidGeometry,
bool);
123 vtkGetMacro(GenerateSolidGeometry,
bool);
124 vtkBooleanMacro(GenerateSolidGeometry,
bool);
133 vtkSetMacro(RemoveGhostCells,
bool);
134 vtkGetMacro(RemoveGhostCells,
bool);
135 vtkBooleanMacro(RemoveGhostCells,
bool);
156 vtkSetClampMacro(VolumeFractionSurfaceValue,
double, 0.0, 1.0);
157 vtkGetMacro(VolumeFractionSurfaceValue,
double);
186 int ext[6],
int aAxis,
int bAxis,
int cAxis);
211 class VectorOfFragments;
212 class VectorOfSolids;
217 inline void DetermineSurfaceValue(
int dataType);
224 bool ExtractClippedContourOnBlock(
225 vtkExtractCTHPart::VectorOfFragments& fragments, T* input,
const char* arrayName);
232 bool ExtractContourOnBlock(
233 vtkExtractCTHPart::VectorOfFragments& fragments, T* input,
const char* arrayName);
240 void ExtractExteriorSurface(vtkExtractCTHPart::VectorOfFragments& fragments, T* input);
247 bool ExtractClippedVolumeOnBlock(VectorOfSolids& solids, T* input,
const char* arrayName);
252 void ExecuteCellDataToPointData(
255 double ProgressShift;
256 double ProgressScale;
258 class ScaledProgress;
259 friend class ScaledProgress;
260 vtkExtractCTHPartInternal* Internals;