VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
myMtlParamDbReader.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: myMtlParamDbReader.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef MyMtlParameterDbReader_H_
13
#define MyMtlParameterDbReader_H_
14
15
#include "
vrfobjparam/mtlParamDbReader.h
"
16
#include "
entityEditorImpl/myMtlParamDbEntry.h
"
17
#include "
extMtl/extDtcRead.h
"
18
19
#include <string>
20
21
class
DtReaderWriter
;
22
23
class
MyMtlParameterDbReader
:
public
DtMtlParameterDbReader
24
{
25
public
:
26
28
MyMtlParameterDbReader
();
29
31
virtual
~MyMtlParameterDbReader
();
32
33
public
:
34
35
static
void
postGetSelfCb
(
DtReaderWriter
* readerWriterObject, DtlObjPtr args,
36
void
* userData);
37
const
DtReaderWriterCommentMap
&
readerWriterCommentMap
()
const
;
38
const
std::string&
fileComment
()
const
;
39
40
protected
:
41
virtual
bool
readFileData
(
const
DtFilename&,
DtMtlParameterDbFileData
*, FILE*);
42
44
virtual
void
entryAddedFor
(
DtMtlParameterDbFileEntry
* oldEntry,
45
DtMtlParameterDbEntry
* newEntry);
46
47
private
:
49
MyMtlParameterDbReader
(
const
MyMtlParameterDbReader
& orig);
50
52
MyMtlParameterDbReader
&
operator=
(
const
MyMtlParameterDbReader
& orig);
53
54
protected
:
55
DtlObjStringMap
myObjectCommentMap
;
56
DtReaderWriterCommentMap
myReaderWriterCommentMap
;
57
std::string
myFileComment
;
58
};
59
60
inline
const
DtReaderWriterCommentMap
&
MyMtlParameterDbReader::readerWriterCommentMap
()
const
61
{
62
return
myReaderWriterCommentMap
;
63
}
64
65
inline
const
std::string&
MyMtlParameterDbReader::fileComment
()
const
66
{
67
return
myFileComment
;
68
}
69
70
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)