#include <odseismic_object.h>
|
| | odSeismicObject (const odSeismicObject &)=delete |
| |
| | odSeismicObject (const odSurvey &thesurvey, const char *name, const BufferStringSet &components, const char *tgname, const char *fmt, bool zistime, bool overwrite) |
| |
| | odSeismicObject (const odSurvey &thesurvey, const char *name, const char *tgname) |
| |
| | ~odSeismicObject () |
| |
| BufferStringSet * | getCompNames () const |
| |
| BufferString | getDtypeStr () const |
| |
| BufferString | getDtypeStr (const SeisIOObjInfo &) const |
| |
| int | getNrComponents () const |
| |
| odSeismicObject & | operator= (const odSeismicObject &)=delete |
| |
| | odSurveyObject (const odSurvey &, const char *, const char *) |
| |
| | odSurveyObject (const odSurvey &, const char *, const char *, bool, const char *fmt=nullptr) |
| |
| | odSurveyObject (const odSurveyObject &)=delete |
| |
| virtual | ~odSurveyObject () |
| |
| bool | canRead () const |
| |
| bool | canWrite () const |
| |
| BufferString | errMsg () const |
| |
| virtual void | getFeature (OD::JSON::Object &, bool towgs=true) const |
| |
| virtual void | getInfo (OD::JSON::Object &) const =0 |
| |
| BufferString | getName () const |
| |
| virtual void | getPoints (OD::JSON::Array &, bool towgs) const =0 |
| |
| bool | isOK () const |
| |
| bool | isReadOnly () const |
| |
| odSurveyObject & | operator= (const odSurveyObject &)=delete |
| |
| void | setErrMsg (const char *msg) const |
| |
| const odSurvey & | survey () const |
| |
| bool | zIsTime () const |
| |
◆ odSeismicObject() [1/3]
| odSeismicObject::odSeismicObject |
( |
const odSurvey & | thesurvey, |
|
|
const char * | name, |
|
|
const char * | tgname ) |
◆ odSeismicObject() [2/3]
| odSeismicObject::odSeismicObject |
( |
const odSurvey & | thesurvey, |
|
|
const char * | name, |
|
|
const BufferStringSet & | components, |
|
|
const char * | tgname, |
|
|
const char * | fmt, |
|
|
bool | zistime, |
|
|
bool | overwrite ) |
◆ ~odSeismicObject()
| odSeismicObject::~odSeismicObject |
( |
| ) |
|
◆ odSeismicObject() [3/3]
◆ getCompNames()
◆ getDtypeStr() [1/2]
◆ getDtypeStr() [2/2]
◆ getNrComponents()
| int odSeismicObject::getNrComponents |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ components_