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