63 #ifndef vtkClipVolume_h
64 #define vtkClipVolume_h
99 vtkSetMacro(Value,
double);
100 vtkGetMacro(Value,
double);
109 vtkSetMacro(InsideOut,
int);
110 vtkGetMacro(InsideOut,
int);
111 vtkBooleanMacro(InsideOut,
int);
127 vtkSetMacro(GenerateClipScalars,
int);
128 vtkGetMacro(GenerateClipScalars,
int);
129 vtkBooleanMacro(GenerateClipScalars,
int);
135 vtkSetMacro(GenerateClippedOutput,
int);
136 vtkGetMacro(GenerateClippedOutput,
int);
137 vtkBooleanMacro(GenerateClippedOutput,
int);
148 vtkSetMacro(Mixed3DCellGeneration,
int);
149 vtkGetMacro(Mixed3DCellGeneration,
int);
150 vtkBooleanMacro(Mixed3DCellGeneration,
int);
157 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
158 vtkGetMacro(MergeTolerance,
double);
170 void CreateDefaultLocator();
abstract interface for implicit functions
clip volume data with user-specified implicit function or input scalar data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
represent and manipulate point attribute data
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
int Mixed3DCellGeneration
virtual int FillInputPortInformation(int port, vtkInformation *info)
dynamic, self-adjusting array of vtkIdType
int GenerateClippedOutput
Detect and break reference loops.
virtual void ReportReferences(vtkGarbageCollector *)
a 3D cell that represents a tetrahedron
abstract class to specify cell behavior
virtual unsigned long GetMTime()
a simple class to control print indentation
vtkIncrementalPointLocator * Locator
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
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKFILTERSGENERAL_EXPORT
Superclass for algorithms that produce only unstructured grid as output.
dynamic, self-adjusting array of unsigned char
vtkUnstructuredGrid * ClippedOutput
object to represent cell connectivity
vtkImplicitFunction * ClipFunction
represent and manipulate 3D points