VR-Forces 5.0.2 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 Attributes
makVrv::DtSpaceFollowViewCommand Class Reference

DtSpaceFollowViewCommand enables space follow mode on the named observer.

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

Public Member Functions

 DtSpaceFollowViewCommand ()
 
virtual ~DtSpaceFollowViewCommand ()
 
virtual void execute (DtDe &de)
 
Parameter Getters & Setters
virtual std::string observer () const
 
virtual void setObserver (const std::string &newObs)
 
virtual DtVector offset () const
 
virtual void setOffset (const DtVector &vec)
 
virtual DtTaitBryan offsetOrientation () const
 
virtual void setOffsetOrientation (const DtTaitBryan &ori)
 
virtual DtUniqueID attachedEntity () const
 
virtual void setAttachedEntity (const DtUniqueID &entityId)
 
virtual DtBoolean localModelScalingEnabled () const
 
virtual void setLocalModelScalingEnabled (DtBoolean enabled)
 
virtual DtFloat32 localModelScalingAmount () const
 
virtual void setLocalModelScalingAmount (DtFloat32 amount)
 
- Public Member Functions inherited from makVrv::DtVrvCommand
 DtVrvCommand ()
 
virtual ~DtVrvCommand ()
 
virtual
vrvControlToolkit::DtVrvControlTypeEnum 
commandType ()
 

Protected Attributes

std::string myObserver
 
DtVector myOffset
 
DtTaitBryan myOffsetOri
 
DtUniqueID myAttachedEntity
 
DtBoolean myLocalModelScalingEnabled
 
DtFloat32 myLocalModelScalingAmount
 
- Protected Attributes inherited from makVrv::DtVrvCommand
vrvControlToolkit::DtVrvControlTypeEnum myCommandType
 

Constructor & Destructor Documentation

makVrv::DtSpaceFollowViewCommand::DtSpaceFollowViewCommand ( )

CTOR.

virtual makVrv::DtSpaceFollowViewCommand::~DtSpaceFollowViewCommand ( )
virtual

Virtual DTOR.

Member Function Documentation

virtual std::string makVrv::DtSpaceFollowViewCommand::observer ( ) const
virtual

Return the name of the observer that this command will control.

virtual void makVrv::DtSpaceFollowViewCommand::setObserver ( const std::string &  newObs)
virtual

Set the name of the observer that this command will control.

virtual DtVector makVrv::DtSpaceFollowViewCommand::offset ( ) const
virtual

Return the name of the observer that this command will control.

virtual void makVrv::DtSpaceFollowViewCommand::setOffset ( const DtVector vec)
virtual

Return the name of the observer that this command will control.

virtual DtTaitBryan makVrv::DtSpaceFollowViewCommand::offsetOrientation ( ) const
virtual

Return the name of the observer that this command will control.

virtual void makVrv::DtSpaceFollowViewCommand::setOffsetOrientation ( const DtTaitBryan &  ori)
virtual

Return the name of the observer that this command will control.

virtual DtUniqueID makVrv::DtSpaceFollowViewCommand::attachedEntity ( ) const
virtual

Get the element ID of the entity that the observer will be attached to.

virtual void makVrv::DtSpaceFollowViewCommand::setAttachedEntity ( const DtUniqueID entityId)
virtual

Specify the element ID of the entity that will be attached to.

virtual DtBoolean makVrv::DtSpaceFollowViewCommand::localModelScalingEnabled ( ) const
virtual

Return the name of the observer that this command will control.

virtual void makVrv::DtSpaceFollowViewCommand::setLocalModelScalingEnabled ( DtBoolean  enabled)
virtual

Return the name of the observer that this command will control.

virtual DtFloat32 makVrv::DtSpaceFollowViewCommand::localModelScalingAmount ( ) const
virtual

Return the name of the observer that this command will control.

virtual void makVrv::DtSpaceFollowViewCommand::setLocalModelScalingAmount ( DtFloat32  amount)
virtual

Return the name of the observer that this command will control.

virtual void makVrv::DtSpaceFollowViewCommand::execute ( DtDe de)
virtual

Logic for executing the command.

Implements makVrv::DtVrvCommand.

Member Data Documentation

std::string makVrv::DtSpaceFollowViewCommand::myObserver
protected
DtVector makVrv::DtSpaceFollowViewCommand::myOffset
protected
DtTaitBryan makVrv::DtSpaceFollowViewCommand::myOffsetOri
protected
DtUniqueID makVrv::DtSpaceFollowViewCommand::myAttachedEntity
protected
DtBoolean makVrv::DtSpaceFollowViewCommand::myLocalModelScalingEnabled
protected
DtFloat32 makVrv::DtSpaceFollowViewCommand::myLocalModelScalingAmount
protected

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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)