1 #ifndef emfaultstickpainter_h 2 #define emfaultstickpainter_h 15 #include "earthmodelmod.h" 46 void setRandomLineID(
int rdlid);
48 void enableLine(
bool);
49 void enableKnots(
bool);
54 bool hasDiffActiveStick(
const EM::PosID*);
73 void set2D(
bool yn) { is2d_ = yn; }
74 bool is2D() {
return is2d_; }
75 const char* getLineName()
const;
79 Coord getNormalToTrace(
int trcnr )
const;
80 Coord getNormalInRandLine(
int idx )
const;
91 void enablePaint(
bool paintenable);
97 bool getNearestDistance(
const Coord3& pos,
float& dist);
99 void removePolyLine();
102 virtual void fssChangedCB(CallBacker*);
void setGeomID(Pos::GeomID geomid)
Definition: emfaultstickpainter.h:76
#define mExpClass(module)
Definition: commondefs.h:160
od_int32 ObjectID
Definition: emposid.h:24
Class that represents non-bitmap data to be displayed in a flatviewer, such as markers, lines and more.
Definition: flatview.h:34
To be able to send and/or receive CallBacks, inherit from this class.
Definition: callback.h:272
TypeSet< float > & getDistances()
Definition: emfaultstickpainter.h:87
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
Pos::GeomID geomid_
Definition: emfaultstickpainter.h:120
bool is2D()
Definition: emfaultstickpainter.h:74
ObjectSet< ObjectSet< StkMarkerInfo > > sectionmarkerlines_
Definition: emfaultstickpainter.h:115
Notifier< FaultStickPainter > repaintdone_
Definition: emfaultstickpainter.h:84
int rdlid_
Definition: emfaultstickpainter.h:129
int getActiveStickId()
Definition: emfaultstickpainter.h:52
A cartesian coordinate in 2D space.
Definition: coord.h:25
TypeSet< Coord > & getCoords()
Definition: emfaultstickpainter.h:88
EM::ObjectID emid_
Definition: emfaultstickpainter.h:113
const TrcKeyPath * path_
Definition: emfaultstickpainter.h:105
MarkerStyle2D markerstyle_
Definition: emfaultstickpainter.h:109
const FlatPosData * flatposdata_
Definition: emfaultstickpainter.h:106
Flat Viewer using FlatView::Data and FlatView::Appearance.
Definition: flatview.h:324
Definition: callback.h:254
Set of pointers to objects.
Definition: commontypes.h:32
EM::ObjectID & getFaultSSID()
Definition: emfaultstickpainter.h:70
bool is2d_
Definition: emfaultstickpainter.h:119
const TrcKeyZSampling & getTrcKeyZSampling() const
Definition: emfaultstickpainter.h:43
int activestickid_
Definition: emfaultstickpainter.h:117
bool knotenabled_
Definition: emfaultstickpainter.h:127
FlatView::Viewer & viewer_
Definition: emfaultstickpainter.h:111
Hor+Vert sampling in 3D surveys.
Definition: trckeyzsampling.h:35
bool linenabled_
Definition: emfaultstickpainter.h:126
TypeSet< Coord > coords_
Definition: emfaultstickpainter.h:124
bool paintenable_
Definition: emfaultstickpainter.h:128
void set2D(bool yn)
Definition: emfaultstickpainter.h:73
TypeSet< int > trcnos_
Definition: emfaultstickpainter.h:122
A cartesian coordinate in 3D space.
Definition: coord.h:72
Index_Type GeomID
Definition: commontypes.h:52
Fault stick painter.
Definition: emfaultstickpainter.h:35
TypeSet< int > & getTrcNos()
Definition: emfaultstickpainter.h:86
OD::LineStyle markerlinestyle_
Definition: emfaultstickpainter.h:108
Earth Model objects like horizons, faults, fault-sticks and bodies.
Definition: embody.h:25
Notifier< FaultStickPainter > abouttorepaint_
Definition: emfaultstickpainter.h:83
TrcKeyZSampling tkzs_
Definition: emfaultstickpainter.h:104
Pos::GeomID getGeomID() const
Definition: emfaultstickpainter.h:78
Definition: bitmap2rgb.h:18
TypeSet< float > distances_
Definition: emfaultstickpainter.h:123