VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makArchives::DtLoaderSettingsRecord Class Reference

A DtLoaderSettingsRecord contains the information restore loader settings from disk. More...

Public Member Functions

 DtLoaderSettingsRecord ()
 CTOR.
 ~DtLoaderSettingsRecord ()
 DTOR.
 DtLoaderSettingsRecord (const DtLoaderSettingsRecord &orig)
 Copy CTOR.
DtLoaderSettingsRecordoperator= (const DtLoaderSettingsRecord &orig)
 Assignment OP.
bool ddsFlip () const
void setDdsFlip (bool setting)
int metaFlightPerformanceBias () const
void setMetaFlightPerformanceBias (int setting)
float metaFlightGeometryOffsetFactor () const
void setMetaFlightGeometryOffsetFactor (float val)
bool metaFlightCompressVirtualTextures () const
void setMetaFlightCompressVirtualTextures (bool val)

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

int myMetaFlightPerformanceBias
bool myDdsFlip
float myMetaFlightGeometryOffsetFactor
bool myMetaFlightCompressVirtualTextures

Friends

class boost::serialization::access
 Serialization.

Detailed Description

A DtLoaderSettingsRecord contains the information restore loader settings from disk.

Constructor & Destructor Documentation

makArchives::DtLoaderSettingsRecord::DtLoaderSettingsRecord ( )

CTOR.

makArchives::DtLoaderSettingsRecord::~DtLoaderSettingsRecord ( )

DTOR.

makArchives::DtLoaderSettingsRecord::DtLoaderSettingsRecord ( const DtLoaderSettingsRecord orig)

Copy CTOR.

Member Function Documentation

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

Assignment OP.

bool makArchives::DtLoaderSettingsRecord::ddsFlip ( ) const
void makArchives::DtLoaderSettingsRecord::setDdsFlip ( bool  setting)
int makArchives::DtLoaderSettingsRecord::metaFlightPerformanceBias ( ) const
void makArchives::DtLoaderSettingsRecord::setMetaFlightPerformanceBias ( int  setting)
float makArchives::DtLoaderSettingsRecord::metaFlightGeometryOffsetFactor ( ) const
void makArchives::DtLoaderSettingsRecord::setMetaFlightGeometryOffsetFactor ( float  val)
bool makArchives::DtLoaderSettingsRecord::metaFlightCompressVirtualTextures ( ) const
void makArchives::DtLoaderSettingsRecord::setMetaFlightCompressVirtualTextures ( bool  val)
template<class Archive >
void makArchives::DtLoaderSettingsRecord::serialize ( Archive &  ar,
const unsigned int  version 
)
inlineprotected

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

Serialization.

Member Data Documentation

int makArchives::DtLoaderSettingsRecord::myMetaFlightPerformanceBias
protected
bool makArchives::DtLoaderSettingsRecord::myDdsFlip
protected
float makArchives::DtLoaderSettingsRecord::myMetaFlightGeometryOffsetFactor
protected
bool makArchives::DtLoaderSettingsRecord::myMetaFlightCompressVirtualTextures
protected

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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)