VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEntityRotorWashVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
12 
13 namespace makVrv
14 {
15  class DtRotorWashModelAgent;
16  class DtRotorWashUpdaterAgent;
17 
21  {
22  public:
25  DtStateListener& listener, int modelSet);
26 
28  virtual ~DtEntityRotorWashVisualizer();
29 
31  virtual void setRotorWashEnabled(bool b);
32 
35  virtual void setRotorDiameter( double diameter );
36 
38  virtual void setRotorWindSpeed( double speed );
39 
41  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
42 
44  static const DtStateVisualizer::TypeInfo& theTypeInfo();
45 
46  protected:
48  virtual void createModelAgents();
49 
51  virtual void destroyModelAgents();
52 
54  virtual void setModelDefinitionForAgents();
55 
58  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
59 
61  virtual void setEmbarkedOn(const std::string&);
62 
65  virtual bool visible() const;
66 
67  protected:
68  DtRotorWashModelAgent* myRotorWashModel;
69  DtRotorWashUpdaterAgent* myRotorWashUpdater;
71 
74  bool myEmbarked;
75  };
76 
77 
82 }
83 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)