|
| | DtExtentMetafileRecord () |
| |
| virtual | ~DtExtentMetafileRecord () override |
| |
| | DtExtentMetafileRecord (const DtExtentMetafileRecord &orig) |
| |
| DtExtentMetafileRecord & | operator= (const DtExtentMetafileRecord &orig) |
| |
| virtual DtConfigCategoryType | recordCategory () const override |
| |
| virtual bool | get (std::istream &stream) override |
| |
| virtual bool | processToken (std::istream &stream, DtString &token) override |
| |
| virtual DtString | recordTypeName () const override |
| |
| | DtMetafileRecord () |
| |
| virtual | ~DtMetafileRecord () |
| |
| | DtMetafileRecord (const DtMetafileRecord &orig) |
| |
| DtMetafileRecord & | operator= (const DtMetafileRecord &orig) |
| |
| virtual bool | init () |
| |
| virtual bool | canImport () |
| |
| virtual bool | put (std::ostream &stream) const |
| |
| virtual bool | getAttribute (const DtString attrName, DtString &value, DtString &type, unsigned index=0) |
| |
| virtual bool | setAttribute (DtString attrName, DtString value) |
| |
virtual const
DtTerrainInitializer * | initializer () const |
| |
| virtual DtTerrainInitializer * | initializer () |
| |
| virtual void | setInitializer (DtTerrainInitializer *init) |
| |
| virtual const int | recordKey () |
| |
| virtual void | setRecordKey (const int key) |
| |
| virtual const DtPropertyNamesMap | properties () const |
| |
| virtual const DtString & | recordString () const |
| |
| virtual void | resetFileLists () |
| |
| virtual void | setPath (const DtFilename &) |
| |
| virtual const DtFilename & | path () const |
| |
| bool | isInt (const DtString &valueIn) |
| |
| bool | isDouble (const DtString &valueIn) |
| |
| bool | isColor (const DtString &valueIn) |
| |
| bool | isPoint (const DtString &valueIn) |
| |
| bool | isBool (const DtString &valueIn) |
| |
| bool | toInt (const DtString &valueIn, int &valueOut) |
| |
| bool | toDouble (const DtString &valueIn, double &valueOut) |
| |
| bool | toColor (const DtString &valueIn, DtColor &valueOut) |
| |
| bool | toPoint (const DtString &valueIn, DtPoint &valueOut) |
| |
| bool | toBool (const DtString &valueIn, bool &valueOut) |
| |
| DtExtentMetafileRecord::DtExtentMetafileRecord |
( |
| ) |
|
| virtual DtExtentMetafileRecord::~DtExtentMetafileRecord |
( |
| ) |
|
|
overridevirtual |
Each record should have a category of configuration they represent. I.e does this record configure terrain source files, or vector source files, papermap files....
Implements DtMetafileRecord.
| virtual bool DtExtentMetafileRecord::get |
( |
std::istream & |
stream | ) |
|
|
overridevirtual |
| virtual bool DtExtentMetafileRecord::processToken |
( |
std::istream & |
stream, |
|
|
DtString & |
token |
|
) |
| |
|
overridevirtual |
identifies a token or passes token the parent class.
Reimplemented from DtMetafileRecord.
| virtual DtString DtExtentMetafileRecord::recordTypeName |
( |
| ) |
const |
|
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.
Implements DtMetafileRecord.
| virtual bool DtExtentMetafileRecord::writeAttributes |
( |
std::ostream & |
stream | ) |
const |
|
overrideprotectedvirtual |
Write attributes to stream. This is called by put(stream)
Reimplemented from DtMetafileRecord.
Given the name of a record's attribute, returns its value in the 'value' parameter. Returns True if successful; false otherwise.
Reimplemented from DtMetafileRecord.
identifies a token and returns true if the value can be set to it, false otherwise
Reimplemented from DtMetafileRecord.
| virtual CS_Type DtExtentMetafileRecord::stringToCsTypeEnum |
( |
const DtString & |
string | ) |
const |
|
protectedvirtual |
| virtual DtString DtExtentMetafileRecord::csTypeEnumToString |
( |
CS_Type |
coordsys | ) |
const |
|
protectedvirtual |
| const DtString DtExtentMetafileRecord::theParameterCoordinateSystem |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theParameterSwCorner |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theParameterNeCorner |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theParameterSurfaceColor |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theParameterRoughness |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theParameterOrigin |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theParameterLam0 |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theParameterPhi0 |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theParameterPhi1 |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theParameterPhi2 |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theZone |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theTesselateX |
|
staticprotected |
| const DtString DtExtentMetafileRecord::theTesselateY |
|
staticprotected |
The documentation for this class was generated from the following file: