A DtTerrainOperationRecord contains information about a single terrain operation.
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 DtTerrainOperationRecord contains information about a single terrain operation.
Member Enumeration Documentation
- Enumerator:
| NoInput |
|
| Patch |
|
| FeatureLayer |
|
| Generic |
|
- Enumerator:
| NoApplication |
|
| Visualization |
|
| Simulation |
|
| VisualizationAndSimulation |
|
Constructor & Destructor Documentation
| makArchives::DtTerrainOperationRecord::DtTerrainOperationRecord |
( |
| ) |
|
| makArchives::DtTerrainOperationRecord::~DtTerrainOperationRecord |
( |
| ) |
|
Member Function Documentation
| void makArchives::DtTerrainOperationRecord::setOperationType |
( |
OperationType |
opType | ) |
|
| OperationType makArchives::DtTerrainOperationRecord::operationType |
( |
| ) |
const |
| void makArchives::DtTerrainOperationRecord::setInputType |
( |
InputType |
inType | ) |
|
| InputType makArchives::DtTerrainOperationRecord::inputType |
( |
| ) |
const |
| void makArchives::DtTerrainOperationRecord::setTargetApplication |
( |
TargetApplication |
targetApplication | ) |
|
| void makArchives::DtTerrainOperationRecord::setIndex |
( |
int |
index | ) |
|
| int makArchives::DtTerrainOperationRecord::index |
( |
| ) |
const |
template<class Archive >
| void makArchives::DtTerrainOperationRecord::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
| OperationType makArchives::DtTerrainOperationRecord::myOperationType |
|
protected |
| InputType makArchives::DtTerrainOperationRecord::myInputType |
|
protected |
| int makArchives::DtTerrainOperationRecord::myIndex |
|
protected |
The documentation for this class was generated from the following file: