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

Record of interest management / DDM settings. More...

Public Member Functions

 DtInterestManagementRecord ()
 CTOR.
 DtInterestManagementRecord (const DtInterestManagementRecord &orig)
 Copy CTOR.
DtInterestManagementRecordoperator= (const DtInterestManagementRecord &orig)
 Assignment OP.
 ~DtInterestManagementRecord ()
 DTOR.
void setDdmRegionSize (int size)
int ddmRegionSize () const
void setRegionUpdateThreshold (int percentage)
int regionUpdateThreshold () const
void setAltitudeThresholdEnabled (bool enabled)
bool altitudeThresholdEnabled () const
void setAltitudeThreshold (int threshold)
int altitudeThreshold () const

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 myDdmRegionSize
int myRegionUpdateThreshold
bool myAltitudeThresholdEnabled
int myAltitudeThreshold

Friends

class boost::serialization::access

Detailed Description

Record of interest management / DDM settings.

Constructor & Destructor Documentation

makArchives::DtInterestManagementRecord::DtInterestManagementRecord ( )

CTOR.

makArchives::DtInterestManagementRecord::DtInterestManagementRecord ( const DtInterestManagementRecord orig)

Copy CTOR.

makArchives::DtInterestManagementRecord::~DtInterestManagementRecord ( )

DTOR.

Member Function Documentation

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

Assignment OP.

void makArchives::DtInterestManagementRecord::setDdmRegionSize ( int  size)
int makArchives::DtInterestManagementRecord::ddmRegionSize ( ) const
void makArchives::DtInterestManagementRecord::setRegionUpdateThreshold ( int  percentage)
int makArchives::DtInterestManagementRecord::regionUpdateThreshold ( ) const
void makArchives::DtInterestManagementRecord::setAltitudeThresholdEnabled ( bool  enabled)
bool makArchives::DtInterestManagementRecord::altitudeThresholdEnabled ( ) const
void makArchives::DtInterestManagementRecord::setAltitudeThreshold ( int  threshold)
int makArchives::DtInterestManagementRecord::altitudeThreshold ( ) const
template<class Archive >
void makArchives::DtInterestManagementRecord::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::DtInterestManagementRecord::myDdmRegionSize
protected
int makArchives::DtInterestManagementRecord::myRegionUpdateThreshold
protected
bool makArchives::DtInterestManagementRecord::myAltitudeThresholdEnabled
protected
int makArchives::DtInterestManagementRecord::myAltitudeThreshold
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)