|
VTK
9.0.1
|
This is the complete list of members for vtkModifiedBSPTree, 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() override | vtkModifiedBSPTree | virtual |
| BuildLocatorIfNeeded() | vtkModifiedBSPTree | protected |
| BuildLocatorInternal() | vtkModifiedBSPTree | protected |
| BuildTime | vtkLocator | protected |
| CacheCellBounds | vtkAbstractCellLocator | protected |
| CacheCellBoundsOff() | vtkAbstractCellLocator | virtual |
| CacheCellBoundsOn() | vtkAbstractCellLocator | virtual |
| CellBounds | vtkAbstractCellLocator | protected |
| CollectRevisions(ostream &) | vtkObjectBase | inlineprotectedvirtual |
| DataSet | vtkLocator | protected |
| Debug | vtkObject | protected |
| DebugOff() | vtkObject | virtual |
| DebugOn() | vtkObject | virtual |
| Delete() | vtkObjectBase | virtual |
| FastDelete() | vtkObjectBase | virtual |
| FindCell(double x[3], double tol2, vtkGenericCell *GenCell, double pcoords[3], double *weights) override | vtkModifiedBSPTree | virtual |
| FindCell(double x[3]) | vtkModifiedBSPTree | |
| FindCell(double x[3], double tol2, vtkGenericCell *GenCell, double pcoords[3], double *weights) | vtkModifiedBSPTree | |
| vtkAbstractCellLocator::FindCell(double x[3]) | vtkAbstractCellLocator | virtual |
| FindCellsAlongLine(const double p1[3], const double p2[3], double tolerance, vtkIdList *cells) | vtkAbstractCellLocator | virtual |
| FindCellsWithinBounds(double *bbox, vtkIdList *cells) | vtkAbstractCellLocator | virtual |
| FindClosestPoint(const double x[3], double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) | vtkAbstractCellLocator | virtual |
| FindClosestPoint(const 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() | vtkModifiedBSPTree | protected |
| FreeCellBounds() | vtkAbstractCellLocator | protectedvirtual |
| FreeSearchStructure() override | vtkModifiedBSPTree | virtual |
| GenerateRepresentation(int level, vtkPolyData *pd) override | vtkModifiedBSPTree | virtual |
| GenerateRepresentationLeafs(vtkPolyData *pd) | vtkModifiedBSPTree | 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 |
| GetLeafNodeCellInformation() | vtkModifiedBSPTree | |
| GetLevel() | vtkLocator | virtual |
| GetMaxLevel() | vtkLocator | virtual |
| GetMTime() | vtkObject | virtual |
| GetNumberOfCellsPerNode() | vtkAbstractCellLocator | virtual |
| GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
| GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
| GetReferenceCount() | vtkObjectBase | inline |
| GetRetainCellLists() | vtkAbstractCellLocator | virtual |
| GetTolerance() | vtkLocator | virtual |
| GetUseExistingSearchStructure() | vtkAbstractCellLocator | virtual |
| GlobalWarningDisplayOff() | vtkObject | inlinestatic |
| GlobalWarningDisplayOn() | vtkObject | inlinestatic |
| 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 |
| InitializeObjectBase() | vtkObjectBase | |
| InsideCellBounds(double x[3], vtkIdType cell_ID) override | vtkModifiedBSPTree | virtual |
| InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | 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) | vtkModifiedBSPTree | protectedvirtual |
| IntersectWithLine(const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) override | vtkModifiedBSPTree | virtual |
| IntersectWithLine(const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) override | vtkModifiedBSPTree | virtual |
| IntersectWithLine(const double p1[3], const double p2[3], const double tol, vtkPoints *points, vtkIdList *cellIds) | vtkModifiedBSPTree | virtual |
| IntersectWithLine(const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) | vtkModifiedBSPTree | |
| IntersectWithLine(const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) | vtkModifiedBSPTree | |
| IntersectWithLine(const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) | vtkModifiedBSPTree | |
| IntersectWithLine(const double p1[3], const double p2[3], vtkPoints *points, vtkIdList *cellIds) | vtkModifiedBSPTree | |
| vtkAbstractCellLocator::IntersectWithLine(const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) | vtkAbstractCellLocator | virtual |
| vtkAbstractCellLocator::IntersectWithLine(const double p1[3], const double p2[3], vtkPoints *points, vtkIdList *cellIds) | vtkAbstractCellLocator | 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) | vtkModifiedBSPTree | virtual |
| IsTypeOf(const char *type) | vtkModifiedBSPTree | static |
| LazyEvaluation | vtkAbstractCellLocator | protected |
| LazyEvaluationOff() | vtkAbstractCellLocator | virtual |
| LazyEvaluationOn() | vtkAbstractCellLocator | virtual |
| Level | vtkLocator | protected |
| MaxLevel | vtkLocator | protected |
| Modified() | vtkObject | virtual |
| mRoot | vtkModifiedBSPTree | protected |
| MTime | vtkObject | protected |
| New() | vtkModifiedBSPTree | static |
| NewInstance() const | vtkModifiedBSPTree | |
| NewInstanceInternal() const | vtkModifiedBSPTree | protectedvirtual |
| nln | vtkModifiedBSPTree | protected |
| npn | vtkModifiedBSPTree | protected |
| NumberOfCellsPerNode | vtkAbstractCellLocator | protected |
| vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
| Print(ostream &os) | vtkObjectBase | |
| PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
| PrintRevisions(ostream &) | vtkObjectBase | inline |
| PrintSelf(ostream &os, vtkIndent indent) override | vtkModifiedBSPTree | 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 |
| RetainCellLists | vtkAbstractCellLocator | protected |
| RetainCellListsOff() | vtkAbstractCellLocator | virtual |
| RetainCellListsOn() | vtkAbstractCellLocator | virtual |
| SafeDownCast(vtkObjectBase *o) | vtkModifiedBSPTree | static |
| SetAutomatic(vtkTypeBool) | vtkLocator | virtual |
| SetCacheCellBounds(vtkTypeBool) | vtkAbstractCellLocator | virtual |
| SetDataSet(vtkDataSet *) | vtkLocator | virtual |
| SetDebug(bool debugFlag) | vtkObject | |
| SetGlobalWarningDisplay(int val) | vtkObject | static |
| SetLazyEvaluation(vtkTypeBool) | vtkAbstractCellLocator | virtual |
| SetMaxLevel(int) | vtkLocator | virtual |
| SetNumberOfCellsPerNode(int) | vtkAbstractCellLocator | virtual |
| SetReferenceCount(int) | vtkObjectBase | |
| SetRetainCellLists(vtkTypeBool) | vtkAbstractCellLocator | virtual |
| SetTolerance(double) | vtkLocator | virtual |
| SetUseExistingSearchStructure(vtkTypeBool) | vtkAbstractCellLocator | virtual |
| StoreCellBounds() | vtkAbstractCellLocator | protectedvirtual |
| Subdivide(BSPNode *node, Sorted_cell_extents_Lists *lists, vtkDataSet *dataSet, vtkIdType nCells, int depth, int maxlevel, vtkIdType maxCells, int &MaxDepth) | vtkModifiedBSPTree | protected |
| SubjectHelper | vtkObject | protected |
| Superclass typedef | vtkModifiedBSPTree | |
| Tolerance | vtkLocator | protected |
| tot_depth | vtkModifiedBSPTree | protected |
| UnRegister(vtkObjectBase *o) override | vtkLocator | virtual |
| UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
| Update() | vtkLocator | virtual |
| UseExistingSearchStructure | vtkAbstractCellLocator | protected |
| UseExistingSearchStructureOff() | vtkAbstractCellLocator | virtual |
| UseExistingSearchStructureOn() | vtkAbstractCellLocator | virtual |
| vtkAbstractCellLocator() | vtkAbstractCellLocator | protected |
| vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
| vtkLocator() | vtkLocator | protected |
| vtkModifiedBSPTree() | vtkModifiedBSPTree | protected |
| vtkObject() | vtkObject | protected |
| vtkObjectBase() | vtkObjectBase | protected |
| vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
| WeakPointers | vtkObjectBase | protected |
| ~vtkAbstractCellLocator() override | vtkAbstractCellLocator | protected |
| ~vtkLocator() override | vtkLocator | protected |
| ~vtkModifiedBSPTree() override | vtkModifiedBSPTree | protected |
| ~vtkObject() override | vtkObject | protected |
| ~vtkObjectBase() | vtkObjectBase | protectedvirtual |
1.8.17