9 #ifndef DtMultiResPaperMapRecord_H_
10 #define DtMultiResPaperMapRecord_H_
48 virtual bool get(std::istream &
stream)
override;
55 void setCacheImages(
bool);
57 bool cacheImages()
const;
64 unsigned index = 0)
override;
static const DtString theParameterCacheImages
Definition: multiResPaperMapRecord.h:72
DtPaperMapRecord & operator=(const DtPaperMapRecord &rhs)
bool cacheImages() const
Definition: multiResPaperMapRecord.h:80
Definition: multiResPaperMapRecord.h:25
bool myCacheImages
Definition: multiResPaperMapRecord.h:71
virtual bool getAttribute(const DtString attrName, DtString &value, unsigned index=0) override
Given the name of a record's attribute, returns its value in the 'value' parameter. Returns True if successful; false otherwise.
Definition: paperMapRecord.h:22
static DtMetafileRecord * create()
virtual DtPaperMapRecord * clone()
#define DT_DLL_terrainDbFactory
Definition: terrainDbFactoryDefines.h:23
voidpf stream
Definition: ioapi.h:39
virtual bool processToken(std::istream &stream, DtString &token) override
identifies a token or passes token the parent class.
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 ...
void setCacheImages(bool)
Definition: multiResPaperMapRecord.h:75
virtual DtString recordTypeName() const override
Returns the type name for the particular record. Descendants should have this method return some stri...
virtual bool writeAttributes(std::ostream &stream) const override
Write attributes to stream. This is called by put(stream)