VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtDynamicFeatureTickable Class Reference

DtDynamicFeatureTickable is a tickable with extra information from .meta files for parameters for updating.

Inheritance diagram for makVrv::DtDynamicFeatureTickable:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtDynamicFeatureTickable ()
 
- Public Member Functions inherited from makVrv::DtTickable
virtual bool needsUpdate (DtTime tNow)
 
virtual bool updateIfNeeded (DtTime tNow)
 
virtual void update (DtTime tNow)=0
 
virtual ~DtTickable ()
 
virtual void setIsThreadSafe (bool safe)
 
virtual bool isThreadSafe () const
 
virtual void setTickableListState (TickableListState safeList)
 
virtual TickableListState tickableListState () const
 
virtual void setUpdatePeriod (unsigned int period)
 
virtual unsigned int updatePeriod () const
 
virtual bool lodSystemEnabled () const
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 
virtual ~DtVirtualBaseClass ()
 

Protected Member Functions

 DtDynamicFeatureTickable (DtDe &de, DtElementID elementId, DtUniqueID sceneObjectId, DtUniqueID uniqueId, unsigned int nodeTypeIndex)
 
- Protected Member Functions inherited from makVrv::DtTickable
 DtTickable (DtTickableManagerInterface *manager)
 
 DtTickable ()
 
virtual void slot_managerAboutToBeDeleted ()
 

Protected Attributes

DtDemyDe
 
DtElementID myElementId
 
DtUniqueID mySceneObjectId
 
unsigned int myNodeTypeIndex
 
DtUniqueID myUniqueId
 
std::string myFeatureName
 
- Protected Attributes inherited from makVrv::DtTickable
DtTickableManagerInterfacemyManager
 
DtSignalConnectionManager myConnections
 
unsigned int myFrameCounter
 
unsigned int myFrameToUpdate
 
unsigned int myUpdatePeriod
 
DtTime myLastUpdateTime
 
bool myIsThreadSafe
 
TickableListState myTickableListState
 

Additional Inherited Members

- Public Types inherited from makVrv::DtTickable
enum  TickableListState { TickableNotOnList, TickableOnMainList, TickableOnThreadSafeList }
 

Constructor & Destructor Documentation

virtual makVrv::DtDynamicFeatureTickable::~DtDynamicFeatureTickable ( )
virtual

DTOR.

makVrv::DtDynamicFeatureTickable::DtDynamicFeatureTickable ( DtDe de,
DtElementID  elementId,
DtUniqueID  sceneObjectId,
DtUniqueID  uniqueId,
unsigned int  nodeTypeIndex 
)
protected

CTOR.

Member Data Documentation

DtDe& makVrv::DtDynamicFeatureTickable::myDe
protected

The display engine.

DtElementID makVrv::DtDynamicFeatureTickable::myElementId
protected

Object element id.

DtUniqueID makVrv::DtDynamicFeatureTickable::mySceneObjectId
protected

To retrieve the scene object if needed.

unsigned int makVrv::DtDynamicFeatureTickable::myNodeTypeIndex
protected

For the node type used in the tickable, the index in the instancing array for that node type (so we update the right one)

DtUniqueID makVrv::DtDynamicFeatureTickable::myUniqueId
protected

For retrieving the instance state from the instance manager.

std::string makVrv::DtDynamicFeatureTickable::myFeatureName
protected

The name of the feature in the .meta file.


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

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)