|
virtual vtkTypeBool | IsA (const char *type) |
| Standard type and print methods.
|
|
vtkOBBTree * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
int | IntersectWithLine (const double a0[3], const double a1[3], vtkPoints *points, vtkIdList *cellIds) override |
| Take the passed line segment and intersect it with the data set.
|
|
int | IntersectWithLine (const double a0[3], const double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) override |
| Return the first intersection of the specified line segment with the OBB tree, as well as information about the cell which the line segment intersected.
|
|
void | ComputeOBB (vtkDataSet *input, double corner[3], double max[3], double mid[3], double min[3], double size[3]) |
| Compute an OBB for the input dataset using the cells in the data.
|
|
int | InsideOrOutside (const double point[3]) |
| Determine whether a point is inside or outside the data used to build this OBB tree.
|
|
int | DisjointOBBNodes (vtkOBBNode *nodeA, vtkOBBNode *nodeB, vtkMatrix4x4 *XformBtoA) |
| Returns true if nodeB and nodeA are disjoint after optional transformation of nodeB with matrix XformBtoA.
|
|
int | LineIntersectsNode (vtkOBBNode *pA, const double b0[3], const double b1[3]) |
| Returns true if line intersects node.
|
|
int | TriangleIntersectsNode (vtkOBBNode *pA, double p0[3], double p1[3], double p2[3], vtkMatrix4x4 *XformBtoA) |
| Returns true if triangle (optionally transformed) intersects node.
|
|
int | IntersectWithOBBTree (vtkOBBTree *OBBTreeB, vtkMatrix4x4 *XformBtoA, int(*function)(vtkOBBNode *nodeA, vtkOBBNode *nodeB, vtkMatrix4x4 *Xform, void *arg), void *data_arg) |
| For each intersecting leaf node pair, call function.
|
|
void | GenerateRepresentation (int level, vtkPolyData *pd) override |
| Create polygonal representation for OBB tree at specified level.
|
|
virtual int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) |
| Return intersection point (if any) of finite line with cells contained in cell locator.
|
|
virtual int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) |
| Return intersection point (if any) AND the cell which was intersected by the finite line.
|
|
virtual int | 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) |
| Return intersection point (if any) AND the cell which was intersected by the finite line.
|
|
virtual int | IntersectWithLine (const double p1[3], const double p2[3], vtkPoints *points, vtkIdList *cellIds) |
| Take the passed line segment and intersect it with the data set.
|
|
|
void | FreeSearchStructure () override |
| Satisfy locator's abstract interface, see vtkLocator.
|
|
void | BuildLocator () override |
| Satisfy locator's abstract interface, see vtkLocator.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Standard type and print methods.
|
|
vtkAbstractCellLocator * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) |
| Return intersection point (if any) of finite line with cells contained in cell locator.
|
|
virtual int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) |
| Return intersection point (if any) AND the cell which was intersected by the finite line.
|
|
virtual int | 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) |
| Return intersection point (if any) AND the cell which was intersected by the finite line.
|
|
virtual int | IntersectWithLine (const double p1[3], const double p2[3], vtkPoints *points, vtkIdList *cellIds) |
| Take the passed line segment and intersect it with the data set.
|
|
virtual void | FindClosestPoint (const double x[3], double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) |
| Return the closest point and the cell which is closest to the point x.
|
|
virtual void | FindClosestPoint (const double x[3], double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) |
| Return the closest point and the cell which is closest to the point x.
|
|
virtual vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) |
| Return the closest point within a specified radius and the cell which is closest to the point x.
|
|
virtual vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) |
| Return the closest point within a specified radius and the cell which is closest to the point x.
|
|
virtual vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2, int &inside) |
| Return the closest point within a specified radius and the cell which is closest to the point x.
|
|
virtual void | FindCellsWithinBounds (double *bbox, vtkIdList *cells) |
| Return a list of unique cell ids inside of a given bounding box.
|
|
virtual void | FindCellsAlongLine (const double p1[3], const double p2[3], double tolerance, vtkIdList *cells) |
| Given a finite line defined by the two points (p1,p2), return the list of unique cell ids in the buckets containing the line.
|
|
virtual vtkIdType | FindCell (double x[3]) |
| Returns the Id of the cell containing the point, returns -1 if no cell found.
|
|
virtual vtkIdType | FindCell (double x[3], double tol2, vtkGenericCell *GenCell, double pcoords[3], double *weights) |
| Find the cell containing a given point.
|
|
virtual bool | InsideCellBounds (double x[3], vtkIdType cell_ID) |
| Quickly test if a point is inside the bounds of a particular cell.
|
|
virtual void | SetNumberOfCellsPerNode (int) |
| Specify the preferred/maximum number of cells in each node/bucket.
|
|
virtual int | GetNumberOfCellsPerNode () |
| Specify the preferred/maximum number of cells in each node/bucket.
|
|
virtual void | SetCacheCellBounds (vtkTypeBool) |
| Boolean controls whether the bounds of each cell are computed only once and then saved.
|
|
virtual vtkTypeBool | GetCacheCellBounds () |
| Boolean controls whether the bounds of each cell are computed only once and then saved.
|
|
virtual void | CacheCellBoundsOn () |
| Boolean controls whether the bounds of each cell are computed only once and then saved.
|
|
virtual void | CacheCellBoundsOff () |
| Boolean controls whether the bounds of each cell are computed only once and then saved.
|
|
virtual void | SetRetainCellLists (vtkTypeBool) |
| Boolean controls whether to maintain list of cells in each node.
|
|
virtual vtkTypeBool | GetRetainCellLists () |
| Boolean controls whether to maintain list of cells in each node.
|
|
virtual void | RetainCellListsOn () |
| Boolean controls whether to maintain list of cells in each node.
|
|
virtual void | RetainCellListsOff () |
| Boolean controls whether to maintain list of cells in each node.
|
|
virtual void | SetLazyEvaluation (vtkTypeBool) |
| Most Locators build their search structures during BuildLocator but some may delay construction until it is actually needed.
|
|
virtual vtkTypeBool | GetLazyEvaluation () |
| Most Locators build their search structures during BuildLocator but some may delay construction until it is actually needed.
|
|
virtual void | LazyEvaluationOn () |
| Most Locators build their search structures during BuildLocator but some may delay construction until it is actually needed.
|
|
virtual void | LazyEvaluationOff () |
| Most Locators build their search structures during BuildLocator but some may delay construction until it is actually needed.
|
|
virtual void | SetUseExistingSearchStructure (vtkTypeBool) |
| Some locators support querying a new dataset without rebuilding the search structure (typically this may occur when a dataset changes due to a time update, but is actually the same topology) Turning on this flag enables some locators to skip the rebuilding phase.
|
|
virtual vtkTypeBool | GetUseExistingSearchStructure () |
| Some locators support querying a new dataset without rebuilding the search structure (typically this may occur when a dataset changes due to a time update, but is actually the same topology) Turning on this flag enables some locators to skip the rebuilding phase.
|
|
virtual void | UseExistingSearchStructureOn () |
| Some locators support querying a new dataset without rebuilding the search structure (typically this may occur when a dataset changes due to a time update, but is actually the same topology) Turning on this flag enables some locators to skip the rebuilding phase.
|
|
virtual void | UseExistingSearchStructureOff () |
| Some locators support querying a new dataset without rebuilding the search structure (typically this may occur when a dataset changes due to a time update, but is actually the same topology) Turning on this flag enables some locators to skip the rebuilding phase.
|
|
virtual void | Update () |
| Cause the locator to rebuild itself if it or its input dataset has changed.
|
|
virtual void | Initialize () |
| Initialize locator.
|
|
virtual void | BuildLocator ()=0 |
| Build the locator from the input dataset.
|
|
virtual void | FreeSearchStructure ()=0 |
| Free the memory required for the spatial data structure.
|
|
virtual void | GenerateRepresentation (int level, vtkPolyData *pd)=0 |
| Method to build a representation at a particular level.
|
|
virtual void | SetDataSet (vtkDataSet *) |
| Build the locator from the points/cells defining this dataset.
|
|
virtual vtkDataSet * | GetDataSet () |
| Build the locator from the points/cells defining this dataset.
|
|
virtual void | SetMaxLevel (int) |
| Set the maximum allowable level for the tree.
|
|
virtual int | GetMaxLevel () |
| Set the maximum allowable level for the tree.
|
|
virtual int | GetLevel () |
| Get the level of the locator (determined automatically if Automatic is true).
|
|
virtual void | SetAutomatic (vtkTypeBool) |
| Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket.
|
|
virtual vtkTypeBool | GetAutomatic () |
| Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket.
|
|
virtual void | AutomaticOn () |
| Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket.
|
|
virtual void | AutomaticOff () |
| Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket.
|
|
virtual void | SetTolerance (double) |
| Specify absolute tolerance (in world coordinates) for performing geometric operations.
|
|
virtual double | GetTolerance () |
| Specify absolute tolerance (in world coordinates) for performing geometric operations.
|
|
virtual vtkMTimeType | GetBuildTime () |
| Return the time of the last data structure build.
|
|
void | Register (vtkObjectBase *o) override |
| Handle the PointSet <-> Locator loop.
|
|
void | UnRegister (vtkObjectBase *o) override |
| Handle the PointSet <-> Locator loop.
|
|
vtkLocator * | NewInstance () const |
| Standard type and print methods.
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on.
|
|
virtual void | DebugOff () |
| Turn debugging output off.
|
|
bool | GetDebug () |
| Get the value of the debug flag.
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag.
|
|
virtual void | Modified () |
| Update the modification time for this object.
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time.
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method.
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
int | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
const char * | GetClassName () const |
| Return the class name as a string.
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
virtual void | Delete () |
| Delete a VTK object.
|
|
virtual void | FastDelete () |
| Delete a reference to this object.
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream.
|
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object).
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object).
|
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
|
void | SetReferenceCount (int) |
| Sets the reference count.
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space.
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|