VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vtkOBBTree Member List

This is the complete list of members for vtkOBBTree, including all inherited members.

AddObserver(unsigned long event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(const char *event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)vtkObjectinline
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObjectinline
AutomaticvtkLocatorprotected
AutomaticOff()vtkLocatorvirtual
AutomaticOn()vtkLocatorvirtual
BreakOnError()vtkObjectstatic
BuildLocator()vtkOBBTreevirtual
BuildTimevtkLocatorprotected
BuildTree(vtkIdList *cells, vtkOBBNode *parent, int level)vtkOBBTreeprotected
CacheCellBoundsvtkAbstractCellLocatorprotected
CacheCellBoundsOff()vtkAbstractCellLocatorvirtual
CacheCellBoundsOn()vtkAbstractCellLocatorvirtual
CellBoundsvtkAbstractCellLocatorprotected
CollectRevisions(ostream &)vtkObjectBaseinlineprotectedvirtual
ComputeOBB(vtkPoints *pts, double corner[3], double max[3], double mid[3], double min[3], double size[3])vtkOBBTreestatic
ComputeOBB(vtkDataSet *input, double corner[3], double max[3], double mid[3], double min[3], double size[3])vtkOBBTree
ComputeOBB(vtkIdList *cells, double corner[3], double max[3], double mid[3], double min[3], double size[3])vtkOBBTreeprotected
DataSetvtkLocatorprotected
DebugvtkObjectprotected
DebugOff()vtkObjectvirtual
DebugOn()vtkObjectvirtual
Delete()vtkObjectBasevirtual
DeleteTree(vtkOBBNode *OBBptr)vtkOBBTreeprotected
DisjointOBBNodes(vtkOBBNode *nodeA, vtkOBBNode *nodeB, vtkMatrix4x4 *XformBtoA)vtkOBBTree
FastDelete()vtkObjectBasevirtual
FindCell(double x[3])vtkAbstractCellLocatorvirtual
FindCell(double x[3], double tol2, vtkGenericCell *GenCell, double pcoords[3], double *weights)vtkAbstractCellLocatorvirtual
FindCellsAlongLine(double p1[3], double p2[3], double tolerance, vtkIdList *cells)vtkAbstractCellLocatorvirtual
FindCellsWithinBounds(double *bbox, vtkIdList *cells)vtkAbstractCellLocatorvirtual
FindClosestPoint(double x[3], double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2)vtkOBBTreeinlinevirtual
FindClosestPoint(double x[3], double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2)vtkOBBTreeinlinevirtual
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2)vtkOBBTreeinlinevirtual
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2)vtkOBBTreeinlinevirtual
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2, int &inside)vtkOBBTreeinlinevirtual
FreeCellBounds()vtkAbstractCellLocatorprotectedvirtual
FreeSearchStructure()vtkOBBTreevirtual
GeneratePolygons(vtkOBBNode *OBBptr, int level, int repLevel, vtkPoints *pts, vtkCellArray *polys)vtkOBBTreeprotected
GenerateRepresentation(int level, vtkPolyData *pd)vtkOBBTreevirtual
GenericCellvtkAbstractCellLocatorprotected
GetAutomatic()vtkLocatorvirtual
GetBuildTime()vtkLocatorvirtual
GetCacheCellBounds()vtkAbstractCellLocatorvirtual
GetClassName() const vtkObjectBase
GetCommand(unsigned long tag)vtkObject
GetDataSet()vtkLocatorvirtual
GetDebug()vtkObject
GetGlobalWarningDisplay()vtkObjectstatic
GetLazyEvaluation()vtkAbstractCellLocatorvirtual
GetLevel()vtkLocatorvirtual
GetMaxLevel()vtkLocatorvirtual
GetMTime()vtkObjectvirtual
GetNumberOfCellsPerNode()vtkAbstractCellLocatorvirtual
GetReferenceCount()vtkObjectBaseinline
GetRetainCellLists()vtkAbstractCellLocatorvirtual
GetTolerance()vtkLocatorvirtual
GetUseExistingSearchStructure()vtkAbstractCellLocatorvirtual
GlobalWarningDisplayOff()vtkObjectinlinestatic
GlobalWarningDisplayOn()vtkObjectinlinestatic
HasObserver(unsigned long event, vtkCommand *)vtkObject
HasObserver(const char *event, vtkCommand *)vtkObject
HasObserver(unsigned long event)vtkObject
HasObserver(const char *event)vtkObject
Initialize()vtkLocatorvirtual
InsertedPointsvtkOBBTreeprotected
InsideCellBounds(double x[3], vtkIdType cell_ID)vtkAbstractCellLocatorvirtual
InsideOrOutside(const double point[3])vtkOBBTree
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)vtkObjectprotected
InternalReleaseFocus()vtkObjectprotected
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId)vtkOBBTreeinlinevirtual
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId)vtkOBBTreeinlinevirtual
IntersectWithLine(const double a0[3], const double a1[3], vtkPoints *points, vtkIdList *cellIds)vtkOBBTreevirtual
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell)vtkOBBTreevirtual
IntersectWithOBBTree(vtkOBBTree *OBBTreeB, vtkMatrix4x4 *XformBtoA, int(*function)(vtkOBBNode *nodeA, vtkOBBNode *nodeB, vtkMatrix4x4 *Xform, void *arg), void *data_arg)vtkOBBTree
InvokeEvent(unsigned long event, void *callData)vtkObject
InvokeEvent(const char *event, void *callData)vtkObject
InvokeEvent(unsigned long event)vtkObjectinline
InvokeEvent(const char *event)vtkObjectinline
IsA(const char *type)vtkOBBTreevirtual
IsTypeOf(const char *type)vtkOBBTreestatic
LazyEvaluationvtkAbstractCellLocatorprotected
LazyEvaluationOff()vtkAbstractCellLocatorvirtual
LazyEvaluationOn()vtkAbstractCellLocatorvirtual
LevelvtkLocatorprotected
LineIntersectsNode(vtkOBBNode *pA, double b0[3], double b1[3])vtkOBBTree
MaxLevelvtkLocatorprotected
Modified()vtkObjectvirtual
MTimevtkObjectprotected
New()vtkOBBTreestatic
NewInstance() const vtkOBBTree
NewInstanceInternal() const vtkOBBTreeprotectedvirtual
NumberOfCellsPerNodevtkAbstractCellLocatorprotected
OBBCountvtkOBBTreeprotected
vtkObjectBase::operator=(const vtkObjectBase &)vtkObjectBaseinlineprotected
PointsListvtkOBBTreeprotected
Print(ostream &os)vtkObjectBase
PrintHeader(ostream &os, vtkIndent indent)vtkObjectBasevirtual
PrintRevisions(ostream &)vtkObjectBaseinline
PrintSelf(ostream &os, vtkIndent indent)vtkOBBTreevirtual
PrintTrailer(ostream &os, vtkIndent indent)vtkObjectBasevirtual
ReferenceCountvtkObjectBaseprotected
Register(vtkObjectBase *o)vtkLocatorvirtual
RegisterInternal(vtkObjectBase *, int check)vtkObjectprotectedvirtual
RemoveAllObservers()vtkObject
RemoveObserver(vtkCommand *)vtkObject
RemoveObserver(unsigned long tag)vtkObject
RemoveObservers(unsigned long event, vtkCommand *)vtkObject
RemoveObservers(const char *event, vtkCommand *)vtkObject
RemoveObservers(unsigned long event)vtkObject
RemoveObservers(const char *event)vtkObject
ReportReferences(vtkGarbageCollector *)vtkLocatorprotectedvirtual
RetainCellListsvtkAbstractCellLocatorprotected
RetainCellListsOff()vtkAbstractCellLocatorvirtual
RetainCellListsOn()vtkAbstractCellLocatorvirtual
SafeDownCast(vtkObjectBase *o)vtkOBBTreestatic
SetAutomatic(int)vtkLocatorvirtual
SetCacheCellBounds(int)vtkAbstractCellLocatorvirtual
SetDataSet(vtkDataSet *)vtkLocatorvirtual
SetDebug(unsigned char debugFlag)vtkObject
SetGlobalWarningDisplay(int val)vtkObjectstatic
SetLazyEvaluation(int)vtkAbstractCellLocatorvirtual
SetMaxLevel(int)vtkLocatorvirtual
SetNumberOfCellsPerNode(int)vtkAbstractCellLocatorvirtual
SetReferenceCount(int)vtkObjectBase
SetRetainCellLists(int)vtkAbstractCellLocatorvirtual
SetTolerance(double)vtkLocatorvirtual
SetUseExistingSearchStructure(int)vtkAbstractCellLocatorvirtual
StoreCellBounds()vtkAbstractCellLocatorprotectedvirtual
SubjectHelpervtkObjectprotected
Superclass typedefvtkOBBTree
TolerancevtkLocatorprotected
TreevtkOBBTreeprotected
TriangleIntersectsNode(vtkOBBNode *pA, double p0[3], double p1[3], double p2[3], vtkMatrix4x4 *XformBtoA)vtkOBBTree
UnRegister(vtkObjectBase *o)vtkLocatorvirtual
UnRegisterInternal(vtkObjectBase *, int check)vtkObjectprotectedvirtual
Update()vtkLocatorvirtual
UseExistingSearchStructurevtkAbstractCellLocatorprotected
UseExistingSearchStructureOff()vtkAbstractCellLocatorvirtual
UseExistingSearchStructureOn()vtkAbstractCellLocatorvirtual
vtkAbstractCellLocator()vtkAbstractCellLocatorprotected
vtkLocator()vtkLocatorprotected
vtkOBBTree()vtkOBBTreeprotected
vtkObject()vtkObjectprotected
vtkObjectBase()vtkObjectBaseprotected
vtkObjectBase(const vtkObjectBase &)vtkObjectBaseinlineprotected
WeakPointersvtkObjectBaseprotected
~vtkAbstractCellLocator()vtkAbstractCellLocatorprotected
~vtkLocator()vtkLocatorprotected
~vtkOBBTree()vtkOBBTreeprotected
~vtkObject()vtkObjectprotectedvirtual
~vtkObjectBase()vtkObjectBaseprotectedvirtual