VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiRibbonEntity.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2017 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCigi/vrvCigi.h>
13 
15 
16 #include <matrix/geodeticCoord.h>
17 #include <matrix/vlTaitBryan.h>
18 
19 #include <string>
20 
21 namespace makVrv
22 {
23  class DtRibbonModelAgent;
24  class DtSceneObjectAgent;
25  class DtDecalModelAgent;
26 
30  {
31  public:
34  DtAgentManagerInterface& sceneInterface, int entityId, int entityType);
35 
37  virtual ~DtCigiRibbonEntity();
38 
42  virtual void init();
43 
46  virtual void uninit();
47 
48  protected:
49  std::string mySchema;
50  DtRibbonModelAgent* myRibbonModel;
51  DtDecalModelAgent* myDecalModel;
52  };
53 
58 }
59 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)