VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEntityFlamesVisualizer.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
12 
13 namespace makVrv
14 {
15  class DtTrailEffect;
16 
20  {
21  public:
24  DtStateListener& listener, int modelSet);
25 
27  virtual ~DtEntityFlamesVisualizer();
28 
29  virtual void setFlamesPresent(bool);
30 
31  bool flaming() const
32  {
33  return myFlaming;
34  }
35 
37  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
38 
40  static const DtStateVisualizer::TypeInfo& theTypeInfo();
41 
42  protected:
43  virtual void createModelAgents();
44  virtual void destroyModelAgents();
45 
46  virtual void setModelDefinitionForAgents();
47  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
48 
49  protected:
51  bool myFlaming;
52  };
53 
54 
59 }
60 

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)