|
QCAD Application Framework
CAD Application Development and Automation.
|
Base class for classes that are interested in the data of spatial index items. More...
#include <RSpatialIndexVisitorAdapter.h>
Public Member Functions | |
| virtual void | visitData (int id, int pos, double x1, double y1, double z1, double x2, double y2, double z2) |
| virtual void | visitNode (double x1, double y1, double z1, double x2, double y2, double z2) |
| virtual | ~RSpatialIndexVisitorAdapter () |
Public Member Functions inherited from RSpatialIndexVisitor | |
| virtual | ~RSpatialIndexVisitor () |
Base class for classes that are interested in the data of spatial index items.
Not abstract, so it can be used in script environments with prototype based OOP as base class.
|
inlinevirtual |
|
inlinevirtual |
\par Non-Scriptable:
This function is not available in script environments.
Implements RSpatialIndexVisitor.
|
inlinevirtual |
\par Non-Scriptable:
This function is not available in script environments.
Implements RSpatialIndexVisitor.