VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrlink2DEnvironmentalAreaVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrv
16 {
17  namespace DT_PROTOCOL_NAMESPACE
18  {
19  class DtVrlinkEnvironmentalStateListenerInterface;
21  class DtVrlinkTacticalGraphicStateListener;
22 
26  {
27  public:
30  DtBaseConnection& simulation, DtStateListener& listener, int modelSet);
31 
34 
36  virtual void addPoint(int index, const DtVector&);
37 
39  virtual void modifyPoint(int index, const DtVector&);
40 
41  virtual void setPoints(const DtEnvironmentalStateListener::ControlPointsList& v);
42 
44  virtual void setStipplePattern(int c);
45 
47  virtual void setOrigin(const DtVector&);
48 
50  virtual void setColor(float r, float g, float b, float a);
51 
52  virtual void setHostGlobalId(const std::string&);
53 
54  protected:
55 
58  virtual DtVector offsetAtPosition(const DtVector& origin) const;
59 
62 
63  virtual void slot_entityCreated(DtVrlinkEntityStateListener& esl);
64 
65  virtual void startAttached();
66 
67  virtual void setupArea(DtAreaFacadeBase* f);
68 
69  protected:
70  std::vector<DtVector> myOffsetPoints;
75  };
76 
79  }
80 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)