48 #ifndef vtkBoxClipDataSet_h 49 #define vtkBoxClipDataSet_h 51 #include "vtkFiltersGeneralModule.h" 84 void SetBoxClip(
double xmin,
double xmax,
85 double ymin,
double ymax,
86 double zmin,
double zmax);
87 void SetBoxClip(
const double *n0,
const double *o0,
88 const double *n1,
const double *o1,
89 const double *n2,
const double *o2,
90 const double *n3,
const double *o3,
91 const double *n4,
const double *o4,
92 const double *n5,
const double *o5);
102 vtkGetMacro(GenerateClipScalars,
int);
112 vtkGetMacro(GenerateClippedOutput,
int);
130 virtual int GetNumberOfOutputs();
146 void CreateDefaultLocator();
158 vtkGetMacro(Orientation,
unsigned int);
168 void MinEdgeF(const
unsigned int *id_v, const
vtkIdType *cellIds,
169 unsigned int *edgF );
261 int GenerateClipScalars;
263 int GenerateClippedOutput;
267 double BoundBoxClip[3][2];
268 unsigned int Orientation;
269 double PlaneNormal[6][3];
270 double PlanePoint[6][3];
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.
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.
represent and manipulate attribute data in a dataset
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
object to represent cell connectivity
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent and manipulate 3D points