VR-Forces 5.0.3 Developer's Guide
 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 
32  {
33  return myMtlParameterDatabase;
34  }
35 
37  {
38  return myMtlParameterDatabase;
39  }
40 
41 protected:
42 
44  virtual bool loadParameterDatabase(const DtFilename&, const DtReaderWriter::SearchPaths&);
45 
46 protected:
47 
50 };
51 
Instances of DtVrfParameterDb are the database of DtVrfObjectParameters objects used in the construct...
Definition: vrfParameterDb.h:38
DtMtlParameterDb * myMtlParameterDatabase
Used to lookup and create objects for state data.
Definition: smsLoader.h:49
#define DT_DLL_vrfExtendedProperties
This file is used to determine how to build.
Definition: vrfExtendedPropertiesDefines.h:25
DtMtlParameterDb * parameterDatabase()
Returns the parameter database of the loaded SMSes.
Definition: smsLoader.h:31
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
const DtMtlParameterDb * parameterDatabase() const
Definition: smsLoader.h:36
Instances of DtMtlParameterDb are a database of DtVrfObjectParameters* entries that are loaded from a...
Definition: mtlParameterDb.h:40
Definition: smsLoader.h:19

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)