![]() |
VR-Forces Developer's Guide
|

Static Public Member Functions | |
| static DtMetafileRecord * | create () |
Static Public Member Functions inherited from DtPaperMapRecord | |
| static DtMetafileRecord * | create () |
Protected Member Functions | |
| virtual bool | writeAttributes (std::ostream &stream) const override |
| virtual bool | getAttribute (const DtString attrName, DtString &value, unsigned index=0) override |
| virtual bool | setToken (const DtString &token, const DtString value) override |
Protected Attributes | |
| bool | myCacheImages |
Protected Attributes inherited from DtPaperMapRecord | |
| DtString | myName |
| DtFilename | myFilename |
| DtPaperMap::AlphaMode | myAlphaMode |
| int | myTransparencyLevel |
| DtPaperMap::DtCoordinateSystem | myCoordinateSystem |
Protected Attributes inherited from DtMetafileRecord | |
| DtTerrainInitializer * | mypInitializer |
| DtString | myRecordString |
| int | myRecordKey |
| DtPropertyNamesMap | myAttributeNames |
| bool | myCanImport |
| DtFilename | myPath |
Static Protected Attributes | |
| static const DtString | theParameterCacheImages |
Static Protected Attributes inherited from DtPaperMapRecord | |
| static const DtString | theParameterName |
| static const DtString | theParameterFilename |
| static const DtString | theParameterCoordinateSystem |
| static const DtString | theParameterAlphaMode |
| static const DtString | theParameterTransparencyLevel |
| static const int | theNumOfParameters |
Static Protected Attributes inherited from DtMetafileRecord | |
| static const DtString | theImport |
| DtMultiResPaperMapRecord::DtMultiResPaperMapRecord | ( | ) |
|
overridevirtual |
| DtMultiResPaperMapRecord::DtMultiResPaperMapRecord | ( | const DtMultiResPaperMapRecord & | orig | ) |
| DtMultiResPaperMapRecord& DtMultiResPaperMapRecord::operator= | ( | const DtMultiResPaperMapRecord & | rhs | ) |
|
overridevirtual |
Reimplemented from DtPaperMapRecord.
|
overridevirtual |
Returns the type name for the particular record. Descendants should have this method return some string which uniquely identifies the kind of database it represents.
Reimplemented from DtPaperMapRecord.
|
overridevirtual |
Read self from stream.
Reimplemented from DtPaperMapRecord.
|
overridevirtual |
identifies a token or passes token the parent class.
Reimplemented from DtPaperMapRecord.
|
static |
|
inline |
References myCacheImages.
|
inline |
References myCacheImages.
|
overrideprotectedvirtual |
Write attributes to stream. This is called by put(stream)
Reimplemented from DtPaperMapRecord.
|
overrideprotectedvirtual |
Given the name of a record's attribute, returns its value in the 'value' parameter. Returns True if successful; false otherwise.
Reimplemented from DtPaperMapRecord.
|
overrideprotectedvirtual |
identifies a token and returns true if the value can be set to it, false otherwise
Reimplemented from DtPaperMapRecord.
|
protected |
Referenced by cacheImages(), and setCacheImages().
|
staticprotected |