|
#include <RobotAPI/components/EarlyVisionGraph/IntensityGraph.h>
Public Member Functions | |
CIntensityNode () | |
CIntensityNode (TSphereCoord coord) | |
CSGNode * | clone () override |
float | getIntensity () |
void | setIntensity (float fIntensity) |
~CIntensityNode () override | |
Public Member Functions inherited from CSGNode | |
CSGNode () | |
CSGNode (TSphereCoord position) | |
int | getIndex () |
TSphereCoord | getPosition () |
void | setIndex (int nIndex) |
void | setPosition (TSphereCoord position) |
virtual | ~CSGNode () |
Additional Inherited Members | |
Protected Attributes inherited from CSGNode | |
int | m_nIndex |
TSphereCoord | m_Position |
Definition at line 25 of file IntensityGraph.h.
CIntensityNode | ( | ) |
Definition at line 24 of file IntensityGraph.cpp.
CIntensityNode | ( | TSphereCoord | coord | ) |
|
overridedefault |
|
inlineoverridevirtual |
Reimplemented from CSGNode.
Definition at line 35 of file IntensityGraph.h.
float getIntensity | ( | ) |
void setIntensity | ( | float | fIntensity | ) |