| 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 |
| Bounds | vtkAbstractPointLocator | protected |
| BreakOnError() | vtkObject | static |
| BuildLocator() override | vtkPointLocator | virtual |
| BuildTime | vtkLocator | protected |
| BX | vtkPointLocator | protected |
| BY | vtkPointLocator | protected |
| BZ | vtkPointLocator | protected |
| CollectRevisions(ostream &) | vtkObjectBase | inlineprotectedvirtual |
| ComputePerformanceFactors() | vtkPointLocator | protected |
| DataSet | vtkLocator | protected |
| Debug | vtkObject | protected |
| DebugOff() | vtkObject | virtual |
| DebugOn() | vtkObject | virtual |
| Delete() | vtkObjectBase | virtual |
| Distance2ToBounds(const double x[3], const double bounds[6]) | vtkPointLocator | protected |
| Distance2ToBucket(const double x[3], const int nei[3]) | vtkPointLocator | protected |
| Divisions | vtkPointLocator | protected |
| FastDelete() | vtkObjectBase | virtual |
| FindClosestInsertedPoint(const double x[3]) override | vtkPointLocator | virtual |
| FindClosestNPoints(int N, const double x[3], vtkIdList *result) override | vtkPointLocator | virtual |
| vtkIncrementalPointLocator::FindClosestNPoints(int N, double x, double y, double z, vtkIdList *result) | vtkAbstractPointLocator | |
| FindClosestPoint(const double x[3]) override | vtkPointLocator | virtual |
| FindClosestPoint(const double x[3])=0 | vtkPointLocator | |
| FindClosestPoint(double x, double y, double z) | vtkPointLocator | |
| vtkIncrementalPointLocator::FindClosestPoint(double x, double y, double z) | vtkAbstractPointLocator | |
| FindClosestPointWithinRadius(double radius, const double x[3], double &dist2) override | vtkPointLocator | virtual |
| FindClosestPointWithinRadius(double radius, const double x[3], double inputDataLength, double &dist2) | vtkPointLocator | virtual |
| FindDistributedPoints(int N, const double x[3], vtkIdList *result, int M) | vtkPointLocator | virtual |
| FindDistributedPoints(int N, double x, double y, double z, vtkIdList *result, int M) | vtkPointLocator | virtual |
| FindPointsWithinRadius(double R, const double x[3], vtkIdList *result) override | vtkPointLocator | virtual |
| vtkIncrementalPointLocator::FindPointsWithinRadius(double R, double x, double y, double z, vtkIdList *result) | vtkAbstractPointLocator | |
| FreeSearchStructure() override | vtkPointLocator | virtual |
| FX | vtkPointLocator | protected |
| FY | vtkPointLocator | protected |
| FZ | vtkPointLocator | protected |
| GenerateFace(int face, int i, int j, int k, vtkPoints *pts, vtkCellArray *polys) | vtkPointLocator | protected |
| GenerateRepresentation(int level, vtkPolyData *pd) override | vtkPointLocator | virtual |
| GetAutomatic() | vtkLocator | virtual |
| GetBounds() | vtkAbstractPointLocator | inlinevirtual |
| GetBounds(double *) | vtkAbstractPointLocator | virtual |
| GetBucketIndex(const double *x) const | vtkPointLocator | inlineprotected |
| GetBucketIndices(const double *x, int ijk[3]) const | vtkPointLocator | inlineprotected |
| GetBucketNeighbors(vtkNeighborPoints *buckets, const int ijk[3], const int ndivs[3], int level) | vtkPointLocator | protected |
| GetBuildTime() | vtkLocator | virtual |
| GetClassName() const | vtkObjectBase | |
| GetCommand(unsigned long tag) | vtkObject | |
| GetDataSet() | vtkLocator | virtual |
| GetDebug() | vtkObject | |
| GetDivisions() | vtkPointLocator | virtual |
| GetDivisions(int data[3]) | vtkPointLocator | virtual |
| GetGlobalWarningDisplay() | vtkObject | static |
| GetLevel() | vtkLocator | virtual |
| GetMaxLevel() | vtkLocator | virtual |
| GetMTime() | vtkObject | virtual |
| GetNumberOfBuckets() | vtkAbstractPointLocator | virtual |
| GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
| GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
| GetNumberOfPointsPerBucket() | vtkPointLocator | virtual |
| GetOverlappingBuckets(vtkNeighborPoints *buckets, const double x[3], const int ijk[3], double dist, int level) | vtkPointLocator | protected |
| GetOverlappingBuckets(vtkNeighborPoints *buckets, const double x[3], double dist, int prevMinLevel[3], int prevMaxLevel[3]) | vtkPointLocator | protected |
| GetPoints() | vtkPointLocator | virtual |
| GetPointsInBucket(const double x[3], int ijk[3]) | vtkPointLocator | virtual |
| GetReferenceCount() | vtkObjectBase | inline |
| GetTolerance() | vtkLocator | virtual |
| GlobalWarningDisplayOff() | vtkObject | inlinestatic |
| GlobalWarningDisplayOn() | vtkObject | inlinestatic |
| H | vtkPointLocator | protected |
| HashTable | vtkPointLocator | protected |
| HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
| HasObserver(const char *event, vtkCommand *) | vtkObject | |
| HasObserver(unsigned long event) | vtkObject | |
| HasObserver(const char *event) | vtkObject | |
| HX | vtkPointLocator | protected |
| HY | vtkPointLocator | protected |
| HZ | vtkPointLocator | protected |
| Initialize() override | vtkPointLocator | virtual |
| InitializeObjectBase() | vtkObjectBase | |
| InitPointInsertion(vtkPoints *newPts, const double bounds[6]) override | vtkPointLocator | virtual |
| InitPointInsertion(vtkPoints *newPts, const double bounds[6], vtkIdType estSize) override | vtkPointLocator | virtual |
| InsertionLevel | vtkPointLocator | protected |
| InsertionPointId | vtkPointLocator | protected |
| InsertionTol2 | vtkPointLocator | protected |
| InsertNextPoint(const double x[3]) override | vtkPointLocator | virtual |
| InsertPoint(vtkIdType ptId, const double x[3]) override | vtkPointLocator | virtual |
| InsertUniquePoint(const double x[3], vtkIdType &ptId) override | vtkPointLocator | virtual |
| InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
| InternalReleaseFocus() | vtkObject | protected |
| 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) | vtkPointLocator | virtual |
| IsInsertedPoint(double x, double y, double z) override | vtkPointLocator | inlinevirtual |
| IsInsertedPoint(const double x[3]) override | vtkPointLocator | virtual |
| IsTypeOf(const char *type) | vtkPointLocator | static |
| Level | vtkLocator | protected |
| MaxLevel | vtkLocator | protected |
| Modified() | vtkObject | virtual |
| MTime | vtkObject | protected |
| New() | vtkPointLocator | static |
| NewInstance() const | vtkPointLocator | |
| NewInstanceInternal() const | vtkPointLocator | protectedvirtual |
| NumberOfBuckets | vtkAbstractPointLocator | protected |
| NumberOfPointsPerBucket | vtkPointLocator | protected |
| vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
| Points | vtkPointLocator | protected |
| Print(ostream &os) | vtkObjectBase | |
| PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
| PrintRevisions(ostream &) | vtkObjectBase | inline |
| PrintSelf(ostream &os, vtkIndent indent) override | vtkPointLocator | virtual |
| PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
| ReferenceCount | vtkObjectBase | protected |
| Register(vtkObjectBase *o) override | vtkLocator | virtual |
| RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
| 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 *) override | vtkLocator | protectedvirtual |
| SafeDownCast(vtkObjectBase *o) | vtkPointLocator | static |
| SetAutomatic(vtkTypeBool) | vtkLocator | virtual |
| SetDataSet(vtkDataSet *) | vtkLocator | virtual |
| SetDebug(bool debugFlag) | vtkObject | |
| SetDivisions(int, int, int) | vtkPointLocator | virtual |
| SetDivisions(int[3]) | vtkPointLocator | virtual |
| SetGlobalWarningDisplay(int val) | vtkObject | static |
| SetMaxLevel(int) | vtkLocator | virtual |
| SetNumberOfPointsPerBucket(int) | vtkPointLocator | virtual |
| SetReferenceCount(int) | vtkObjectBase | |
| SetTolerance(double) | vtkLocator | virtual |
| SliceSize | vtkPointLocator | protected |
| SubjectHelper | vtkObject | protected |
| Superclass typedef | vtkPointLocator | |
| Tolerance | vtkLocator | protected |
| UnRegister(vtkObjectBase *o) override | vtkLocator | virtual |
| UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
| Update() | vtkLocator | virtual |
| vtkAbstractPointLocator() | vtkAbstractPointLocator | protected |
| vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
| vtkIncrementalPointLocator() | vtkIncrementalPointLocator | protected |
| vtkLocator() | vtkLocator | protected |
| vtkObject() | vtkObject | protected |
| vtkObjectBase() | vtkObjectBase | protected |
| vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
| vtkPointLocator() | vtkPointLocator | protected |
| WeakPointers | vtkObjectBase | protected |
| XD | vtkPointLocator | protected |
| YD | vtkPointLocator | protected |
| ZD | vtkPointLocator | protected |
| ~vtkAbstractPointLocator() override | vtkAbstractPointLocator | protected |
| ~vtkIncrementalPointLocator() override | vtkIncrementalPointLocator | protected |
| ~vtkLocator() override | vtkLocator | protected |
| ~vtkObject() override | vtkObject | protected |
| ~vtkObjectBase() | vtkObjectBase | protectedvirtual |
| ~vtkPointLocator() override | vtkPointLocator | protected |