List of all members.
Detailed Description
Stratigraphic level.
To store extra details, use the pars_.
The ID cannot be assigned, and it is unique. It is managed by the LevelSet. Therefore: operator ==() : checks only ID isDifferentFrom() : checks all but ID
Member Typedef Documentation
Constructor & Destructor Documentation
| Strat::Level::Level |
( |
const char * |
nm, |
|
|
const LevelSet * |
| |
|
) |
| | [protected] |
| Strat::Level::Level |
( |
const Level & |
|
) |
[protected] |
| virtual Strat::Level::~Level |
( |
|
) |
[virtual] |
Member Function Documentation
| const char* Strat::Level::checkName |
( |
const char * |
|
) |
const |
returns null if object can be renamed to it, otherwise an error message
| Color Strat::Level::color |
( |
|
) |
const [inline] |
| void Strat::Level::fillPar |
( |
IOPar & |
|
) |
const [protected] |
| ID Strat::Level::id |
( |
|
) |
const [inline] |
| bool Strat::Level::isDifferentFrom |
( |
const Level & |
|
) |
const |
| bool Strat::Level::operator== |
( |
const Level & |
|
) |
const |
| const IOPar& Strat::Level::pars |
( |
|
) |
const [inline] |
| void Strat::Level::setColor |
( |
Color |
|
) |
|
| void Strat::Level::setName |
( |
const char * |
|
) |
[virtual] |
| void Strat::Level::setPars |
( |
const IOPar & |
|
) |
|
| static const Level& Strat::Level::undef |
( |
|
) |
[static] |
| void Strat::Level::usePar |
( |
const IOPar & |
|
) |
[protected] |
Friends And Related Function Documentation
Member Data Documentation