, 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() | vtkCellTreeLocator | [virtual] |
BuildLocatorIfNeeded() | vtkCellTreeLocator | [virtual] |
BuildLocatorInternal() | vtkCellTreeLocator | [virtual] |
BuildTime | vtkLocator | [protected] |
CacheCellBounds | vtkAbstractCellLocator | [protected] |
CacheCellBoundsOff() | vtkAbstractCellLocator | [virtual] |
CacheCellBoundsOn() | vtkAbstractCellLocator | [virtual] |
CellBounds | vtkAbstractCellLocator | [protected] |
Classify(const double origin[3], const double dir[3], double &rDist, vtkCellTreeNode *&near, vtkCellTreeNode *&mid, vtkCellTreeNode *&far, int &mustCheck) | vtkCellTreeLocator | [protected] |
CollectRevisions(ostream &) | vtkObjectBase | [inline, protected, virtual] |
DataSet | vtkLocator | [protected] |
Debug | vtkObject | [protected] |
DebugOff() | vtkObject | [virtual] |
DebugOn() | vtkObject | [virtual] |
Delete() | vtkObjectBase | [virtual] |
FastDelete() | vtkObjectBase | [virtual] |
FindCell(double pos[3], double vtkNotUsed, vtkGenericCell *cell, double pcoords[3], double *weights) | vtkCellTreeLocator | [virtual] |
FindCell(double x[3]) | vtkCellTreeLocator | [inline, virtual] |
FindCellsAlongLine(double p1[3], double p2[3], double tolerance, vtkIdList *cells) | vtkAbstractCellLocator | [virtual] |
FindCellsWithinBounds(double *bbox, vtkIdList *cells) | vtkCellTreeLocator | [virtual] |
FindClosestPoint(double x[3], double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) | vtkAbstractCellLocator | [virtual] |
FindClosestPoint(double x[3], double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) | vtkAbstractCellLocator | [virtual] |
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) | vtkAbstractCellLocator | [virtual] |
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) | vtkAbstractCellLocator | [virtual] |
FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2, int &inside) | vtkAbstractCellLocator | [virtual] |
ForceBuildLocator() | vtkCellTreeLocator | [virtual] |
FreeCellBounds() | vtkAbstractCellLocator | [protected, virtual] |
FreeSearchStructure() | vtkCellTreeLocator | [virtual] |
GenerateRepresentation(int level, vtkPolyData *pd) | vtkCellTreeLocator | [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 | |
getDominantAxis(const double dir[3]) | vtkCellTreeLocator | [protected] |
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] |
InsideCellBounds(double x[3], vtkIdType cell_ID) | vtkAbstractCellLocator | [virtual] |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) | vtkObject | [protected] |
InternalReleaseFocus() | vtkObject | [protected] |
IntersectCellInternal(vtkIdType cell_ID, const double p1[3], const double p2[3], const double tol, double &t, double ipt[3], double pcoords[3], int &subId) | vtkCellTreeLocator | [protected, virtual] |
IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) | vtkCellTreeLocator | [virtual] |
IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) | vtkCellTreeLocator | [inline, virtual] |
IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) | vtkCellTreeLocator | [virtual] |
IntersectWithLine(const double p1[3], const double p2[3], vtkPoints *points, vtkIdList *cellIds) | vtkCellTreeLocator | [inline, virtual] |
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) | vtkCellTreeLocator | [virtual] |
IsTypeOf(const char *type) | vtkCellTreeLocator | [static] |
LazyEvaluation | vtkAbstractCellLocator | [protected] |
LazyEvaluationOff() | vtkAbstractCellLocator | [virtual] |
LazyEvaluationOn() | vtkAbstractCellLocator | [virtual] |
Level | vtkLocator | [protected] |
MaxLevel | vtkLocator | [protected] |
Modified() | vtkObject | [virtual] |
MTime | vtkObject | [protected] |
New() | vtkCellTreeLocator | [static] |
NewInstance() const | vtkCellTreeLocator | |
NewInstanceInternal() const | vtkCellTreeLocator | [protected, virtual] |
NumberOfBuckets | vtkCellTreeLocator | [protected] |
NumberOfCellsPerNode | vtkAbstractCellLocator | [protected] |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
PrintRevisions(ostream &) | vtkObjectBase | [inline] |
PrintSelf(ostream &os, vtkIndent indent) | vtkCellTreeLocator | [virtual] |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
RayMinMaxT(const double origin[3], const double dir[3], double &rTmin, double &rTmax) | vtkCellTreeLocator | [protected] |
RayMinMaxT(const double bounds[6], const double origin[3], const double dir[3], double &rTmin, double &rTmax) | vtkCellTreeLocator | [protected] |
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) | vtkCellTreeLocator | [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 | vtkCellTreeLocator | |
Tolerance | vtkLocator | [protected] |
Tree | vtkCellTreeLocator | [protected] |
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] |
vtkCellPointTraversal class | vtkCellTreeLocator | [friend] |
vtkCellTreeBuilder class | vtkCellTreeLocator | [friend] |
vtkCellTreeLocator() | vtkCellTreeLocator | [protected] |
vtkCellTreeNode class | vtkCellTreeLocator | [friend] |
vtkLocator() | vtkLocator | [protected] |
vtkObject() | vtkObject | [protected] |
vtkObjectBase() | vtkObjectBase | [protected] |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
WeakPointers | vtkObjectBase | [protected] |
~vtkAbstractCellLocator() | vtkAbstractCellLocator | [protected] |
~vtkCellTreeLocator() | vtkCellTreeLocator | [protected] |
~vtkLocator() | vtkLocator | [protected] |
~vtkObject() | vtkObject | [protected, virtual] |
~vtkObjectBase() | vtkObjectBase | [protected, virtual] |