![]() |
OpendTect-6_4
6.4
|
Repository for 2D line geometries. More...
Public Types | |
| typedef Line2DKey::IdxType | IdxType |
Public Member Functions | |
| bool | isEmpty () const |
| bool | hasLineSet (const char *) const |
| bool | hasLine (const char *lnm, const char *lsnm=0) const |
| void | getLineSets (BufferStringSet &nms) const |
| void | getLines (BufferStringSet &, const char *lsnm=0) const |
| const char * | curLineSet () const |
| void | setCurLineSet (const char *) const |
| bool | getGeometry (Line2DData &) const |
| using lineName() More... | |
| bool | setGeometry (const Line2DData &) |
| void | removeLine (const char *) |
| void | removeLineSet (const char *) |
| void | renameLineSet (const char *, const char *) |
| const char * | getLineSet (IdxType lsid) const |
| const char * | getLineName (IdxType lineid) const |
| IdxType | getLineSetID (const char *) const |
| IdxType | getLineID (const char *) const |
| bool | hasLineSet (IdxType lsid) const |
| bool | hasLine (IdxType lineid, IdxType lsid=-1) const |
| void | getLineIDs (TypeSet< IdxType > &, IdxType lsid) const |
| void | getLines (BufferStringSet &, IdxType lsid) const |
| IdxType | curLineSetID () const |
| void | setCurLineSet (IdxType lsid) const |
| bool | getGeometry (IdxType lid, Line2DData &) const |
| bool | getGeometry (const Line2DKey &, Line2DData &) const |
| thread safe More... | |
| void | renameLine (const char *oldnm, const char *newnm) |
| void | removeLine (IdxType lid) |
| void | removeLineSet (IdxType lsid) |
| Line2DKey | getLine2DKey (const char *lsnm, const char *linenm) const |
| const char * | getLSFileNm (const char *lsnm) const |
| const char * | getLineFileNm (const char *lsnm, const char *lnm) const |
| bool | readDistBetwTrcsStats (const char *linemn, float &max, float &median) const |
| ~Survey2D () | |
Public Member Functions inherited from CallBacker | |
| CallBacker () | |
| CallBacker (const CallBacker &) | |
| virtual | ~CallBacker () |
| bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
| bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
| void | detachCB (NotifierAccess &, const CallBack &) |
| void | detachCB (NotifierAccess *notif, const CallBack &cb) |
| bool | isNotifierAttached (NotifierAccess *) const |
| Only for debugging purposes, don't use. More... | |
Static Public Member Functions | |
| static void | initClass () |
Protected Member Functions | |
| IdxType | getNewID (IOPar &) |
| void | updateMaxID (IdxType, IOPar &) |
Protected Member Functions inherited from CallBacker | |
| void | detachAllNotifiers () |
| Call from the destructor of your inherited object. More... | |
Private Member Functions | |
| void | readIdxFiles () |
| bool | isIdxFileNew (const char *lsnm=0) const |
| BufferString | getIdxTimeStamp (const char *lsnm=0) const |
| void | writeIdxFile (bool) const |
| void | getKeys (const IOPar &, BufferStringSet &) const |
| void | getIDs (const IOPar &, TypeSet< IdxType > &) const |
| BufferString | getNewStorageName (const char *, const FilePath &, const IOPar &) const |
| int | getLineSetIdx (IdxType lsid) const |
| int | getLineIdx (IdxType lineid) const |
| Survey2D () | |
Static Private Member Functions | |
| static void | readIdxFile (const char *, IOPar &) |
Private Attributes | |
| FilePath & | basefp_ |
| FilePath & | lsfp_ |
| BufferString | lsnm_ |
| IOPar & | lsindex_ |
| IOPar & | lineindex_ |
| BufferString | curlstimestr_ |
| Threads::Lock | lock_ |
Friends | |
| const Survey2D & | S2DPOS () |
| Your read-access to the 2D line geometry database. More... | |
Repository for 2D line geometries.
|
private |
| PosInfo::Survey2D::~Survey2D | ( | ) |
|
inline |
| IdxType PosInfo::Survey2D::curLineSetID | ( | ) | const |
| bool PosInfo::Survey2D::getGeometry | ( | Line2DData & | ) | const |
using lineName()
| bool PosInfo::Survey2D::getGeometry | ( | IdxType | lid, |
| Line2DData & | |||
| ) | const |
| bool PosInfo::Survey2D::getGeometry | ( | const Line2DKey & | , |
| Line2DData & | |||
| ) | const |
thread safe
|
private |
|
private |
| Line2DKey PosInfo::Survey2D::getLine2DKey | ( | const char * | lsnm, |
| const char * | linenm | ||
| ) | const |
| const char* PosInfo::Survey2D::getLineFileNm | ( | const char * | lsnm, |
| const char * | lnm | ||
| ) | const |
| IdxType PosInfo::Survey2D::getLineID | ( | const char * | ) | const |
|
private |
| const char* PosInfo::Survey2D::getLineName | ( | IdxType | lineid | ) | const |
| void PosInfo::Survey2D::getLines | ( | BufferStringSet & | , |
| const char * | lsnm = 0 |
||
| ) | const |
| void PosInfo::Survey2D::getLines | ( | BufferStringSet & | , |
| IdxType | lsid | ||
| ) | const |
| const char* PosInfo::Survey2D::getLineSet | ( | IdxType | lsid | ) | const |
| IdxType PosInfo::Survey2D::getLineSetID | ( | const char * | ) | const |
|
private |
|
inline |
| const char* PosInfo::Survey2D::getLSFileNm | ( | const char * | lsnm | ) | const |
|
private |
| bool PosInfo::Survey2D::hasLine | ( | const char * | lnm, |
| const char * | lsnm = 0 |
||
| ) | const |
| bool PosInfo::Survey2D::hasLineSet | ( | const char * | ) | const |
| bool PosInfo::Survey2D::hasLineSet | ( | IdxType | lsid | ) | const |
|
static |
|
inline |
|
private |
| bool PosInfo::Survey2D::readDistBetwTrcsStats | ( | const char * | linemn, |
| float & | max, | ||
| float & | median | ||
| ) | const |
|
staticprivate |
|
private |
| void PosInfo::Survey2D::removeLine | ( | const char * | ) |
| void PosInfo::Survey2D::removeLine | ( | IdxType | lid | ) |
| void PosInfo::Survey2D::removeLineSet | ( | const char * | ) |
| void PosInfo::Survey2D::removeLineSet | ( | IdxType | lsid | ) |
| void PosInfo::Survey2D::renameLine | ( | const char * | oldnm, |
| const char * | newnm | ||
| ) |
| void PosInfo::Survey2D::renameLineSet | ( | const char * | , |
| const char * | |||
| ) |
| void PosInfo::Survey2D::setCurLineSet | ( | const char * | ) | const |
| void PosInfo::Survey2D::setCurLineSet | ( | IdxType | lsid | ) | const |
| bool PosInfo::Survey2D::setGeometry | ( | const Line2DData & | ) |
|
private |
|
friend |
Your read-access to the 2D line geometry database.
|
private |
|
mutableprivate |
|
private |
|
mutableprivate |
|
private |
|
private |
|
private |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019