VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Protected Attributes
DtNavEdge Class Referenceabstract

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 DtNavEdgecreate ()
 
static void setNavEdgeCreatorFcn (DtNavEdgeCreatorFcn fcn)
 

Static Protected Attributes

static DtNavEdgeCreatorFcn theNavEdgeCreatorFcn
 

Detailed Description

Contains all the data and logic for navigation within a specific edge.

Note
This class is abstract, and must be created through the create() method.

Member Typedef Documentation

typedef DtNavEdge*(* DtNavEdge::DtNavEdgeCreatorFcn)()

Constructor & Destructor Documentation

virtual DtNavEdge::~DtNavEdge ( )
inlinevirtual

Member Function Documentation

virtual void DtNavEdge::getVertices ( std::list< DtVector > &  result) const
pure virtual
virtual int DtNavEdge::numberOfVertices ( ) const
pure virtual
static DtNavEdge* DtNavEdge::create ( )
static
static void DtNavEdge::setNavEdgeCreatorFcn ( DtNavEdgeCreatorFcn  fcn)
static

Member Data Documentation

DtNavEdgeCreatorFcn DtNavEdge::theNavEdgeCreatorFcn
staticprotected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)