OpendTect-6_4  6.4
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
EM::FaultStickPainter Class Reference

Fault stick painter. More...

Inheritance diagram for EM::FaultStickPainter:
[legend]

Public Member Functions

 FaultStickPainter (FlatView::Viewer &, const EM::ObjectID &)
 
 ~FaultStickPainter ()
 
void setTrcKeyZSampling (const TrcKeyZSampling &, bool)
 
const TrcKeyZSamplinggetTrcKeyZSampling () const
 
void setPath (const TrcKeyPath &)
 
void setRandomLineID (int rdlid)
 
void setFlatPosData (const FlatPosData *)
 
void enableLine (bool)
 
void enableKnots (bool)
 
void setActiveStick (EM::PosID &)
 
int getActiveStickId ()
 
void setMarkerLineStyle (const OD::LineStyle &)
 
bool hasDiffActiveStick (const EM::PosID *)
 
FlatView::AuxDatagetAuxData (const EM::PosID *)
 
 struct (EarthModel) StkMarkerInfo
 
EM::ObjectIDgetFaultSSID ()
 
void getDisplayedSticks (ObjectSet< StkMarkerInfo > &)
 
void set2D (bool yn)
 
bool is2D ()
 
const char * getLineName () const
 
void setGeomID (Pos::GeomID geomid)
 
Pos::GeomID getGeomID () const
 
Coord getNormalToTrace (int trcnr) const
 
Coord getNormalInRandLine (int idx) const
 
TypeSet< int > & getTrcNos ()
 
TypeSet< float > & getDistances ()
 
TypeSet< Coord > & getCoords ()
 
void paint ()
 
void enablePaint (bool paintenable)
 
- Public Member Functions inherited from CallBacker
 CallBacker ()
 
 CallBacker (const CallBacker &)
 
virtual ~CallBacker ()
 
bool attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false)
 
bool attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false)
 
void detachCB (NotifierAccess &, const CallBack &)
 
void detachCB (NotifierAccess *notif, const CallBack &cb)
 
bool isNotifierAttached (NotifierAccess *) const
 Only for debugging purposes, don't use. More...
 

Public Attributes

Notifier< FaultStickPainterabouttorepaint_
 
Notifier< FaultStickPainterrepaintdone_
 

Protected Member Functions

bool addPolyLine ()
 
bool getNearestDistance (const Coord3 &pos, float &dist)
 
void removePolyLine ()
 
void repaintFSS ()
 
virtual void fssChangedCB (CallBacker *)
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers ()
 Call from the destructor of your inherited object. More...
 

Protected Attributes

TrcKeyZSampling tkzs_
 
const TrcKeyPathpath_
 
const FlatPosDataflatposdata_
 
OD::LineStyle markerlinestyle_
 
MarkerStyle2D markerstyle_
 
FlatView::Viewerviewer_
 
EM::ObjectID emid_
 
ObjectSet< ObjectSet< StkMarkerInfo > > sectionmarkerlines_
 
int activestickid_
 
bool is2d_
 
Pos::GeomID geomid_
 
TypeSet< int > trcnos_
 
TypeSet< float > distances_
 
TypeSet< Coordcoords_
 
bool linenabled_
 
bool knotenabled_
 
bool paintenable_
 
int rdlid_
 

Detailed Description

Fault stick painter.

Constructor & Destructor Documentation

EM::FaultStickPainter::FaultStickPainter ( FlatView::Viewer ,
const EM::ObjectID  
)
EM::FaultStickPainter::~FaultStickPainter ( )

Member Function Documentation

bool EM::FaultStickPainter::addPolyLine ( )
protected
void EM::FaultStickPainter::enableKnots ( bool  )
void EM::FaultStickPainter::enableLine ( bool  )
void EM::FaultStickPainter::enablePaint ( bool  paintenable)
virtual void EM::FaultStickPainter::fssChangedCB ( CallBacker )
protectedvirtual
int EM::FaultStickPainter::getActiveStickId ( )
inline
FlatView::AuxData* EM::FaultStickPainter::getAuxData ( const EM::PosID )
TypeSet<Coord>& EM::FaultStickPainter::getCoords ( )
inline
void EM::FaultStickPainter::getDisplayedSticks ( ObjectSet< StkMarkerInfo > &  )
TypeSet<float>& EM::FaultStickPainter::getDistances ( )
inline
EM::ObjectID& EM::FaultStickPainter::getFaultSSID ( )
inline
Pos::GeomID EM::FaultStickPainter::getGeomID ( ) const
inline
const char* EM::FaultStickPainter::getLineName ( ) const
bool EM::FaultStickPainter::getNearestDistance ( const Coord3 pos,
float &  dist 
)
protected
Coord EM::FaultStickPainter::getNormalInRandLine ( int  idx) const
Coord EM::FaultStickPainter::getNormalToTrace ( int  trcnr) const
const TrcKeyZSampling& EM::FaultStickPainter::getTrcKeyZSampling ( ) const
inline
TypeSet<int>& EM::FaultStickPainter::getTrcNos ( )
inline
bool EM::FaultStickPainter::hasDiffActiveStick ( const EM::PosID )
bool EM::FaultStickPainter::is2D ( )
inline
void EM::FaultStickPainter::paint ( )
void EM::FaultStickPainter::removePolyLine ( )
protected
void EM::FaultStickPainter::repaintFSS ( )
protected
void EM::FaultStickPainter::set2D ( bool  yn)
inline
void EM::FaultStickPainter::setActiveStick ( EM::PosID )
void EM::FaultStickPainter::setFlatPosData ( const FlatPosData )
void EM::FaultStickPainter::setGeomID ( Pos::GeomID  geomid)
inline
void EM::FaultStickPainter::setMarkerLineStyle ( const OD::LineStyle )
void EM::FaultStickPainter::setPath ( const TrcKeyPath )
void EM::FaultStickPainter::setRandomLineID ( int  rdlid)
void EM::FaultStickPainter::setTrcKeyZSampling ( const TrcKeyZSampling ,
bool   
)
EM::FaultStickPainter::struct ( EarthModel  )
inline

Member Data Documentation

Notifier<FaultStickPainter> EM::FaultStickPainter::abouttorepaint_
int EM::FaultStickPainter::activestickid_
protected
TypeSet<Coord> EM::FaultStickPainter::coords_
protected
TypeSet<float> EM::FaultStickPainter::distances_
protected
EM::ObjectID EM::FaultStickPainter::emid_
protected
const FlatPosData* EM::FaultStickPainter::flatposdata_
protected
Pos::GeomID EM::FaultStickPainter::geomid_
protected
bool EM::FaultStickPainter::is2d_
protected
bool EM::FaultStickPainter::knotenabled_
protected
bool EM::FaultStickPainter::linenabled_
protected
OD::LineStyle EM::FaultStickPainter::markerlinestyle_
protected
MarkerStyle2D EM::FaultStickPainter::markerstyle_
protected
bool EM::FaultStickPainter::paintenable_
protected
const TrcKeyPath* EM::FaultStickPainter::path_
protected
int EM::FaultStickPainter::rdlid_
protected
Notifier<FaultStickPainter> EM::FaultStickPainter::repaintdone_
ObjectSet<ObjectSet<StkMarkerInfo> > EM::FaultStickPainter::sectionmarkerlines_
protected
TrcKeyZSampling EM::FaultStickPainter::tkzs_
protected
TypeSet<int> EM::FaultStickPainter::trcnos_
protected
FlatView::Viewer& EM::FaultStickPainter::viewer_
protected

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019