VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
c4bMetafileRecord.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2025 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 
16 #include <iosfwd>
17 
22 {
23 
24 public:
25 
28 
30  virtual ~DtC4bMetafileRecord() override;
31 
34 
37 
39  virtual DtString recordTypeName() const override;
40 
42  virtual bool get(std::istream &stream) override;
43 
45  virtual bool processToken(std::istream &stream, DtString &token) override;
46 
47  static DtMetafileRecord* create();
48 
49 protected:
50 
51  virtual bool writeAttributes(std::ostream &stream) const override;
52 
53  virtual bool getAttribute(const DtString attrName, DtString &value,
54  unsigned index = 0) override;
55 
56  virtual bool setToken(const DtString &token, const DtString value) override;
57 
58 protected:
59 
60  static const DtString theParameterFile;
61 
62 };
63 
64 #endif
65 
virtual bool writeAttributes(std::ostream &stream) const override
Write attributes to stream. This is called by put(stream)
virtual DtString recordTypeName() const =0
Returns the type name for the particular record. Descendants should have this method return some stri...
file .h
Definition: c4bMetafileRecord.h:21
#define DT_DLL_terrainDbFactory
Definition: terrainDbFactoryDefines.h:23
virtual bool setToken(const DtString &token, const DtString value) override
identifies a token and returns true if the value can be set to it, false otherwise ...
voidpf stream
Definition: ioapi.h:39
Definition: metafileRecord.h:28
virtual bool processToken(std::istream &stream, DtString &token) override
Identifies a token or passes it to the parent class.
This is the abstract base class for all terrain records in a metafile.
Definition: terrainMetafileRecord.h:23
DtTerrainMetafileRecord & operator=(const DtTerrainMetafileRecord &orig)
assignment operator
static const DtString theParameterFile
Definition: c4bMetafileRecord.h:60
virtual bool getAttribute(const DtString attrName, DtString &value, unsigned index=0) override
Given the name of a record&#39;s attribute, returns its value in the &#39;value&#39; parameter. Returns True if successful; false otherwise.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)