|
QCAD Application Framework
CAD Application Development and Automation.
|
Abstract base class for classes that are interested in the data of spatial index items. More...
#include <RSpatialIndexVisitor.h>
Public Member Functions | |
| virtual void | visitData (int id, int pos, double x1, double y1, double z1, double x2, double y2, double z2)=0 |
| virtual void | visitNode (double x1, double y1, double z1, double x2, double y2, double z2)=0 |
| virtual | ~RSpatialIndexVisitor () |
Abstract base class for classes that are interested in the data of spatial index items.
|
inlinevirtual |
|
pure virtual |
\par Non-Scriptable:
This function is not available in script environments.
Implemented in RSpatialIndexVisitorAdapter, RSpatialIndexDebugVisitor, and RSiGetRegionVisitor.
|
pure virtual |
Implemented in RSpatialIndexVisitorAdapter, RSiGetRegionVisitor, and RSpatialIndexDebugVisitor.