Public Types | |
| enum | ObjectType { Horizon3D, Horizon2D, FaultStickSet, Fault, Body } |
Public Member Functions | |
| IOObjInfo (const IOObj *) | |
| IOObjInfo (const IOObj &) | |
| IOObjInfo (const MultiID &) | |
| IOObjInfo (const char *ioobjnm) | |
| IOObjInfo (const IOObjInfo &) | |
| ~IOObjInfo () | |
| IOObjInfo & | operator= (const IOObjInfo &) |
| bool | isOK () const |
| ObjectType | type () const |
| const IOObj * | ioObj () const |
| const char * | name () const |
| bool | getSectionIDs (TypeSet< SectionID > &) const |
| bool | getSectionNames (BufferStringSet &) const |
| bool | getAttribNames (BufferStringSet &) const |
| Interval< float > | getZRange () const |
| StepInterval< int > | getInlRange () const |
| StepInterval< int > | getCrlRange () const |
| bool | getBodyRange (CubeSampling &) const |
| int | nrSticks () const |
| bool | getLineSets (BufferStringSet &) const |
| bool | getLineNames (BufferStringSet &) const |
| bool | getTrcRanges (TypeSet< StepInterval< int > > &) const |
Protected Member Functions | |
| void | setType () |
Protected Attributes | |
| ObjectType | type_ |
| IOObj * | ioobj_ |
| dgbSurfaceReader * | reader_ |
| EM::IOObjInfo::IOObjInfo | ( | const IOObj * | ) |
| EM::IOObjInfo::IOObjInfo | ( | const IOObj & | ) |
| EM::IOObjInfo::IOObjInfo | ( | const MultiID & | ) |
| EM::IOObjInfo::IOObjInfo | ( | const char * | ioobjnm | ) |
| EM::IOObjInfo::IOObjInfo | ( | const IOObjInfo & | ) |
| EM::IOObjInfo::~IOObjInfo | ( | ) |
| bool EM::IOObjInfo::getAttribNames | ( | BufferStringSet & | ) | const |
| bool EM::IOObjInfo::getBodyRange | ( | CubeSampling & | ) | const |
| StepInterval<int> EM::IOObjInfo::getCrlRange | ( | ) | const |
| StepInterval<int> EM::IOObjInfo::getInlRange | ( | ) | const |
| bool EM::IOObjInfo::getLineNames | ( | BufferStringSet & | ) | const |
| bool EM::IOObjInfo::getLineSets | ( | BufferStringSet & | ) | const |
| bool EM::IOObjInfo::getSectionNames | ( | BufferStringSet & | ) | const |
| bool EM::IOObjInfo::getTrcRanges | ( | TypeSet< StepInterval< int > > & | ) | const |
| Interval<float> EM::IOObjInfo::getZRange | ( | ) | const |
| const IOObj* EM::IOObjInfo::ioObj | ( | ) | const [inline] |
| bool EM::IOObjInfo::isOK | ( | ) | const |
| const char* EM::IOObjInfo::name | ( | ) | const |
| int EM::IOObjInfo::nrSticks | ( | ) | const |
| void EM::IOObjInfo::setType | ( | ) | [protected] |
| ObjectType EM::IOObjInfo::type | ( | ) | const [inline] |
IOObj* EM::IOObjInfo::ioobj_ [protected] |
dgbSurfaceReader* EM::IOObjInfo::reader_ [mutable, protected] |
ObjectType EM::IOObjInfo::type_ [protected] |
1.7.1