VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMtlModelMapReader.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 
11 #include <vrvCore/vrvCore.h>
12 
13 #include <mtl/mtlEnvironment.h>
14 #include <mtl/mtl.h>
15 #include <vlpi/entityType.h>
16 
17 namespace makVrv
18 {
23  {
24  public:
25 
27  typedef struct
28  {
30  std::string modelName;
31 
33  std::string modelFile;
34 
36  DtEntityType type;
37 
39 
41  typedef std::vector<MtlModelMapping> MtlModelMappings;
42 
48  static bool carAsFixnum(DtlObjPtr lst, int& fixnumOut, DtlObjPtr& cdrOut);
49 
55  static bool carAsString(DtlObjPtr lst, std::string& strOut, DtlObjPtr& cdrOut);
56 
61  static bool listToEntityType(DtlObjPtr lst, DtEntityType& typeOut);
62 
65  static DtlObjPtr DtlModelMap(const DtlObjPtr& args, const DtlObjPtr& env);
66 
70  static MtlModelMappings& mtlModelMappings();
71 
72  static std::set<std::string>& stealthModelSet();
73 
74  protected:
76  static std::set<std::string> theStealthModelSet;
77  };
78 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)