List of all members.
Detailed Description
Node class for a graph.
Constructor & Destructor Documentation
sp::tool::PathNode::PathNode |
( |
|
) |
|
sp::tool::PathNode::PathNode |
( |
const dim::vector3df & |
Position, |
|
|
void * |
Data = 0 | |
|
) |
| | |
sp::tool::PathNode::~PathNode |
( |
|
) |
|
Member Function Documentation
const std::list<PathEdge*>& sp::tool::PathNode::getIncidentEdges |
( |
|
) |
const [inline] |
Returns the list of incident edges.
std::list<PathNode*> sp::tool::PathNode::getNeighbors |
( |
|
) |
const |
Returns a list with all neighbors of this node.
Returns the node's position.
void sp::tool::PathNode::setPosition |
( |
const dim::vector3df & |
Position |
) |
|
Sets the position and updates all distances between this node and its neighbors.
Friends And Related Function Documentation
The documentation for this class was generated from the following file:
- D:/SoftwareEntwicklung/C++/HLC/Tools/SoftPixelEngine/repository/sources/Framework/Tools/spToolPathFinder.hpp