D2TModel Ascii I/O.
More...
|
| | 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 |
| |
| const FormatDesc & | fd_ |
| |
| uiString | errmsg_ |
| |
| uiString | warnmsg_ |
| |
| BufferStringSet | vals_ |
| |
| ObjectSet< const UnitOfMeasure > | units_ |
| |
| ImportHandler * | imphndlr_ |
| |
| ExportHandler * | exphndlr_ |
| |
| Converter * | cnvrtr_ |
| |
| bool | hdrread_ |
| |
| bool | needfullline_ |
| |
| BufferStringSet | fullline_ |
| |
| static void Well::D2TModelAscIO::createDescBody |
( |
Table::FormatDesc * |
, |
|
|
bool |
unitfld |
|
) |
| |
|
staticprivate |
| static void Well::D2TModelAscIO::updateDesc |
( |
Table::FormatDesc & |
, |
|
|
bool |
withunitfld |
|
) |
| |
|
staticprivate |