VR-Forces 4.1 Class Documentation
DtEllipsoidStateVisualizer.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 #include <vrvCore/vrvCore.h>
12 #include <vrvCore/DtAttachableEllipsoidModelAgent.hpp>
16 
17 class DtTaitBryan;
18 class DtVector;
19 
20 namespace makVrv
21 {
22  class DtAttachableDeadReckonUpdaterAgent;
23 
28  public DtSceneObjectVisualizer ,
30  {
31  public:
34  DtStateListener& listener, int modelSet);
35 
37  virtual ~DtEllipsoidStateVisualizer();
38 
40  virtual void setDimensions(const DtVector& dim);
41 
43  virtual void setColor(float r,float g,float b,float a);
44 
46  virtual void setFlashing(bool flashing);
47 
49  virtual void setPosition(const DtVector& pos);
50 
52  virtual void setOrientation(const DtTaitBryan& orientation);
53 
59  virtual void setAttached(DtUniqueID id, int vtx, double percentage);
60 
62  virtual void setHostId(const std::string& id, int vtx, double percentage);
63 
65  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
66 
68  static const DtStateVisualizer::TypeInfo& theTypeInfo();
69 
70  protected:
72  virtual void setVisible(bool yesNo);
73 
74  virtual void createModelAgents();
75 
76  virtual void destroyModelAgents();
77 
78  virtual void setModelDefinitionForAgents();
79 
80  protected:
81  DtAttachableEllipsoidModelAgent* myEllipsoidModelAgent;
82  DtAttachableDeadReckonUpdaterAgent* myAttachableUpdater;
84  };
85 
90 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)