|
MeVisLab Toolbox Reference
|
Simple node that stores a single cost value per node. More...
#include <CSOLiveWireNode.h>
Public Attributes | |
| float | cost |
| The cost at this node. | |
Public Attributes inherited from ml::CSOLiveWireNodeBase | |
| bool | isVisited |
| Has this node been visited before? | |
| char | directionToPred |
| Direction to the preceding node in the path. (-1 means not yet set) | |
| int | posx |
| Position x. | |
| int | posy |
| Position y. | |
Public Attributes inherited from CSOHeapObject | |
| int | heapPosition |
| The position in the heap; -1 means not sorted at all. | |
| double | value |
| Some value for comparison, determining the heap position. | |
Additional Inherited Members | |
Public Member Functions inherited from ml::CSOLiveWireNodeBase | |
| CSOLiveWireNodeBase () | |
| Constructor that initializes some internal variables. | |
Public Member Functions inherited from CSOHeapObject | |
| CSOHeapObject () | |
| void | reset () |
Simple node that stores a single cost value per node.
Definition at line 60 of file CSOLiveWireNode.h.
| float ml::CSOLiveWireNodeSimple::cost |
The cost at this node.
Definition at line 62 of file CSOLiveWireNode.h.