56 #include "vtkFiltersGeneralModule.h"
75 void DebugPrintTree(
int level,
double *leaf_vol,
int *minCells,
120 double& t,
double x[3],
double pcoords[3],
128 static void ComputeOBB(
vtkPoints *pts,
double corner[3],
double max[3],
129 double mid[3],
double min[3],
double size[3]);
137 void ComputeOBB(
vtkDataSet *input,
double corner[3],
double max[3],
138 double mid[3],
double min[3],
double size[3]);
145 int InsideOrOutside(
const double point[3]);
157 int LineIntersectsNode(
vtkOBBNode *pA,
double b0[3],
double b1[3] );
163 double p0[3],
double p1[3],
182 void BuildLocator() VTK_OVERRIDE;
198 ~vtkOBBTree() VTK_OVERRIDE;
203 void ComputeOBB(
vtkIdList *cells,
double corner[3],
double max[3],
204 double mid[3],
double min[3],
double size[3]);
213 void GeneratePolygons(
vtkOBBNode *OBBptr,
int level,
int repLevel,
217 vtkOBBTree(const vtkOBBTree&) VTK_DELETE_FUNCTION;
218 void operator=(const vtkOBBTree&) VTK_DELETE_FUNCTION;
represent and manipulate 4x4 transformation matrices
abstract class to specify dataset behavior
an abstract base class for locators which find cells
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual void FreeSearchStructure()=0
Free the memory required for the spatial data structure.
provides thread-safe access to cells
generate oriented bounding box (OBB) tree
a simple class to control print indentation
list of point or cell ids
virtual int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
Return intersection point (if any) of finite line with cells contained in cell locator.
object to represent cell connectivity
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points