VR-Forces 4.0.4 Class Documentation
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makArchives::DtTerrainRecord Class Reference

Record of a VR-Vantage terrain Contains: Terrain coordinate system Terrain patches Feature layers Terrain operations (extract props, etc.) Terrain settings defined elsewhere. More...

List of all members.

Public Types

typedef std::list
< DtTerrainPatchRecord
TerrainPatchRecords
typedef std::list
< DtFeatureLayerRecord
FeatureLayerRecords
typedef std::list
< DtGenericTerrainRecord
GenericRecords
typedef std::list
< DtTerrainOperationRecord
TerrainOperations

Public Member Functions

 DtTerrainRecord ()
 CTOR.
 DtTerrainRecord (const DtTerrainRecord &orig)
 Copy CTOR.
DtTerrainRecordoperator= (const DtTerrainRecord &orig)
 Assignment OP.
 ~DtTerrainRecord ()
 DTOR.
const std::string & coordinateSystem () const
 The coordinate system type is determined by the active coordinate converter.
const std::string & coordinateSystemParameters () const
 The coordinate system parameters.
void setCoordinateSystem (const std::string &cs)
 Set the current coordinate system.
void setCoordinateSystemParameters (const std::string &csp)
 Set the current coordinate system parameters.
TerrainPatchRecordsterrainPatchRecords ()
 TerrainPatchRecords accessor.
const TerrainPatchRecordsterrainPatchRecords () const
 TerrainPatchRecords accessor.
FeatureLayerRecordsfeatureLayerRecords ()
 FeatureLayerRecords accessor.
const FeatureLayerRecordsfeatureLayerRecords () const
 FeatureLayerRecords accessor.
void setFeatureLayerRecords (const FeatureLayerRecords &records)
 FeatureLayerRecords mutator.
GenericRecordsgenericRecords ()
 GenericRecords accessor.
const GenericRecordsgenericRecords () const
 GenericRecords accessor.
void setGenericRecords (const GenericRecords &records)
 GenericRecords mutator.
const TerrainOperationsterrainOperations () const
 TerrainOperations accessor.
void setTerrainOperations (const TerrainOperations &operations)
 TerrainOperations mutator.

Protected Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 When the class Archive corresponds to an output archive, the & operator is defined similar to <<.

Protected Attributes

std::string myCoordinateSystem
std::string myCoordinateSystemParameters
TerrainPatchRecords myTerrainPatchRecords
FeatureLayerRecords myFeatureLayerRecords
GenericRecords myGenericRecords
TerrainOperations myTerrainOperations

Friends

class boost::serialization::access

Detailed Description

Record of a VR-Vantage terrain Contains: Terrain coordinate system Terrain patches Feature layers Terrain operations (extract props, etc.) Terrain settings defined elsewhere.


Member Typedef Documentation


Constructor & Destructor Documentation

CTOR.

Copy CTOR.

DTOR.


Member Function Documentation

DtTerrainRecord& makArchives::DtTerrainRecord::operator= ( const DtTerrainRecord orig)

Assignment OP.

const std::string& makArchives::DtTerrainRecord::coordinateSystem ( ) const

The coordinate system type is determined by the active coordinate converter.

The coordinate system parameters.

void makArchives::DtTerrainRecord::setCoordinateSystem ( const std::string &  cs)

Set the current coordinate system.

Set the current coordinate system parameters.

The format of the parameters varies for each coordinate system type

TerrainPatchRecords accessor.

TerrainPatchRecords accessor.

FeatureLayerRecords accessor.

FeatureLayerRecords accessor.

FeatureLayerRecords mutator.

GenericRecords accessor.

GenericRecords accessor.

GenericRecords mutator.

TerrainOperations accessor.

TerrainOperations mutator.

template<class Archive >
void makArchives::DtTerrainRecord::serialize ( Archive &  ar,
const unsigned int  version 
) [inline, protected]

When the class Archive corresponds to an output archive, the & operator is defined similar to <<.

Likewise, when the class Archive is a type of input archive the & operator is defined similar to >>.


Friends And Related Function Documentation

friend class boost::serialization::access [friend]

Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)