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

A record for describing a scene. More...

List of all members.

Public Member Functions

 DtSceneRecord ()
 CTOR.
 DtSceneRecord (const DtSceneRecord &)
 CCTOR.
DtSceneRecordoperator= (const DtSceneRecord &)
 Assignment Op.
 ~DtSceneRecord ()
 DTOR.
const DtTerrainRecordterrainRecord () const
 Attempt to get the embedded terrain record.
void setTerrainRecord (const DtTerrainRecord &record)
 Sets the embedded terrain record.
const DtEnvironmentRecordenvironmentRecord () const
 Attempt to get the embedded terrain record.
void setEnvironmentRecord (const DtEnvironmentRecord &record)
 Sets the embedded terrain record.
const DtDateTimeRecorddateTimeRecord () const
 Attempt to get the embedded date and time record.
void setDateTimeRecord (const DtDateTimeRecord &record)
 Sets the embedded date and time record.

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

DtTerrainRecord myEmbeddedTerrainRecord
DtEnvironmentRecord myEmbeddedEnvironmentRecord
DtDateTimeRecord myEmbeddedDateTimeRecord

Friends

class boost::serialization::access

Detailed Description

A record for describing a scene.


Constructor & Destructor Documentation

CTOR.

CCTOR.

DTOR.


Member Function Documentation

DtSceneRecord& makArchives::DtSceneRecord::operator= ( const DtSceneRecord )

Assignment Op.

Attempt to get the embedded terrain record.

Sets the embedded terrain record.

Attempt to get the embedded terrain record.

Sets the embedded terrain record.

Attempt to get the embedded date and time record.

Sets the embedded date and time record.

template<class Archive >
void makArchives::DtSceneRecord::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)