9 #ifndef DtMultiResPaperMapRecord_H_
10 #define DtMultiResPaperMapRecord_H_
48 virtual bool get(std::istream&
stream);
55 void setCacheImages(
bool);
57 bool cacheImages()
const;
static const DtString theParameterCacheImages
Definition: multiResPaperMapRecord.h:71
DtPaperMapRecord & operator=(const DtPaperMapRecord &rhs)
bool cacheImages() const
Definition: multiResPaperMapRecord.h:79
virtual bool processToken(std::istream &stream, DtString &token)
identifies a token or passes token the parent class.
Definition: multiResPaperMapRecord.h:25
bool myCacheImages
Definition: multiResPaperMapRecord.h:70
virtual bool getAttribute(const DtString attrName, DtString &value, unsigned index=0)
Given the name of a record's attribute, returns its value in the 'value' parameter.
virtual bool setToken(const DtString &token, const DtString value)
identifies a token and returns true if the value can be set to it, false otherwise ...
Definition: paperMapRecord.h:22
virtual DtString recordTypeName() const
Returns the type name for the particular record.
static DtMetafileRecord * create()
virtual DtPaperMapRecord * clone()
virtual bool writeAttributes(std::ostream &stream) const
Write attributes to stream. This is called by put(stream)
#define DT_DLL_terrainDbFactory
Definition: terrainDbFactoryDefines.h:23
voidpf stream
Definition: ioapi.h:39
void setCacheImages(bool)
Definition: multiResPaperMapRecord.h:74