|
| BlocksSeisTrcTranslator (const char *, const char *) |
|
| ~BlocksSeisTrcTranslator () |
|
virtual BufferStringSet | auxExtensions () const |
|
int | bytesOverheadPerTrace () const override |
|
void | cleanUp () override |
| Prepare for new initialization. More...
|
|
bool | close () override |
|
virtual void | convToConnExpr (BufferString &) const |
|
const char * | defExtension () const override |
|
int | estimatedNrTraces () const override |
|
bool | forRead () const override |
|
bool | getGeometryInfo (PosInfo::CubeData &) const override |
|
bool | goTo (const BinID &) override |
|
const char * | iconName () const override |
|
virtual bool | isSingleComponent () const |
|
bool | isUserSelectable (bool forread) const override |
|
bool | read (SeisTrc &) override |
|
bool | readInfo (SeisTrcInfo &) override |
|
bool | skip (int) override |
|
bool | supportsGoTo () const override |
|
void | usePar (const IOPar &) override |
|
virtual | ~SeisTrcTranslator () |
|
bool | commitSelections () |
|
ObjectSet< TargetComponentData > & | componentInfo () |
|
const ObjectSet< TargetComponentData > & | componentInfo () const |
|
virtual Conn * | curConn () |
|
Pos::GeomID | curGeomID () const |
|
const char * | dataName () const |
|
void | enforceRegularWrite (bool yn) |
|
void | enforceSurvinfoWrite (bool yn) |
|
uiString | errMsg () const |
|
void | getComponentNames (BufferStringSet &) const |
|
SeisTrc * | getEmpty () |
|
SeisTrc * | getFilled (const BinID &) |
|
bool | haveWarnings () const |
|
bool | initRead (Conn *, Seis::ReadMode rt=Seis::Prod) |
|
bool | initWrite (Conn *, const SeisTrc &) |
|
virtual bool | inlCrlSorted () const |
|
int | inpNrSamples () const |
|
const SamplingData< float > & | inpSD () const |
|
const ObjectSet< ComponentData > & | inputComponentData () const |
|
bool | is2D () const |
|
bool | isPS () const |
|
bool | isUserSelectable (bool) const override |
|
int | nrSelComps () const |
|
int | outNrSamples () const |
|
const SamplingData< float > & | outSD () const |
|
SeisPacketInfo & | packetInfo () |
|
virtual bool | readData (TraceData *extbuf=nullptr) |
|
virtual bool | readDataPack (RegularSeisDataPack &, TaskRunner *=nullptr) |
|
bool | readTraceData (TraceData *td=nullptr) |
|
int | selComp (int nr=0) const |
|
const Seis::SelData * | selData () const |
|
void | setComponentNames (const BufferStringSet &) |
|
virtual void | setCoordSys (const Coords::CoordSystem &) |
|
virtual void | setCurGeomID (Pos::GeomID) |
|
void | setDataName (const char *nm) |
|
virtual void | setIs2D (bool yn) |
|
virtual void | setIsPS (bool yn) |
|
void | setSelData (const Seis::SelData *t) |
|
bool | supportsMultiCompTrc () const |
|
const LinScaler * | traceScaler () const |
|
void | usePar (const IOPar &) override |
|
const BufferStringSet & | warnings () const |
|
virtual bool | write (const SeisTrc &) |
|
| Translator (const char *nm, const char *usr_nm) |
|
virtual | ~Translator () |
|
virtual const char * | connType () const |
|
virtual IOObj * | createWriteIOObj (const IOObjContext &, const MultiID &) const |
|
virtual bool | getConfirmRemoveMsg (const IOObj *, uiString &msg, uiString &canceltxt, uiString &deepremovetxt, uiString &shallowremovetxt) const |
|
const char * | getDisplayName () const |
| "username [group]" More...
|
|
virtual Translator * | getNew () const =0 |
|
const TranslatorGroup * | group () const |
|
virtual bool | implExists (const IOObj *, bool forread) const |
|
virtual bool | implIsLink (const IOObj *) const |
|
virtual bool | implReadOnly (const IOObj *) const |
|
virtual bool | implRemove (const IOObj *, bool deep=true) const |
|
virtual bool | implRename (const IOObj *, const char *newnm) const |
|
virtual bool | implSetReadOnly (const IOObj *, bool) const |
|
virtual const uiString & | message () const |
|
void | setGroup (TranslatorGroup *g) |
|
uiString | sSelObjectIsWrongType () |
|
const OD::String & | typeName () const |
|
const OD::String & | userName () const |
|
| CallBacker () |
|
| CallBacker (const CallBacker &) |
|
virtual | ~CallBacker () |
|
bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
|
bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
|
void | detachAllNotifiers () const |
| Call from the destructor of your inherited object. More...
|
|
void | detachCB (const NotifierAccess &, const CallBack &) const |
|
void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
|
virtual bool | isCapsule () const |
|
bool | isNotifierAttached (const NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|
void | stopReceivingNotifications () const |
|
virtual CallBacker * | trueCaller () |
|