52#ifndef vtkClipVolume_h 
   53#define vtkClipVolume_h 
   55#include "vtkFiltersGeneralModule.h"  
   58VTK_ABI_NAMESPACE_BEGIN
 
   93  vtkSetMacro(Value, 
double);
 
   94  vtkGetMacro(Value, 
double);
 
  165  vtkSetClampMacro(MergeTolerance, 
double, 0.0001, 0.25);
 
  166  vtkGetMacro(MergeTolerance, 
double);
 
object to represent cell connectivity
 
represent and manipulate cell attribute data
 
abstract class to specify cell behavior
 
clip volume data with user-specified implicit function or input scalar data
 
vtkUnstructuredGrid * ClippedOutput
 
void ClipTets(double value, vtkTetra *clipTetra, vtkDataArray *clipScalars, vtkDataArray *cellScalars, vtkIdList *tetraIds, vtkPoints *tetraPts, vtkPointData *inPD, vtkPointData *outPD, vtkCellData *inCD, vtkIdType cellId, vtkCellData *outCD, vtkCellData *clippedCD, int insideOut)
 
vtkClipVolume(vtkImplicitFunction *cf=nullptr)
 
vtkTypeBool GenerateClipScalars
 
void ClipVoxel(double value, vtkDataArray *cellScalars, int flip, double origin[3], double spacing[3], vtkIdList *cellIds, vtkPoints *cellPts, vtkPointData *inPD, vtkPointData *outPD, vtkCellData *inCD, vtkIdType cellId, vtkCellData *outCD, vtkCellData *clippedCD)
 
virtual void SetClipFunction(vtkImplicitFunction *)
Specify the implicit function with which to perform the clipping.
 
vtkTypeBool GenerateClippedOutput
 
vtkIncrementalPointLocator * Locator
 
vtkMTimeType GetMTime() override
Return the mtime also considering the locator and clip function.
 
static vtkClipVolume * New()
Construct with user-specified implicit function; InsideOut turned off; value set to 0....
 
vtkImplicitFunction * ClipFunction
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkClipVolume() override
 
void ReportReferences(vtkGarbageCollector *) override
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
void CreateDefaultLocator()
Create default locator.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkTypeBool Mixed3DCellGeneration
 
void SetLocator(vtkIncrementalPointLocator *locator)
Set / Get a spatial locator for merging points.
 
vtkUnstructuredGrid * GetClippedOutput()
Return the clipped output.
 
abstract superclass for arrays of numeric data
 
Detect and break reference loops.
 
list of point or cell ids
 
dynamic, self-adjusting array of vtkIdType
 
abstract interface for implicit functions
 
Abstract class in support of both point location and point insertion.
 
a simple class to control print indentation
 
merge exactly coincident points
 
helper class to generate triangulations
 
represent and manipulate point attribute data
 
represent and manipulate 3D points
 
a 3D cell that represents a tetrahedron
 
dynamic, self-adjusting array of unsigned char
 
Superclass for algorithms that produce only unstructured grid as output.
 
dataset represents arbitrary combinations of all possible cell types
 
vtkTypeUInt32 vtkMTimeType