List of all members.
Public Member Functions |
| bool | unSetPos (const EM::PosID &, bool addtohistory) |
| bool | unSetPos (const EM::SectionID &, const EM::SubID &, bool addtohistory) |
| Coord3 | getPos (const EM::PosID &) const |
| Coord3 | getPos (const EM::SectionID &, const EM::SubID &) const |
| TypeSet< Coord3 > | getPositions (int lineidx, int trcnr) const |
| Coord3 | getPos (EM::SectionID, int lidx, int trcnr) const |
| Coord3 | getPos (EM::SectionID, const PosInfo::GeomID &, int trcnr) const |
| bool | setPos (EM::SectionID, const PosInfo::GeomID &, int trcnr, float z, bool addtohistory) |
| bool | setPos (const EM::PosID &, const Coord3 &, bool) |
| bool | setPos (const EM::SectionID &, const EM::SubID &, const Coord3 &, bool addtohistory) |
| Horizon2DGeometry & | geometry () |
| const Horizon2DGeometry & | geometry () const |
| virtual void | removeAll () |
| void | removeSelected (const Selector< Coord3 > &selector, TaskRunner *tr) |
| bool | setArray1D (const Array1D< float > &, SectionID sid, const PosInfo::GeomID &geomid, bool onlyfillundefs) |
| Array1D< float > * | createArray1D (SectionID, const PosInfo::GeomID &geomid, const ZAxisTransform *=0) const |
Protected Member Functions |
| const IOObjContext & | getIOObjContext () const |
Protected Attributes |
| Horizon2DGeometry | geometry_ |
Private Member Functions |
| | mDefineEMObjFuncs (Horizon2D) |
Detailed Description
2d horizons. The horizons is only present along 2d lines, set by addLine. Each position's subid is formed by RowCol( lineid, tracenr ).getInt64(). If multiple z-values per trace is needed, multiple sections can be added.
Member Function Documentation
| const IOObjContext& EM::Horizon2D::getIOObjContext |
( |
|
) |
const [protected, virtual] |
| TypeSet<Coord3> EM::Horizon2D::getPositions |
( |
int |
lineidx, |
|
|
int |
trcnr | |
|
) |
| | const |
| EM::Horizon2D::mDefineEMObjFuncs |
( |
Horizon2D |
|
) |
[private] |
| virtual void EM::Horizon2D::removeAll |
( |
|
) |
[virtual] |
| bool EM::Horizon2D::setPos |
( |
const EM::PosID & |
, |
|
|
const Coord3 & |
, |
|
|
bool |
| |
|
) |
| | [virtual] |
| bool EM::Horizon2D::unSetPos |
( |
const EM::PosID & |
, |
|
|
bool |
addtohistory | |
|
) |
| | [virtual] |
Member Data Documentation