|
| 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 |
|
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 |
|
Bulk MarkerSet Ascii I/O.