#include <RSpatialIndex.h>
List of all members.
Public Member Functions |
| | RSpatialIndexDebugVisitor (QDebug dbg) |
| 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 | ~RSpatialIndexDebugVisitor () |
| virtual | ~RSpatialIndexVisitor () |
Public Attributes |
| QDebug | dbg |
| QList< QPair< int, int > > | matches |
Constructor & Destructor Documentation
| RSpatialIndexDebugVisitor::RSpatialIndexDebugVisitor |
( |
QDebug |
dbg | ) |
|
|
inline |
| virtual RSpatialIndexDebugVisitor::~RSpatialIndexDebugVisitor |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| void RSpatialIndexDebugVisitor::visitData |
( |
int |
id, |
|
|
int |
pos, |
|
|
double |
x1, |
|
|
double |
y1, |
|
|
double |
z1, |
|
|
double |
x2, |
|
|
double |
y2, |
|
|
double |
z2 |
|
) |
| |
|
virtual |
\par Non-Scriptable:
This function is not available in script environments.
Implements RSpatialIndexVisitor.
| virtual void RSpatialIndexDebugVisitor::visitNode |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
z1, |
|
|
double |
x2, |
|
|
double |
y2, |
|
|
double |
z2 |
|
) |
| |
|
inlinevirtual |
Member Data Documentation
| QDebug RSpatialIndexDebugVisitor::dbg |
| QList<QPair<int, int> > RSpatialIndexDebugVisitor::matches |
The documentation for this class was generated from the following files: