16 #include "earthmodelmod.h" 26 class SurfaceGeometry;
36 int nrSections()
const;
39 bool canSetSectionName()
const;
40 bool setSectionName(
const SectionID&,
const char*,
47 bool isLoaded()
const;
52 const char*
dbInfo()
const {
return dbinfo.buf();}
61 bool enableGeometryChecks(
bool);
62 bool isGeometryChecksEnabled()
const;
76 friend class EMObject;
od_int16 SectionID
Definition: emposid.h:25
#define mExpClass(module)
Definition: commondefs.h:160
FixedString Filter()
Definition: keystrs.h:67
Is an identifier for each position in the earthmodel.
Definition: emposid.h:37
void usePar(const IOPar &iop, ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:188
Decides whether a given position should be included.
Definition: posfilter.h:45
Iterator that iterates a number of positions (normally all) on an EMObject. The object is created by ...
Definition: emobject.h:122
const char * dbInfo() const
Definition: emsurface.h:52
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:47
Manages the loaded/half loaded EM objects in OpendTect.
Definition: emmanager.h:46
Hor+Vert sampling in 3D surveys.
Definition: trckeyzsampling.h:35
Position.
Definition: commontypes.h:42
Surface geometry.
Definition: emsurfacegeometry.h:41
virtual Executor * saver(IOObj *)
Definition: emsurface.h:49
void fillPar(IOPar &iop, const ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:175
Definition: geomelement.h:37
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:40
FixedString Surface()
Definition: keystrs.h:126
Base class for all EarthModel objects.
Definition: emobject.h:158
BufferString dbinfo
Definition: emsurface.h:82
Base class for surfaces like horizons and faults. A surface is made up of one or more segments or pat...
Definition: emsurface.h:33
Earth Model objects like horizons, faults, fault-sticks and bodies.
Definition: embody.h:25
void setDBInfo(const char *s)
Definition: emsurface.h:53
Specification to enable chunkwise execution of a process.
Definition: executor.h:39