Go to the documentation of this file.
64 #ifndef vtkClipVolume_h
65 #define vtkClipVolume_h
67 #include "vtkFiltersGeneralModule.h"
104 vtkSetMacro(Value,
double);
105 vtkGetMacro(Value,
double);
150 vtkBooleanMacro(GenerateClippedOutput,
vtkTypeBool);
167 vtkBooleanMacro(Mixed3DCellGeneration,
vtkTypeBool);
176 vtkSetClampMacro(MergeTolerance,
double,0.0001,0.25);
177 vtkGetMacro(MergeTolerance,
double);
193 void CreateDefaultLocator();
represent and manipulate 3D points
vtkImplicitFunction * ClipFunction
clip volume data with user-specified implicit function or input scalar data
represent and manipulate point attribute data
vtkTypeBool GenerateClipScalars
dynamic, self-adjusting array of unsigned char
abstract superclass for arrays of numeric data
helper class to generate triangulations
abstract interface for implicit functions
virtual vtkMTimeType GetMTime()
Return this object's modified time.
abstract class to specify cell behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represent and manipulate cell attribute data
a simple class to control print indentation
vtkTypeBool GenerateClippedOutput
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
list of point or cell ids
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Detect and break reference loops.
void ReportReferences(vtkGarbageCollector *) override
dynamic, self-adjusting array of vtkIdType
vtkUnstructuredGrid * ClippedOutput
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIncrementalPointLocator * Locator
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
a 3D cell that represents a tetrahedron
vtkTypeBool Mixed3DCellGeneration
merge exactly coincident points
vtkTypeUInt32 vtkMTimeType