2 #ifndef mpef3dflatvieweditor_h 3 #define mpef3dflatvieweditor_h 26 namespace EM {
class Fault3DPainter; }
27 namespace FlatView {
class AuxDataEditor; }
40 void updateActStkContainer();
46 void enableLine(
bool);
47 void enableKnots(
bool);
48 void setRandomLineID(
int rdlid);
71 void cleanActStkContainer();
72 void fillActStkContainer();
73 int getStickId(
int markerid)
const;
79 Coord3 getScaleVector()
const;
#define mExpClass(module)
Definition: commondefs.h:160
od_int32 ObjectID
Definition: emposid.h:24
To be able to send and/or receive CallBacks, inherit from this class.
Definition: callback.h:272
FlatView::AuxDataEditor * editor_
Definition: mpef3dflatvieweditor.h:90
Positioning of flat 'bulk' data. Only the 'x1' axis can be irregular.
Definition: flatposdata.h:26
#define mStruct(module)
Definition: commondefs.h:165
Is an identifier for each position in the earthmodel.
Definition: emposid.h:37
ObjectSet< StkMarkerIdInfo > markeridinfo_
Definition: mpef3dflatvieweditor.h:91
MPE stands for Model, Predict, Edit. Contains tracking and editing functions.
Definition: autotracker.h:32
Info on (floating-point) position in an array or StepInterval.
Definition: indexinfo.h:23
bool doubleclicked_
Definition: mpef3dflatvieweditor.h:87
MouseEventHandler * meh_
Definition: mpef3dflatvieweditor.h:93
EM::PosID mousepid_
Definition: mpef3dflatvieweditor.h:94
bool seedhasmoved_
Definition: mpef3dflatvieweditor.h:85
int activestickid_
Definition: mpef3dflatvieweditor.h:92
bool makenewstick_
Definition: mpef3dflatvieweditor.h:86
uiMPEEngine & uiMPE()
Access function for an instance (and normally the only instance) of MPE::uiMPEEngine.
EM::Fault3DPainter * f3dpainter_
Definition: mpef3dflatvieweditor.h:84
Hor+Vert sampling in 3D surveys.
Definition: trckeyzsampling.h:35
Definition: mouseevent.h:162
Editor for FlatView::AuxData. Allows the end-user to click-drag-release the points in data...
Definition: flatauxdataeditor.h:119
int rdlid_
Definition: mpef3dflatvieweditor.h:88
A cartesian coordinate in 3D space.
Definition: coord.h:72
const TrcKeyPath * path_
Definition: mpef3dflatvieweditor.h:82
Earth Model objects like horizons, faults, fault-sticks and bodies.
Definition: embody.h:25
Definition: mpefssflatvieweditor.h:31
Definition: mpef3dflatvieweditor.h:32
Definition: bitmap2rgb.h:18
3D fault painter.
Definition: emfault3dpainter.h:37