|
| | FunctionAscIO (const Table::FormatDesc &fd, od_istream &, od_int64 filesizeinkb=-1) |
| |
| float | getUdfVal () const |
| |
| bool | isXY () const |
| |
| void | setOutput (BinIDValueSet &bvs) |
| |
| | AscIO (const FormatDesc &fd) |
| |
| virtual | ~AscIO () |
| |
| const FormatDesc & | desc () const |
| |
| uiString | errMsg () const |
| |
| uiString | warnMsg () const |
| |
| mDeprecated float | getfValue (int idx, float udf=mUdf(float)) const |
| |
| mDeprecated double | getdValue (int idx, double udf=mUdf(double)) const |
| |
| | SequentialTask (const char *nm=0) |
| |
| virtual | ~SequentialTask () |
| |
| void | setProgressMeter (ProgressMeter *) |
| | Must be called before execute() More...
|
| |
| ProgressMeter * | progressMeter () |
| |
| const ProgressMeter * | progressMeter () const |
| |
| virtual int | doStep () |
| |
| bool | execute () |
| |
| virtual | ~Task () |
| |
| virtual uiString | uiMessage () const |
| | will be message() again in 7.x More...
|
| |
| virtual void | enableWorkControl (bool=true) |
| | Must be called before execute() More...
|
| |
| bool | workControlEnabled () const |
| |
| virtual void | controlWork (Control) |
| |
| virtual Control | getState () const |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject *linkedto) |
| |
| | NamedObject (const NamedObject &) |
| |
| virtual | ~NamedObject () |
| |
| void | setLinkedTo (NamedObject *) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual const OD::String & | annotName () const |
| |
| virtual void | setName (const char *) |
| |
| void | setCleanName (const char *) |
| | cleans string first More...
|
| |
| void | deleteNotify (const CallBack &) |
| |
| | 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...
|
| |
|
| int | nextStep () |
| |
| od_int64 | nrDone () const |
| |
| uiString | uiNrDoneText () const |
| | will be nrDoneText() in 7.x More...
|
| |
| od_int64 | totalNr () const |
| |
| void | emptyVals () const |
| |
| void | addVal (const char *, const UnitOfMeasure *) const |
| |
| bool | getHdrVals (od_istream &) const |
| |
| int | getNextBodyVals (od_istream &) const |
| | Executor convention. More...
|
| |
| bool | putHdrVals (od_ostream &) const |
| |
| bool | putNextBodyVals (od_ostream &) const |
| |
| const char * | text (int) const |
| |
| int | getIntValue (int, int udf=mUdf(int)) const |
| |
| float | getFValue (int, float udf=mUdf(float)) const |
| |
| double | getDValue (int, double udf=mUdf(double)) const |
| |
| Coord | getPos (int xfld, int yfld, double udf=mUdf(double)) const |
| |
| Coord3 | getPos3D (int xfld, int yfld, int zfld, double udf=mUdf(double)) const |
| |
| BinID | getBinID (int xfld, int yfld, double udf=mUdf(double)) const |
| |
| int | formOf (bool hdr, int iinf) const |
| |
| int | columnOf (bool hdr, int iinf, int ielem) const |
| |
| | Task (const char *nm=0) |
| |
| virtual bool | shouldContinue () |
| |
| void | detachAllNotifiers () |
| | Call from the destructor of your inherited object. More...
|
| |