61 #ifndef vtkClipVolume_h 62 #define vtkClipVolume_h 64 #include "vtkFiltersGeneralModule.h" 102 vtkGetMacro(Value,
double);
114 vtkGetMacro(InsideOut,
int);
136 vtkGetMacro(GenerateClipScalars,
int);
146 vtkGetMacro(GenerateClippedOutput,
int);
163 vtkGetMacro(Mixed3DCellGeneration,
int);
173 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
174 vtkGetMacro(MergeTolerance,
double);
190 void CreateDefaultLocator();
204 int FillInputPortInformation(
int port, vtkInformation *
info) VTK_OVERRIDE;
211 void ClipVoxel(
double value,
vtkDataArray *cellScalars,
int flip,
221 int GenerateClipScalars;
222 double MergeTolerance;
223 int Mixed3DCellGeneration;
224 int GenerateClippedOutput;
abstract interface for implicit functions
clip volume data with user-specified implicit function or input scalar data
represent and manipulate point attribute data
vtkTypeUInt32 vtkMTimeType
represent and manipulate cell attribute data
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
helper class to generate triangulations
dynamic, self-adjusting array of vtkIdType
Detect and break reference loops.
a 3D cell that represents a tetrahedron
abstract class to specify cell behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
merge exactly coincident points
list of point or cell ids
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
dynamic, self-adjusting array of unsigned char
object to represent cell connectivity
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent and manipulate 3D points