VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDetonationInteractionVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
13 
14 #include <list>
15 #include <string>
16 
17 namespace makVrv
18 {
23  {
24  public:
25  // This visualizer's supported detonation categories are
26  // stored in this form
27  typedef std::list<std::string> SupportedDetonationCategories;
28 
31  DtStateListener& listener, int modelSet);
32 
35 
37  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
38 
40  static const DtStateVisualizer::TypeInfo& theTypeInfo();
41 
42  protected:
43 
45  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
46 
50  virtual void createModelAgents();
51 
54  virtual bool detonationCategorySupported();
55  protected:
56 
58  std::string myDetonationCategory;
59  };
60 
65 }

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)