|
| SeisTrc2DTranslator (const char *s1, const char *s2) |
|
bool | initRead_ () |
| supporting getRanges() More...
|
|
bool | initWrite_ (const SeisTrc &) |
|
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...
|
|
const Seis2DDataSet * | dataset_ |
|
Conn * | conn_ |
|
SeisPacketInfo & | pinfo_ |
|
uiString | errmsg_ |
|
BufferStringSet * | compnms_ |
|
Seis::ReadMode | read_mode |
|
bool | is_2d |
|
bool | is_prestack |
|
bool | enforce_regular_write |
|
bool | enforce_survinfo_write |
|
SamplingData< float > | insd_ |
|
int | innrsamples_ |
|
ObjectSet< ComponentData > | cds_ |
|
ObjectSet< TargetComponentData > | tarcds_ |
|
const Seis::SelData * | seldata_ |
|
SamplingData< float > | outsd_ |
|
int | outnrsamples_ |
|
Interval< int > | samprg_ |
|
Pos::GeomID | geomid_ |
|
LineKey | curlinekey_ |
|
bool | headerdonenew_ |
|
bool | datareaddone_ |
|
TraceData * | storbuf_ |
|
LinScaler * | trcscalebase_ |
|
const LinScaler * | curtrcscalebase_ |
|
SeisTrcBuf & | trcblock_ |
|
ComponentData ** | inpcds_ |
|
TargetComponentData ** | outcds_ |
|
TypeSet< int > | warnnrs_ |
|
BufferStringSet & | warnings_ |
|
BufferString | typname_ |
|
BufferString | usrname_ |
|
TranslatorGroup * | group_ |
|
SEGYDirect translator for 2D Seismics.