VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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>
19 
21 
24  : public makVrv::vrvHla13::DtEntityStateInterceptor<DtExtEntityStateRepository>
25 {
26 public:
27 
29  virtual void setMass( float mass );
30 
32  virtual float mass() const;
33 
34 public:
35 
37  virtual DtStateRepository* clone(bool copy = false) const;
38 
39 protected:
40 
42 
45 
46 protected:
47 
48  float myMass;
49 
50 };
51 
52 
56 {
57 public:
58 
61 
64 
67 };
Contains makVrv::DtReflectedEntityStateInterceptor class.
Creator to register MyEntityStateRepInterceptor.
Definition: MyEntityStateRepInterceptor.h:54
#define DT_DLL_EXAMPLEFOMMAPPER
Definition: exampleFomMapper.h:18
float myMass
Definition: MyEntityStateRepInterceptor.h:48
Contains DLL export macros.
Contains the DtExtEntityStateRepository class.
Interceptor for VR-Link.
Definition: MyEntityStateRepInterceptor.h:23

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)