36 #ifndef vtkBoxClipDataSet_h
37 #define vtkBoxClipDataSet_h
39 #include "vtkFiltersGeneralModule.h"
42 VTK_ABI_NAMESPACE_BEGIN
73 void SetBoxClip(
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax);
74 void SetBoxClip(
const double* n0,
const double* o0,
const double* n1,
const double* o1,
75 const double* n2,
const double* o2,
const double* n3,
const double* o3,
const double* n4,
76 const double* o4,
const double* n5,
const double* o5);
96 vtkBooleanMacro(GenerateClippedOutput,
vtkTypeBool);
113 virtual int GetNumberOfOutputs();
129 void CreateDefaultLocator();
141 vtkGetMacro(Orientation,
unsigned int);
142 vtkSetMacro(Orientation,
unsigned int);
148 void MinEdgeF(
const unsigned int* id_v,
const vtkIdType* cellIds,
unsigned int* edgF);
221 double BoundBoxClip[3][2];
223 double PlaneNormal[6][3];
224 double PlanePoint[6][3];
231 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represent and manipulate point attribute data
vtkTypeBool GenerateClippedOutput
vtkTypeUInt32 vtkMTimeType
represent and manipulate cell attribute data
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
provides thread-safe access to cells
abstract class to specify 3D cell interface
clip an unstructured grid
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
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.
vtkTypeBool GenerateClipScalars
represent and manipulate attribute data in a dataset
Superclass for algorithms that produce only unstructured grid as output.
object to represent cell connectivity
vtkIncrementalPointLocator * Locator
represent and manipulate 3D points