1 #ifndef emfaultstickset_h 2 #define emfaultstickset_h 16 #include "earthmodelmod.h" 19 namespace Geometry {
class FaultStickSet; }
37 int nrKnots(
const SectionID&,
int sticknr)
const;
39 bool insertStick(
const SectionID&,
int sticknr,
int firstcol,
42 bool insertStick(
const SectionID&,
int sticknr,
int firstcol,
45 const char* pickednm,
bool addtohistory);
46 bool insertStick(
const SectionID&,
int sticknr,
int firstcol,
49 bool removeStick(
const SectionID&,
int sticknr,
52 const Coord3& pos,
bool addtohistory);
56 bool pickedOnPlane(
const SectionID&,
int sticknr)
const;
57 bool pickedOn2DLine(
const SectionID&,
int sticknr)
const;
58 bool pickedOnHorizon(
const SectionID&,
int sticknr)
const;
61 const char* pickedName(
const SectionID&,
int sticknr)
const;
od_int16 SectionID
Definition: emposid.h:25
#define mExpClass(module)
Definition: commondefs.h:160
FixedString Filter()
Definition: keystrs.h:67
Fault Surface base class.
Definition: emfault.h:84
FaultStickSetGeometry geometry_
Definition: emfaultstickset.h:113
void usePar(const IOPar &iop, ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:188
ObjectSet< StickInfo > stickinfo_
Definition: emfaultstickset.h:91
Definition: uistring.h:89
int sid
Definition: emfaultstickset.h:84
int sticknr
Definition: emfaultstickset.h:85
ObjectSet< T >::size_type indexOf(const ObjectSet< T > &os, const S &val)
Locate object in set.
Definition: objectset.h:169
BufferString pickednm
Definition: emfaultstickset.h:88
od_int64 SubID
Definition: emposid.h:26
Decides whether a given position should be included.
Definition: posfilter.h:45
Set of pointers to objects.
Definition: commontypes.h:32
Iterator that iterates a number of positions (normally all) on an EMObject. The object is created by ...
Definition: emobject.h:122
#define mDefineEMObjFuncs(clss)
Definition: emobject.h:373
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:47
Fault stick set.
Definition: emfaultstickset.h:100
FaultStickSet geometry.
Definition: emfaultstickset.h:30
Hor+Vert sampling in 3D surveys.
Definition: trckeyzsampling.h:35
Position.
Definition: commontypes.h:42
MultiID pickedmid
Definition: emfaultstickset.h:87
void fillPar(IOPar &iop, const ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:175
A cartesian coordinate in 3D space.
Definition: coord.h:72
Index_Type GeomID
Definition: commontypes.h:52
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:40
FaultGeometry base class.
Definition: emfault.h:32
Definition: emfaultstickset.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:33
Earth Model objects like horizons, faults, fault-sticks and bodies.
Definition: embody.h:25
Pos::GeomID pickedgeomid
Definition: emfaultstickset.h:86
Definition: faultstickset.h:27
Definition: arraytesselator.h:21
IOObjContext * getIOObjContext(Seis::GeomType, bool forread)
Compound key consisting of ints.
Definition: multiid.h:25
Holds the context for selecting and/or creating IOObjs.
Definition: ctxtioobj.h:62