|
#include <RobotAPI/components/EarlyVisionGraph/SphericalGraph.h>
Public Member Functions | |
virtual CSGNode * | clone () |
CSGNode () | |
CSGNode (TSphereCoord position) | |
int | getIndex () |
TSphereCoord | getPosition () |
void | setIndex (int nIndex) |
void | setPosition (TSphereCoord position) |
virtual | ~CSGNode () |
Protected Attributes | |
int | m_nIndex |
TSphereCoord | m_Position |
Definition at line 43 of file SphericalGraph.h.
|
inline |
|
inline |
Definition at line 47 of file SphericalGraph.h.
|
inlinevirtual |
Definition at line 51 of file SphericalGraph.h.
|
inlinevirtual |
Reimplemented in CIntensityNode.
Definition at line 71 of file SphericalGraph.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 80 of file SphericalGraph.h.
|
protected |
Definition at line 79 of file SphericalGraph.h.