 |
VTK
9.0.1
|
Go to the documentation of this file.
48 #ifndef vtkBoxClipDataSet_h
49 #define vtkBoxClipDataSet_h
51 #include "vtkFiltersGeneralModule.h"
84 void SetBoxClip(
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax);
85 void SetBoxClip(
const double* n0,
const double* o0,
const double* n1,
const double* o1,
86 const double* n2,
const double* o2,
const double* n3,
const double* o3,
const double* n4,
87 const double* o4,
const double* n5,
const double* o5);
107 vtkBooleanMacro(GenerateClippedOutput,
vtkTypeBool);
124 virtual int GetNumberOfOutputs();
140 void CreateDefaultLocator();
152 vtkGetMacro(Orientation,
unsigned int);
153 vtkSetMacro(Orientation,
unsigned int);
159 void MinEdgeF(
const unsigned int* id_v,
const vtkIdType* cellIds,
unsigned int* edgF);
232 double BoundBoxClip[3][2];
234 double PlaneNormal[6][3];
235 double PlanePoint[6][3];
represent and manipulate 3D points
vtkTypeBool GenerateClippedOutput
represent and manipulate point attribute data
represent and manipulate attribute data in a dataset
abstract superclass for arrays of numeric data
abstract class to specify 3D cell interface
clip an unstructured grid
vtkTypeBool GenerateClipScalars
virtual vtkMTimeType GetMTime()
Return this object's modified time.
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
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.
vtkIncrementalPointLocator * Locator
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
provides thread-safe access to cells
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
vtkTypeUInt32 vtkMTimeType