VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
smsLoader.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2017 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
10 
11 class DtVrfParameterDb;
12 
18 
20 {
21 
22 public:
23 
25  DtSmsLoader();
26 
28  bool load(const std::vector<DtFilename>& smsFiles);
29 
31  DtMtlParameterDb* parameterDatabase()
32  {
33  return myMtlParameterDatabase;
34  }
35 
36  const DtMtlParameterDb* parameterDatabase() const
37  {
38  return myMtlParameterDatabase;
39  }
40 
41 protected:
42 
44  virtual bool loadParameterDatabase(const DtFilename&, const DtReaderWriter::SearchPaths&);
45 
46 protected:
47 
50 };
51 

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)