VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MyEntityStateRepInterceptor.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "exampleFomMapper.h"
13 
14 #include <vl/hlaObject.h>
15 #include <vl/entityStateRepository.h>
20 
23  : public makVrv::vrvHla13::DtEntityStateInterceptor<makVrv::vrvHla13::DtBugFixEntityStateRepository>
24 {
25 public:
26 
28  virtual void setMass( float mass );
29 
31  virtual float mass() const;
32 
33 public:
34 
36  virtual DtStateRepository* clone(bool copy = false) const;
37 
38 protected:
39 
41 
43  MyEntityStateRepInterceptor( makVrv::vrvHla13::DtVrlinkEntityStateListener* listener );
44 
45 protected:
46 
47  float myMass;
48 
49 };
50 
51 
54  : public makVrv::vrvHla13::DtEntityStateInterceptorCreator
55 {
56 public:
57 
60 
63 
65  virtual DtEntityStateRepository* create(makVrv::vrvHla13::DtVrlinkEntityStateListener* listener);
66 };

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)