VR-Forces Developer's Guide
 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 | Public Attributes
makVrf::DtLocationStateComponent Class Reference

The DtLocationStateComponent interface contains the interface that all DtLocationStateComponents can implement but don't need to. Those methods that are not implemented will throw an exception. For example the acceleration, velocity (movement) methods might not be implemented by environmental processes, but, they are here to allow the code to more generally use a location component.

Inheritance diagram for makVrf::DtLocationStateComponent:
Inheritance graph
[legend]

Public Member Functions

 DtLocationStateComponent (DtStateData *sd)
 
- Public Member Functions inherited from makVrf::DtFrameStateInterface
 DtFrameStateInterface (const DtStateData *)
 
virtual ~DtFrameStateInterface ()
 
void setIsWritable (bool b)
 
bool isWritable () const
 
UInt64 stateId () const
 
UInt64 legionGlobalId () const
 
void setLegionGlobalId (UInt64 d)
 
bool isModified () const
 
void clearModified ()
 
void markModified ()
 
virtual
DtStateComponent::StateComponentType 
type () const
 
virtual
DtStateComponent::StateComponentType 
componentType () const =0
 
void setId (UInt64 id)
 
virtual UInt64 id () const
 
virtual void updateStateData (DtStateData *sd)
 
virtual Legion::ReadStateInstance readStateInstance () const
 
virtual Legion::WriteStateInstance writeStateInstance ()
 
void emitComponentUpdated ()
 
bool cleared () const
 
bool advancedFrame () const
 
virtual void frameAdvanced ()
 
virtual void convertToRemote ()
 
virtual void convertToLocal ()
 
virtual void aboutToBeDeleted ()
 

Static Public Member Functions

static
DtStateComponent::StateComponentType 
ComponentType ()
 
static const charStringType ()
 

Public Attributes

boost::signals2::signal< void(const
DtFrameStateInterface *, const
DtUUID &oldUUID, const DtUUID
&newUUID)> 
signal_hostChanged
 
- Public Attributes inherited from makVrf::DtFrameStateInterface
boost::signals2::signal< void(DtFrameStateInterface *)> signal_stateComponentAboutToBeDeleted
 
boost::signals2::signal< void(const
DtFrameStateInterface *)> 
signal_componentModified
 

Additional Inherited Members

- Protected Member Functions inherited from makVrf::DtFrameStateInterface
virtual void makeWritable ()
 
virtual void makeReadOnly ()
 
- Protected Attributes inherited from makVrf::DtFrameStateInterface
bool myIsModified
 
UInt64 myId
 
UInt64 myStateId
 
UInt64 myLegionId
 
bool myIsWritable
 
bool myCleared
 
bool myAdvancedFrame
 

Constructor & Destructor Documentation

makVrf::DtLocationStateComponent::DtLocationStateComponent ( DtStateData sd)

Member Function Documentation

static DtStateComponent::StateComponentType makVrf::DtLocationStateComponent::ComponentType ( )
inlinestatic
static const char* makVrf::DtLocationStateComponent::StringType ( )
inlinestatic

Member Data Documentation

boost::signals2::signal<void (const DtFrameStateInterface*, const DtUUID& oldUUID, const DtUUID& newUUID)> makVrf::DtLocationStateComponent::signal_hostChanged
mutable

Signal emitted when, during advance frame, the host of this item has changed.


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

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)