|
| | SeisTrc2DTranslator (const char *s1, const char *s2) |
| |
| bool | initRead_ () |
| | supporting getRanges() More...
|
| |
| bool | initWrite_ (const SeisTrc &) |
| |
| bool | isUserSelectable (bool) const |
| |
| bool | implRemove (const IOObj *) const |
| |
| bool | implRename (const IOObj *, const char *, const CallBack *cb=0) const |
| |
| virtual bool | getGeometryInfo (PosInfo::CubeData &) const |
| |
| void | setDataSet (const Seis2DDataSet &) |
| |
| | 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 | readInfo (SeisTrcInfo &) |
| |
| virtual bool | read (SeisTrc &) |
| |
| virtual bool | skip (int nrtrcs=1) |
| |
| virtual bool | write (const SeisTrc &) |
| |
| virtual bool | close () |
| |
| uiString | errMsg () const |
| |
| virtual bool | inlCrlSorted () const |
| |
| virtual int | bytesOverheadPerTrace () const |
| |
| virtual void | usePar (const IOPar &) |
| |
| 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 void | cleanUp () |
| | Prepare for new initialisation. More...
|
| |
| 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 int | estimatedNrTraces () const |
| |
| void | setComponentNames (const BufferStringSet &) |
| |
| void | getComponentNames (BufferStringSet &) const |
| |
| bool | haveWarnings () const |
| |
| const BufferStringSet & | warnings () const |
| |
| void | setIs2D (bool yn) |
| |
| void | setIsPS (bool yn) |
| |
| uiString | sSelObjectIsWrongType () |
| |
| | 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 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 uiString | sNoIoobjMsg () |
| |
| static uiString | sBadConnection () |
| |
| virtual bool | forRead () const |
| |
| void | addComp (const DataCharacteristics &, const char *nm=0, int dtype=0) |
| |
| void | setDataType (int icomp, int d) |
| |
| virtual bool | commitSelections_ () |
| |
| virtual bool | readData (TraceData *extbuf=0) |
| |
| virtual bool | prepareWriteBlock (StepInterval< int > &, bool &) |
| |
| virtual bool | dumpBlock () |
| | will call blockDumped() More...
|
| |
| virtual void | blockDumped (int nrtrcs) |
| |
| virtual bool | writeTrc_ (const SeisTrc &) |
| |
| void | prepareComponents (SeisTrc &, int actualsz) const |
| |
| virtual void | addWarn (int, const char *) |
| |
| void | detachAllNotifiers () |
| | Call from the destructor of your inherited object. More...
|
| |
Base translator for 2D Seismics.