|  | 
#include <RobotAPI/components/EarlyVisionGraph/IntensityGraph.h>
 Inheritance diagram for CIntensityNode:
 Inheritance diagram for CIntensityNode:| 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.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| CIntensityNode | ( | TSphereCoord | coord | ) | 
| 
 | overridedefault | 
| 
 | inlineoverridevirtual | 
Reimplemented from CSGNode.
Definition at line 36 of file IntensityGraph.h.
 Here is the call graph for this function:
 Here is the call graph for this function:| float getIntensity | ( | ) | 
| void setIntensity | ( | float | fIntensity | ) |