VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
DtStaticObstacleNavInterface Class Reference

This is the DtVrfObjectNavInterface subclass for objects which are treated as seldom moving obstacles by the navigation system. More...

Inheritance diagram for DtStaticObstacleNavInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void tick ()
 
virtual ~DtStaticObstacleNavInterface ()
 
- Public Member Functions inherited from DtVrfObjectNavInterface
virtual bool ableToNavigate () const
 Generic call. Basic nav interfaces are not able to navigate. More...
 
virtual void postObjectInit ()
 Perform additional initialization after the object has been initialized. More...
 
virtual void firstTick ()
 
virtual ~DtVrfObjectNavInterface ()=0
 
virtual void addNavAreaChangedCallback (DtNoArgumentCallbackList::DtCallbackFunctionType callback, void *usr) const
 
virtual void removeNavAreaChangedCallback (DtNoArgumentCallbackList::DtCallbackFunctionType callback, void *usr) const
 
virtual void invokeNavAreaChangedCallbacks ()
 
virtual void changingNavArea (DtNavArea *newNavArea)
 Called when about to change to a new navArea. More...
 

Static Public Member Functions

static DtVrfObjectNavInterfacecreate (DtSharedVrfObjectReference vrfObject)
 

Protected Member Functions

 DtStaticObstacleNavInterface (DtSharedVrfObjectReference vrfObject)
 Use the create() method instead of calling the constructor. More...
 
virtual bool init ()
 Virtual init, called from the create() method. More...
 
- Protected Member Functions inherited from DtVrfObjectNavInterface
 DtVrfObjectNavInterface (DtSharedVrfObjectReference vrfObject)
 Use the create() method instead of calling the constructor. More...
 
virtual bool isCollidableWhenDestroyed () const
 

Private Member Functions

 DtStaticObstacleNavInterface ()
 Not Implemented. More...
 
 DtStaticObstacleNavInterface (const DtStaticObstacleNavInterface &orig)
 Not Implemented. More...
 
DtStaticObstacleNavInterfaceoperator= (const DtStaticObstacleNavInterface &orig)
 Not Implemented. More...
 

Additional Inherited Members

- Protected Attributes inherited from DtVrfObjectNavInterface
DtSharedVrfObjectReference myVrfObject
 
bool myFirstTick
 
DtNavAreamyCurrentNavArea
 
DtNoArgumentCallbackList myChangedNavAreaCallbackList
 

Detailed Description

This is the DtVrfObjectNavInterface subclass for objects which are treated as seldom moving obstacles by the navigation system.

Movement is supported, but is an expensive operation.

Constructor & Destructor Documentation

DtStaticObstacleNavInterface::DtStaticObstacleNavInterface ( )
private

Not Implemented.

DtStaticObstacleNavInterface::DtStaticObstacleNavInterface ( const DtStaticObstacleNavInterface orig)
private

Not Implemented.

DtStaticObstacleNavInterface::DtStaticObstacleNavInterface ( DtSharedVrfObjectReference  vrfObject)
protected

Use the create() method instead of calling the constructor.

virtual DtStaticObstacleNavInterface::~DtStaticObstacleNavInterface ( )
virtual

Member Function Documentation

DtStaticObstacleNavInterface& DtStaticObstacleNavInterface::operator= ( const DtStaticObstacleNavInterface orig)
private

Not Implemented.

static DtVrfObjectNavInterface* DtStaticObstacleNavInterface::create ( DtSharedVrfObjectReference  vrfObject)
static
virtual bool DtStaticObstacleNavInterface::init ( )
protectedvirtual

Virtual init, called from the create() method.

Reimplemented from DtVrfObjectNavInterface.

virtual void DtStaticObstacleNavInterface::tick ( )
virtual

Reimplemented from DtVrfObjectNavInterface.


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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)