CIntensityNode Class Reference

#include <RobotAPI/components/EarlyVisionGraph/IntensityGraph.h>

+ Inheritance diagram for CIntensityNode:

Public Member Functions

 CIntensityNode ()
 
 CIntensityNode (TSphereCoord coord)
 
CSGNodeclone () 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
 

Detailed Description

Definition at line 25 of file IntensityGraph.h.

Constructor & Destructor Documentation

◆ CIntensityNode() [1/2]

Definition at line 24 of file IntensityGraph.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CIntensityNode() [2/2]

Definition at line 33 of file IntensityGraph.cpp.

+ Here is the call graph for this function:

◆ ~CIntensityNode()

~CIntensityNode ( )
overridedefault

Member Function Documentation

◆ clone()

CSGNode* clone ( )
inlineoverridevirtual

Reimplemented from CSGNode.

Definition at line 35 of file IntensityGraph.h.

+ Here is the call graph for this function:

◆ getIntensity()

float getIntensity ( )

Definition at line 47 of file IntensityGraph.cpp.

+ Here is the caller graph for this function:

◆ setIntensity()

void setIntensity ( float  fIntensity)

Definition at line 42 of file IntensityGraph.cpp.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: