VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrlink3DEnvironmentalAreaVisualizer.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 
13 
14 namespace makVrv
15 {
16  namespace DT_PROTOCOL_NAMESPACE
17  {
18  class DtVrlinkEnvironmentalStateListenerInterface;
19 
23  {
24  public:
27  DtBaseConnection& simulation, DtStateListener& listener, int modelSet);
28 
31 
33  virtual void addPoint(int index, const DtVector&);
34 
36  virtual void modifyPoint(int index, const DtVector&);
37 
38  virtual void setPoints(const DtEnvironmentalStateListener::ControlPointsList& v);
39 
41  virtual void setStipplePattern(int c);
42 
45  virtual void setColor(float r, float g, float b, float a);
46 
48  virtual void setFillStyle(int);
49 
51  virtual void setOrigin(const DtVector&);
52 
53  virtual void setHostGlobalId(const std::string&);
54 
55  protected:
56 
59  virtual DtVector offsetAtPosition(const DtVector& origin) const;
60 
63 
64  virtual void slot_entityCreated(makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkEntityStateListener& esl);
65 
66  virtual void startAttached();
67 
68  virtual void setupArea(DtAreaFacadeBase* f);
69 
70  protected:
71  std::vector<DtVector> myOffsetPoints;
79  };
80 
83  }
84 }

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)