15 #include "earthmodelmod.h" 22 namespace Table {
class FormatDesc; }
40 int nrKnots(
const SectionID&,
int polygonnr)
const;
41 bool insertPolygon(
const SectionID&,
int polygonnr,
42 int firstknot,
const Coord3& pos,
45 bool removePolygon(
const SectionID&,
int polygonnr,
48 const Coord3& pos,
bool addtohistory);
84 const char*
type()
const {
return typeStr(); }
92 DBKey storageID()
const;
98 bool useBodyPar(
const IOPar&);
99 void fillBodyPar(
IOPar&)
const;
102 {
return tr(
"Polygon Body"); }
od_int16 SectionID
Definition: emposid.h:23
#define mExpClass(module)
Definition: commondefs.h:157
#define mODTextTranslationClass(clss)
Definition: uistring.h:37
void usePar(const IOPar &iop, ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:200
Definition: uistring.h:88
const char * type() const
Definition: empolygonbody.h:84
od_int64 SubID
Definition: emposid.h:24
PolygonBodyGeometry geometry_
Definition: empolygonbody.h:110
Iterator that iterates a number of positions (normally all) on an EMObject. The object is created by ...
Definition: emobject.h:81
#define mDefineEMObjFuncs(clss)
Definition: emobject.h:344
3D point or vector
Definition: commontypes.h:57
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:53
Definition: geom2dascio.h:18
uiString getUserTypeStr() const
Definition: empolygonbody.h:101
Class that can execute a task.
Definition: task.h:193
A Surface polygon Body.
Definition: empolygonbody.h:77
Manages the loaded/half loaded EM objects in OpendTect.
Definition: emmanager.h:42
Hor+Vert sampling in 3D surveys.
Definition: trckeyzsampling.h:32
Surface geometry.
Definition: emsurfacegeometry.h:39
void fillPar(IOPar &iop, const ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:187
A body that can deliver an implicit body.
Definition: embody.h:48
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:38
Base class for all EarthModel objects.
Definition: emobject.h:117
A SortedList is a list where all objects are stored in ascending order. The objects should be capable...
Definition: sortedlist.h:27
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
Implicit representation of a body.
Definition: embody.h:30
Full key to any object in the OpendTect data store.
Definition: dbkey.h:36
Definition: polygonsurface.h:24
Surface I/O data selection.
Definition: emsurfaceiodata.h:60
IOObjContext * getIOObjContext(Seis::GeomType, bool forread)
PolygonBody SurfaceGeometry.
Definition: empolygonbody.h:33
Specification to enable chunkwise execution of a process.
Definition: executor.h:38
Holds the context for selecting and/or creating IOObjs.
Definition: ioobjctxt.h:59