Is an identifier for each position in the earthmodel.
More...
List of all members.
Detailed Description
Is an identifier for each position in the earthmodel.
It has three parts,
- an ObjectID, wich identifies wich object is belongs to.
- a SectionID, wich identifies which section of the object it belongs to.
- a SubID, wich identifies the position on the section.
Constructor & Destructor Documentation
Member Function Documentation
| static const char* EM::PosID::emobjStr |
( |
|
) |
[static, protected] |
| void EM::PosID::fillPar |
( |
IOPar & |
|
) |
const |
| RowCol EM::PosID::getRowCol |
( |
|
) |
const |
Should not be used, only for db purposes (it makes it possible to db SubID
| bool EM::PosID::isUdf |
( |
|
) |
const |
| const ObjectID & EM::PosID::objectID |
( |
|
) |
const [inline] |
| bool EM::PosID::operator!= |
( |
const PosID & |
b |
) |
const [inline] |
| bool EM::PosID::operator== |
( |
const PosID & |
b |
) |
const [inline] |
| SectionID EM::PosID::sectionID |
( |
|
) |
const [inline] |
| static const char* EM::PosID::sectionStr |
( |
|
) |
[static, protected] |
| void EM::PosID::setObjectID |
( |
const ObjectID & |
id |
) |
[inline] |
| void EM::PosID::setSectionID |
( |
SectionID |
id |
) |
[inline] |
| void EM::PosID::setSubID |
( |
SubID |
id |
) |
[inline] |
| SubID EM::PosID::subID |
( |
|
) |
const [inline] |
| static const char* EM::PosID::subidStr |
( |
|
) |
[static, protected] |
| static const PosID& EM::PosID::udf |
( |
|
) |
[static] |
| bool EM::PosID::usePar |
( |
const IOPar & |
|
) |
|
Member Data Documentation