VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrlinkDetonationResultMapper.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
11 
12 #include <vrvVrl/vrvVrl.h>
13 #include <vlpi/disEnums.h>
14 
15 #include <boost/unordered_map.hpp>
16 #include <boost/unordered_set.hpp>
17 
18 #include <list>
19 #include <string>
20 
21 namespace makVrv
22 {
27  {
28  public:
31  typedef boost::unordered_set<std::string> DetonationCategorySet;
32 
33  public:
35 
36  static const std::string theObjectDetonationResultCategory;
37  static const std::string theGroundDetonationResultCategory;
38  static const std::string theAirDetonationResultCategory;
39  static const std::string theWaterDetonationResultCategory;
40  static const std::string theGenericDetonationResultCategory;
41  static const std::string theUnusedDetonationResultCategory;
43 
46 
49 
52  virtual void setDefaultMappings();
53 
57  virtual void addMapping( DtDetonationResult detonationResult,
58  const std::string& detonationCategory );
59 
63  virtual void removeMapping( DtDetonationResult detonationResult );
64 
67  virtual const std::string& detonationCategory(
68  DtDetonationResult detonationResult ) const;
71  virtual const DetonationCategorySet& detonationCategories() const;
72 
73  protected:
74  typedef boost::unordered_map<DtDetonationResult, std::string>
76 
79  };
80 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)