VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
terrainDbFactory
c4bMetafileRecord.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1998 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c4bMfRec.h,v $ $Revision: 1.11 $ $State: Exp $
7
*******************************************************************************/
8
#ifndef c4bMetafileRecord_H_
9
#define c4bMetafileRecord_H_
10
13
14
#include "
terrainDbFactory/terrainDbFactoryDefines.h
"
15
#include "
terrainDbFactory/terrainMetafileRecord.h
"
16
#include <iosfwd>
17
21
class
DT_DLL_terrainDbFactory
DtC4bMetafileRecord
:
public
DtTerrainMetafileRecord
22
{
23
24
public
:
25
27
DtC4bMetafileRecord
();
28
30
virtual
~
DtC4bMetafileRecord
();
31
33
DtC4bMetafileRecord
(
const
DtC4bMetafileRecord
& orig);
34
36
DtC4bMetafileRecord
&
operator=
(
const
DtC4bMetafileRecord
& orig);
37
39
virtual
DtString
recordTypeName
()
const
;
40
42
virtual
bool
get
(std::istream& stream);
43
45
virtual
bool
processToken
(std::istream& stream,
DtString
& token);
46
47
static
DtMetafileRecord
* create();
48
49
protected
:
50
51
virtual
bool
writeAttributes
(std::ostream& stream)
const
;
52
53
virtual
bool
getAttribute
(
const
DtString
attrName,
DtString
& value,
unsigned
index=0);
54
55
virtual
bool
setToken
(
const
DtString
& token,
const
DtString
value);
56
57
protected
:
58
59
static
const
DtString
theParameterFile
;
60
61
};
62
63
#endif
64
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)