VR-Forces 4.1 Class Documentation
MyEntityStateRep.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #include "exampleFomMapper.h"
7 #include <vl/entitySR.h>
9 
16 {
17 public:
18 
20  virtual void setMass(float mass);
21 
23  virtual float mass() const;
24 
26  virtual void printData() const;
27 
29  virtual DtStateRepository* clone(bool copy = false) const;
30 
31 protected:
32 
33  float myMass;
34 };
35 
39  : public makVrv::vrvHla13::DtEntityStateRepositoryCreator
40 {
41 public:
43  virtual DtEntityStateRepository* create();
44 };

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)