VR-Forces 4.1.1 Class Documentation
DtVrlink3DEnvironmentalLineVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 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 setOrigin(const DtVector&);
42 
44  virtual void setColor(float r, float g, float b, float a);
45 
46  protected:
47 
50  virtual DtVector offsetAtPosition(const DtVector& origin) const;
51 
52  protected:
55  };
56 
59  }
60 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)