![]() |
OpendTect-6_4
6.4
|
Protected Member Functions | |
| StreamConn & | sConn () |
| bool | commitSelections_ () |
| virtual bool | initRead_ () |
| virtual bool | initWrite_ (const SeisTrc &) |
| virtual bool | writeTrc_ (const SeisTrc &) |
| bool | readTraceHeadBuffer () |
| bool | readDataToBuf () |
| bool | readData (SeisTrc &) |
| bool | writeData (const SeisTrc &) |
| virtual bool | readTapeHeader () |
| virtual void | updateCDFromBuf () |
| virtual void | interpretBuf (SeisTrcInfo &) |
| virtual bool | writeTapeHeader () |
| virtual void | fillHeaderBuf (const SeisTrc &) |
| void | selectWriteDataChar (DataCharacteristics &) const |
| void | fillErrMsg (const uiString &, bool) |
| bool | noErrMsg () |
| DataCharacteristics | getDataChar (int) const |
| int | nrFormatFor (const DataCharacteristics &) const |
| void | addWarn (int, const char *) |
| const char * | getTrcPosStr () const |
| bool | tryInterpretBuf (SeisTrcInfo &) |
| bool | skipThisTrace (SeisTrcInfo &, int &) |
Protected Member Functions inherited from SeisTrcTranslator | |
| virtual bool | forRead () const |
| void | addComp (const DataCharacteristics &, const char *nm=0, int dtype=0) |
| void | setDataType (int icomp, int d) |
| virtual bool | prepareWriteBlock (StepInterval< int > &, bool &) |
| virtual bool | dumpBlock () |
| will call blockDumped() More... | |
| virtual void | blockDumped (int nrtrcs) |
| void | prepareComponents (SeisTrc &, int actualsz) const |
Protected Member Functions inherited from CallBacker | |
| void | detachAllNotifiers () |
| Call from the destructor of your inherited object. More... | |
Private Member Functions | |
| mODTextTranslationClass (SEGYSeisTrcTranslator) | |
| isTranslator(SEGY, SeisTrc) public | ~SEGYSeisTrcTranslator () |
| virtual const char * | defExtension () const |
| virtual bool | readInfo (SeisTrcInfo &) |
| virtual bool | read (SeisTrc &) |
| virtual bool | skip (int) |
| bool | goToTrace (int) |
| int | traceSizeOnDisk () const |
| bool | getFullTrcAsBuf (unsigned char *) |
| bool | isRev0 () const |
| int | numberFormat () const |
| int | estimatedNrTraces () const |
| void | toSupported (DataCharacteristics &) const |
| void | usePar (const IOPar &) |
| const SEGY::TxtHeader * | txtHeader () const |
| const SEGY::BinHeader & | binHeader () const |
| const SEGY::TrcHeader & | trcHeader () const |
| void | setTxtHeader (SEGY::TxtHeader *) |
| write; becomes mine More... | |
| void | setForcedRev (int rev) |
| void | setForceRev0 (bool yn) |
| int | dataBytes () const |
| int | forcedRev () const |
| bool | rev0Forced () const |
| SEGY::FilePars & | filePars () |
| SEGY::FileReadOpts & | fileReadOpts () |
| const unsigned char * | blockBuf () const |
| virtual bool | implManagesObjects (const IOObj *) const |
| void | cleanUp () |
| Prepare for new initialisation. More... | |
| void | setCoordSys (Coords::CoordSystem *crs) |
| virtual bool | readData (TraceData *externalbuf) |
Friends | |
| class | SEGYDirectSeisTrcTranslator |
Additional Inherited Members | |
Public Member Functions inherited from SeisTrcTranslator | |
| SeisTrcTranslator (const char *, const char *) | |
| virtual | ~SeisTrcTranslator () |
| bool | initRead (Conn *, Seis::ReadMode rt=Seis::Prod) |
| bool | initWrite (Conn *, const SeisTrc &) |
| virtual Conn * | curConn () |
| SeisPacketInfo & | packetInfo () |
| const Seis::SelData * | selData () const |
| ObjectSet< TargetComponentData > & | componentInfo () |
| const ObjectSet< TargetComponentData > & | componentInfo () const |
| const ObjectSet< ComponentData > & | inputComponentData () const |
| const SamplingData< float > & | inpSD () const |
| int | inpNrSamples () const |
| const SamplingData< float > & | outSD () const |
| int | outNrSamples () const |
| void | setSelData (const Seis::SelData *t) |
| bool | commitSelections () |
| virtual bool | write (const SeisTrc &) |
| virtual bool | close () |
| uiString | errMsg () const |
| virtual bool | inlCrlSorted () const |
| virtual int | bytesOverheadPerTrace () const |
| int | selComp (int nr=0) const |
| int | nrSelComps () const |
| SeisTrc * | getEmpty () |
| SeisTrc * | getFilled (const BinID &) |
| virtual bool | supportsGoTo () const |
| virtual bool | goTo (const BinID &) |
| virtual bool | getGeometryInfo (PosInfo::CubeData &) const |
| bool | isPS () const |
| void | enforceRegularWrite (bool yn) |
| void | enforceSurvinfoWrite (bool yn) |
| const LineKey & | curLineKey () const |
| void | setCurLineKey (const LineKey &lk) |
| Pos::GeomID | curGeomID () const |
| void | setCurGeomID (Pos::GeomID gid) |
| virtual bool | isUserSelectable (bool) const |
| void | setComponentNames (const BufferStringSet &) |
| void | getComponentNames (BufferStringSet &) const |
| bool | haveWarnings () const |
| const BufferStringSet & | warnings () const |
| void | setIs2D (bool yn) |
| void | setIsPS (bool yn) |
Public Member Functions inherited from Translator | |
| uiString | sSelObjectIsWrongType () |
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 inherited from SeisTrcTranslator | |
| static bool | getRanges (const MultiID &, TrcKeyZSampling &, const char *linekey=0) |
| static bool | getRanges (const IOObj &, TrcKeyZSampling &, const char *linekey=0) |
| static bool | is2D (const IOObj &, bool only_internal=false) |
| static bool | isPS (const IOObj &) |
| static bool | isLineSet (const IOObj &) |
| static const char * | sKeyIs2D () |
| static const char * | sKeyIsPS () |
| static const char * | sKeyRegWrite () |
| static const char * | sKeySIWrite () |
Static Public Member Functions inherited from Translator | |
| static uiString | sNoIoobjMsg () |
| static uiString | sBadConnection () |
|
private |
|
protectedvirtual |
Reimplemented from SeisTrcTranslator.
|
inlineprivate |
|
inlineprivate |
|
privatevirtual |
Prepare for new initialisation.
Reimplemented from SeisTrcTranslator.
|
protectedvirtual |
Reimplemented from SeisTrcTranslator.
|
private |
|
inlineprivatevirtual |
Reimplemented from Translator.
|
inlineprivatevirtual |
Reimplemented from SeisTrcTranslator.
|
inlineprivate |
|
inlineprivate |
|
protected |
|
protectedvirtual |
|
inlineprivate |
|
protected |
|
private |
|
protected |
|
private |
|
inlineprivatevirtual |
Reimplemented from Translator.
|
protectedvirtual |
Reimplemented from SeisTrcTranslator.
|
protectedvirtual |
Reimplemented from SeisTrcTranslator.
|
protectedvirtual |
|
private |
|
private |
|
protected |
|
protected |
|
inlineprivate |
|
privatevirtual |
Reimplemented from SeisTrcTranslator.
|
protected |
|
privatevirtual |
Reimplemented from SeisTrcTranslator.
|
protected |
|
privatevirtual |
Reimplemented from SeisTrcTranslator.
|
protectedvirtual |
|
protected |
|
inlineprivate |
|
inlineprotected |
|
protected |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
private |
write; becomes mine
|
privatevirtual |
Reimplemented from SeisTrcTranslator.
|
protected |
|
private |
|
private |
|
inlineprivate |
|
protected |
|
inlineprivate |
|
protectedvirtual |
|
privatevirtual |
Reimplemented from SeisTrcTranslator.
|
protected |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from SeisTrcTranslator.
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019