51#ifndef vtkBoxClipDataSet_h
52#define vtkBoxClipDataSet_h
54#include "vtkFiltersGeneralModule.h"
88 double ymin,
double ymax,
89 double zmin,
double zmax);
91 const double *n1,
const double *o1,
92 const double *n2,
const double *o2,
93 const double *n3,
const double *o3,
94 const double *n4,
const double *o4,
95 const double *n5,
const double *o5);
105 vtkGetMacro(GenerateClipScalars,
int);
115 vtkGetMacro(GenerateClippedOutput,
int);
161 vtkGetMacro(Orientation,
unsigned int);
171 void MinEdgeF(const
unsigned int *id_v, const
vtkIdType *cellIds,
172 unsigned int *edgF );
264 int GenerateClipScalars;
266 int GenerateClippedOutput;
270 double BoundBoxClip[3][2];
271 unsigned int Orientation;
272 double PlaneNormal[6][3];
273 double PlanePoint[6][3];
clip an unstructured grid
static vtkBoxClipDataSet * New()
Constructor of the clipping box.
void CreateDefaultLocator()
Create default locator.
vtkUnstructuredGrid * GetClippedOutput()
Set the tolerance for merging clip intersection points that are near the vertices of cells.
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetBoxClip(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
Specify the Box with which to perform the clipping.
vtkMTimeType GetMTime() override
Return the mtime also considering the locator.
virtual int GetNumberOfOutputs()
void SetBoxClip(const double *n0, const double *o0, const double *n1, const double *o1, const double *n2, const double *o2, const double *n3, const double *o3, const double *n4, const double *o4, const double *n5, const double *o5)
abstract class to specify 3D cell interface
object to represent cell connectivity
represent and manipulate cell attribute data
abstract superclass for arrays of numeric data
represent and manipulate attribute data in a dataset
provides thread-safe access to cells
list of point or cell ids
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
represent and manipulate point attribute data
represent and manipulate 3D points
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType