VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MyEntityStateRep.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #include "exampleFomMapper.h"
7 #include <vl/entityStateRepository.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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)