Bounds | vtkCellLocator | protected |
Buckets | vtkCellLocator | protected |
BuildLocator() | vtkCellLocator | virtual |
BuildLocatorIfNeeded() | vtkCellLocator | virtual |
BuildLocatorInternal() | vtkCellLocator | virtual |
CacheCellBounds | vtkAbstractCellLocator | protected |
CacheCellBoundsOff() | vtkAbstractCellLocator | virtual |
CacheCellBoundsOn() | vtkAbstractCellLocator | virtual |
CellBounds | vtkAbstractCellLocator | protected |
CellHasBeenVisited | vtkCellLocator | protected |
ClearCellHasBeenVisited() | vtkCellLocator | protected |
ClearCellHasBeenVisited(int id) | vtkCellLocator | protected |
ComputeOctantBounds(int i, int j, int k) | vtkCellLocator | protected |
Distance2ToBounds(double x[3], double bounds[6]) | vtkCellLocator | protected |
Distance2ToBucket(double x[3], int nei[3]) | vtkCellLocator | protected |
FindCell(double x[3]) | vtkCellLocator | inlinevirtual |
FindCell(double x[3], double tol2, vtkGenericCell *GenCell, double pcoords[3], double *weights) | vtkCellLocator | virtual |
FindCellsAlongLine(double p1[3], double p2[3], double tolerance, vtkIdList *cells) | vtkCellLocator | virtual |
FindCellsWithinBounds(double *bbox, vtkIdList *cells) | vtkCellLocator | virtual |
FindClosestPoint(double x[3], double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) | vtkCellLocator | inlinevirtual |
FindClosestPoint(double x[3], double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) | vtkCellLocator | virtual |
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) | vtkCellLocator | inlinevirtual |
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) | vtkCellLocator | inlinevirtual |
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2, int &inside) | vtkCellLocator | virtual |
ForceBuildLocator() | vtkCellLocator | virtual |
FreeCellBounds() | vtkAbstractCellLocator | protectedvirtual |
FreeSearchStructure() | vtkCellLocator | virtual |
GenerateFace(int face, int numDivs, int i, int j, int k, vtkPoints *pts, vtkCellArray *polys) | vtkCellLocator | protected |
GenerateIndex(int offset, int numDivs, int i, int j, int k, vtkIdType &idx) | vtkCellLocator | protected |
GenerateRepresentation(int level, vtkPolyData *pd) | vtkCellLocator | virtual |
GenericCell | vtkAbstractCellLocator | protected |
GetBucketNeighbors(int ijk[3], int ndivs, int level) | vtkCellLocator | protected |
GetCacheCellBounds() | vtkAbstractCellLocator | virtual |
GetCells(int bucket) | vtkCellLocator | virtual |
GetChildren(int idx, int level, int children[8]) | vtkCellLocator | protected |
GetLazyEvaluation() | vtkAbstractCellLocator | virtual |
GetNumberOfBuckets(void) | vtkCellLocator | virtual |
GetNumberOfCellsPerBucket() | vtkCellLocator | inline |
GetNumberOfCellsPerNode() | vtkAbstractCellLocator | virtual |
GetOverlappingBuckets(double x[3], int ijk[3], double dist, int prevMinLevel[3], int prevMaxLevel[3]) | vtkCellLocator | protected |
GetRetainCellLists() | vtkAbstractCellLocator | virtual |
GetUseExistingSearchStructure() | vtkAbstractCellLocator | virtual |
H | vtkCellLocator | protected |
InsideCellBounds(double x[3], vtkIdType cell_ID) | vtkAbstractCellLocator | virtual |
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId) | vtkCellLocator | inlinevirtual |
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) | vtkCellLocator | inlinevirtual |
IntersectWithLine(const double a0[3], const double a1[3], vtkPoints *points, vtkIdList *cellIds) | vtkCellLocator | inlinevirtual |
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) | vtkCellLocator | virtual |
IsA(const char *type) | vtkCellLocator | virtual |
IsInOctantBounds(double x[3]) | vtkCellLocator | inlineprotected |
IsTypeOf(const char *type) | vtkCellLocator | static |
LazyEvaluation | vtkAbstractCellLocator | protected |
LazyEvaluationOff() | vtkAbstractCellLocator | virtual |
LazyEvaluationOn() | vtkAbstractCellLocator | virtual |
MarkParents(void *, int, int, int, int, int) | vtkCellLocator | protected |
New() | vtkCellLocator | static |
NewInstance() const | vtkCellLocator | |
NewInstanceInternal() const | vtkCellLocator | protectedvirtual |
NumberOfCellsPerNode | vtkAbstractCellLocator | protected |
NumberOfDivisions | vtkCellLocator | protected |
NumberOfOctants | vtkCellLocator | protected |
NumberOfParents | vtkCellLocator | protected |
OctantBounds | vtkCellLocator | protected |
PrintSelf(ostream &os, vtkIndent indent) | vtkCellLocator | |
QueryNumber | vtkCellLocator | protected |
RetainCellLists | vtkAbstractCellLocator | protected |
RetainCellListsOff() | vtkAbstractCellLocator | virtual |
RetainCellListsOn() | vtkAbstractCellLocator | virtual |
SafeDownCast(vtkObjectBase *o) | vtkCellLocator | static |
SetCacheCellBounds(int) | vtkAbstractCellLocator | virtual |
SetLazyEvaluation(int) | vtkAbstractCellLocator | virtual |
SetNumberOfCellsPerBucket(int N) | vtkCellLocator | inline |
SetNumberOfCellsPerNode(int) | vtkAbstractCellLocator | virtual |
SetRetainCellLists(int) | vtkAbstractCellLocator | virtual |
SetUseExistingSearchStructure(int) | vtkAbstractCellLocator | virtual |
StoreCellBounds() | vtkAbstractCellLocator | protectedvirtual |
Superclass typedef | vtkCellLocator | |
Tree | vtkCellLocator | protected |
UseExistingSearchStructure | vtkAbstractCellLocator | protected |
UseExistingSearchStructureOff() | vtkAbstractCellLocator | virtual |
UseExistingSearchStructureOn() | vtkAbstractCellLocator | virtual |
vtkAbstractCellLocator() | vtkAbstractCellLocator | protected |
vtkCellLocator() | vtkCellLocator | protected |
~vtkAbstractCellLocator() | vtkAbstractCellLocator | protected |
~vtkCellLocator() | vtkCellLocator | protected |