![]() |
VR-Forces 4.8 Class Documentation
|
Contains all the data and logic for navigation within a specific edge. More...
Public Types | |
| typedef DtNavEdge *(* | DtNavEdgeCreatorFcn )() |
Public Member Functions | |
| virtual void | getVertices (std::list< DtVector > &result) const =0 |
| virtual int | numberOfVertices () const =0 |
| virtual | ~DtNavEdge () |
Static Public Member Functions | |
| static DtNavEdge * | create () |
| static void | setNavEdgeCreatorFcn (DtNavEdgeCreatorFcn fcn) |
Static Protected Attributes | |
| static DtNavEdgeCreatorFcn | theNavEdgeCreatorFcn |
Contains all the data and logic for navigation within a specific edge.
| typedef DtNavEdge*(* DtNavEdge::DtNavEdgeCreatorFcn)() |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
static |
|
static |
|
staticprotected |