A DtLoaderSettingsRecord contains the information restore loader settings from disk.
More...
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 <<.
|
Detailed Description
A DtLoaderSettingsRecord contains the information restore loader settings from disk.
Constructor & Destructor Documentation
| makArchives::DtLoaderSettingsRecord::DtLoaderSettingsRecord |
( |
| ) |
|
| makArchives::DtLoaderSettingsRecord::~DtLoaderSettingsRecord |
( |
| ) |
|
Member Function Documentation
| 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 |
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: