, 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) | vtkObject | [inline] |
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | [inline] |
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | [inline] |
Automatic | vtkLocator | [protected] |
AutomaticOff() | vtkLocator | [virtual] |
AutomaticOn() | vtkLocator | [virtual] |
BreakOnError() | vtkObject | [static] |
BuildLocator() | vtkOBBTree | [virtual] |
BuildTime | vtkLocator | [protected] |
BuildTree(vtkIdList *cells, vtkOBBNode *parent, int level) | vtkOBBTree | [protected] |
CacheCellBounds | vtkAbstractCellLocator | [protected] |
CacheCellBoundsOff() | vtkAbstractCellLocator | [virtual] |
CacheCellBoundsOn() | vtkAbstractCellLocator | [virtual] |
CellBounds | vtkAbstractCellLocator | [protected] |
CollectRevisions(ostream &) | vtkObjectBase | [inline, protected, virtual] |
ComputeOBB(vtkPoints *pts, double corner[3], double max[3], double mid[3], double min[3], double size[3]) | vtkOBBTree | [static] |
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]) | vtkOBBTree | [protected] |
DataSet | vtkLocator | [protected] |
Debug | vtkObject | [protected] |
DebugOff() | vtkObject | [virtual] |
DebugOn() | vtkObject | [virtual] |
Delete() | vtkObjectBase | [virtual] |
DeleteTree(vtkOBBNode *OBBptr) | vtkOBBTree | [protected] |
DisjointOBBNodes(vtkOBBNode *nodeA, vtkOBBNode *nodeB, vtkMatrix4x4 *XformBtoA) | vtkOBBTree | |
FastDelete() | vtkObjectBase | [virtual] |
FindCell(double x[3]) | vtkAbstractCellLocator | [virtual] |
FindCell(double x[3], double tol2, vtkGenericCell *GenCell, double pcoords[3], double *weights) | vtkAbstractCellLocator | [virtual] |
FindCellsAlongLine(double p1[3], double p2[3], double tolerance, vtkIdList *cells) | vtkAbstractCellLocator | [virtual] |
FindCellsWithinBounds(double *bbox, vtkIdList *cells) | vtkAbstractCellLocator | [virtual] |
FindClosestPoint(double x[3], double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) | vtkOBBTree | [inline, virtual] |
FindClosestPoint(double x[3], double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) | vtkOBBTree | [inline, virtual] |
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) | vtkOBBTree | [inline, virtual] |
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) | vtkOBBTree | [inline, virtual] |
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2, int &inside) | vtkOBBTree | [inline, virtual] |
FreeCellBounds() | vtkAbstractCellLocator | [protected, virtual] |
FreeSearchStructure() | vtkOBBTree | [virtual] |
GeneratePolygons(vtkOBBNode *OBBptr, int level, int repLevel, vtkPoints *pts, vtkCellArray *polys) | vtkOBBTree | [protected] |
GenerateRepresentation(int level, vtkPolyData *pd) | vtkOBBTree | [virtual] |
GenericCell | vtkAbstractCellLocator | [protected] |
GetAutomatic() | vtkLocator | [virtual] |
GetBuildTime() | vtkLocator | [virtual] |
GetCacheCellBounds() | vtkAbstractCellLocator | [virtual] |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetDataSet() | vtkLocator | [virtual] |
GetDebug() | vtkObject | |
GetGlobalWarningDisplay() | vtkObject | [static] |
GetLazyEvaluation() | vtkAbstractCellLocator | [virtual] |
GetLevel() | vtkLocator | [virtual] |
GetMaxLevel() | vtkLocator | [virtual] |
GetMTime() | vtkObject | [virtual] |
GetNumberOfCellsPerNode() | vtkAbstractCellLocator | [virtual] |
GetReferenceCount() | vtkObjectBase | [inline] |
GetRetainCellLists() | vtkAbstractCellLocator | [virtual] |
GetTolerance() | vtkLocator | [virtual] |
GetUseExistingSearchStructure() | vtkAbstractCellLocator | [virtual] |
GlobalWarningDisplayOff() | vtkObject | [inline, static] |
GlobalWarningDisplayOn() | vtkObject | [inline, static] |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
Initialize() | vtkLocator | [virtual] |
InsertedPoints | vtkOBBTree | [protected] |
InsideCellBounds(double x[3], vtkIdType cell_ID) | vtkAbstractCellLocator | [virtual] |
InsideOrOutside(const double point[3]) | vtkOBBTree | |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) | vtkObject | [protected] |
InternalReleaseFocus() | vtkObject | [protected] |
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId) | vtkOBBTree | [inline, virtual] |
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) | vtkOBBTree | [inline, virtual] |
IntersectWithLine(const double a0[3], const double a1[3], vtkPoints *points, vtkIdList *cellIds) | vtkOBBTree | [virtual] |
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) | vtkOBBTree | [virtual] |
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) | vtkObject | [inline] |
InvokeEvent(const char *event) | vtkObject | [inline] |
IsA(const char *type) | vtkOBBTree | [virtual] |
IsTypeOf(const char *type) | vtkOBBTree | [static] |
LazyEvaluation | vtkAbstractCellLocator | [protected] |
LazyEvaluationOff() | vtkAbstractCellLocator | [virtual] |
LazyEvaluationOn() | vtkAbstractCellLocator | [virtual] |
Level | vtkLocator | [protected] |
LineIntersectsNode(vtkOBBNode *pA, double b0[3], double b1[3]) | vtkOBBTree | |
MaxLevel | vtkLocator | [protected] |
Modified() | vtkObject | [virtual] |
MTime | vtkObject | [protected] |
New() | vtkOBBTree | [static] |
NewInstance() const | vtkOBBTree | |
NewInstanceInternal() const | vtkOBBTree | [protected, virtual] |
NumberOfCellsPerNode | vtkAbstractCellLocator | [protected] |
OBBCount | vtkOBBTree | [protected] |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
PointsList | vtkOBBTree | [protected] |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
PrintRevisions(ostream &) | vtkObjectBase | [inline] |
PrintSelf(ostream &os, vtkIndent indent) | vtkOBBTree | [virtual] |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
ReferenceCount | vtkObjectBase | [protected] |
Register(vtkObjectBase *o) | vtkLocator | [virtual] |
RegisterInternal(vtkObjectBase *, int check) | vtkObject | [protected, virtual] |
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 *) | vtkLocator | [protected, virtual] |
RetainCellLists | vtkAbstractCellLocator | [protected] |
RetainCellListsOff() | vtkAbstractCellLocator | [virtual] |
RetainCellListsOn() | vtkAbstractCellLocator | [virtual] |
SafeDownCast(vtkObjectBase *o) | vtkOBBTree | [static] |
SetAutomatic(int) | vtkLocator | [virtual] |
SetCacheCellBounds(int) | vtkAbstractCellLocator | [virtual] |
SetDataSet(vtkDataSet *) | vtkLocator | [virtual] |
SetDebug(unsigned char debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | [static] |
SetLazyEvaluation(int) | vtkAbstractCellLocator | [virtual] |
SetMaxLevel(int) | vtkLocator | [virtual] |
SetNumberOfCellsPerNode(int) | vtkAbstractCellLocator | [virtual] |
SetReferenceCount(int) | vtkObjectBase | |
SetRetainCellLists(int) | vtkAbstractCellLocator | [virtual] |
SetTolerance(double) | vtkLocator | [virtual] |
SetUseExistingSearchStructure(int) | vtkAbstractCellLocator | [virtual] |
StoreCellBounds() | vtkAbstractCellLocator | [protected, virtual] |
SubjectHelper | vtkObject | [protected] |
Superclass typedef | vtkOBBTree | |
Tolerance | vtkLocator | [protected] |
Tree | vtkOBBTree | [protected] |
TriangleIntersectsNode(vtkOBBNode *pA, double p0[3], double p1[3], double p2[3], vtkMatrix4x4 *XformBtoA) | vtkOBBTree | |
UnRegister(vtkObjectBase *o) | vtkLocator | [virtual] |
UnRegisterInternal(vtkObjectBase *, int check) | vtkObject | [protected, virtual] |
Update() | vtkLocator | [virtual] |
UseExistingSearchStructure | vtkAbstractCellLocator | [protected] |
UseExistingSearchStructureOff() | vtkAbstractCellLocator | [virtual] |
UseExistingSearchStructureOn() | vtkAbstractCellLocator | [virtual] |
vtkAbstractCellLocator() | vtkAbstractCellLocator | [protected] |
vtkLocator() | vtkLocator | [protected] |
vtkOBBTree() | vtkOBBTree | [protected] |
vtkObject() | vtkObject | [protected] |
vtkObjectBase() | vtkObjectBase | [protected] |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
WeakPointers | vtkObjectBase | [protected] |
~vtkAbstractCellLocator() | vtkAbstractCellLocator | [protected] |
~vtkLocator() | vtkLocator | [protected] |
~vtkOBBTree() | vtkOBBTree | [protected] |
~vtkObject() | vtkObject | [protected, virtual] |
~vtkObjectBase() | vtkObjectBase | [protected, virtual] |