OpendTect  7.0
Classes | 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]

Classes

struct  StkMarkerInfo
 

Public Member Functions

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

Public Attributes

Notifier< FaultStickPainterabouttorepaint_
 
Notifier< FaultStickPainterrepaintdone_
 

Protected Member Functions

bool addPolyLine ()
 
virtual void fssChangedCB (CallBacker *)
 
bool getNearestDistance (const Coord3 &pos, float &dist)
 
void removePolyLine ()
 
void repaintFSS ()
 

Protected Attributes

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

Additional Inherited Members

- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Detailed Description

Fault stick painter.

<>

Constructor & Destructor Documentation

◆ FaultStickPainter()

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

◆ ~FaultStickPainter()

EM::FaultStickPainter::~FaultStickPainter ( )

Member Function Documentation

◆ addPolyLine()

bool EM::FaultStickPainter::addPolyLine ( )
protected

◆ enableKnots()

void EM::FaultStickPainter::enableKnots ( bool  )

◆ enableLine()

void EM::FaultStickPainter::enableLine ( bool  )

◆ enablePaint()

void EM::FaultStickPainter::enablePaint ( bool  paintenable)

◆ fssChangedCB()

virtual void EM::FaultStickPainter::fssChangedCB ( CallBacker )
protectedvirtual

◆ getActiveStickId()

int EM::FaultStickPainter::getActiveStickId ( )
inline

◆ getAuxData()

FlatView::AuxData* EM::FaultStickPainter::getAuxData ( const EM::PosID )

◆ getCoords()

TypeSet<Coord>& EM::FaultStickPainter::getCoords ( )
inline

◆ getDisplayedSticks()

void EM::FaultStickPainter::getDisplayedSticks ( ObjectSet< StkMarkerInfo > &  )

◆ getDistances()

TypeSet<float>& EM::FaultStickPainter::getDistances ( )
inline

◆ getFaultSSID()

EM::ObjectID& EM::FaultStickPainter::getFaultSSID ( )
inline

◆ getGeomID()

Pos::GeomID EM::FaultStickPainter::getGeomID ( ) const
inline

◆ getLineName()

const char* EM::FaultStickPainter::getLineName ( ) const

◆ getNearestDistance()

bool EM::FaultStickPainter::getNearestDistance ( const Coord3 pos,
float &  dist 
)
protected

◆ getNormalInRandLine()

Coord EM::FaultStickPainter::getNormalInRandLine ( int  idx) const

◆ getNormalToTrace()

Coord EM::FaultStickPainter::getNormalToTrace ( int  trcnr) const

◆ getTrcKeyZSampling()

const TrcKeyZSampling& EM::FaultStickPainter::getTrcKeyZSampling ( ) const
inline

◆ getTrcNos()

TypeSet<int>& EM::FaultStickPainter::getTrcNos ( )
inline

◆ hasDiffActiveStick()

bool EM::FaultStickPainter::hasDiffActiveStick ( const EM::PosID )

◆ is2D()

bool EM::FaultStickPainter::is2D ( )
inline

◆ paint()

void EM::FaultStickPainter::paint ( )

◆ removePolyLine()

void EM::FaultStickPainter::removePolyLine ( )
protected

◆ repaintFSS()

void EM::FaultStickPainter::repaintFSS ( )
protected

◆ set2D()

void EM::FaultStickPainter::set2D ( bool  yn)
inline

◆ setActiveStick()

void EM::FaultStickPainter::setActiveStick ( const EM::PosID )

◆ setFlatPosData()

void EM::FaultStickPainter::setFlatPosData ( const FlatPosData )

◆ setGeomID()

void EM::FaultStickPainter::setGeomID ( Pos::GeomID  geomid)
inline

◆ setMarkerLineStyle()

void EM::FaultStickPainter::setMarkerLineStyle ( const OD::LineStyle )

◆ setPath()

void EM::FaultStickPainter::setPath ( const TrcKeyPath )

◆ setRandomLineID()

void EM::FaultStickPainter::setRandomLineID ( RandomLineID  rdlid)

◆ setTrcKeyZSampling()

void EM::FaultStickPainter::setTrcKeyZSampling ( const TrcKeyZSampling ,
bool   
)

Member Data Documentation

◆ abouttorepaint_

Notifier<FaultStickPainter> EM::FaultStickPainter::abouttorepaint_

◆ activestickid_

int EM::FaultStickPainter::activestickid_
protected

◆ coords_

TypeSet<Coord> EM::FaultStickPainter::coords_
protected

◆ distances_

TypeSet<float> EM::FaultStickPainter::distances_
protected

◆ emid_

EM::ObjectID EM::FaultStickPainter::emid_
protected

◆ flatposdata_

const FlatPosData* EM::FaultStickPainter::flatposdata_
protected

◆ geomid_

Pos::GeomID EM::FaultStickPainter::geomid_
protected

◆ is2d_

bool EM::FaultStickPainter::is2d_
protected

◆ knotenabled_

bool EM::FaultStickPainter::knotenabled_
protected

◆ linenabled_

bool EM::FaultStickPainter::linenabled_
protected

◆ markerstyle_

MarkerStyle2D EM::FaultStickPainter::markerstyle_
protected

◆ paintenable_

bool EM::FaultStickPainter::paintenable_
protected

◆ path_

const TrcKeyPath* EM::FaultStickPainter::path_
protected

◆ rdlid_

RandomLineID EM::FaultStickPainter::rdlid_
protected

◆ repaintdone_

Notifier<FaultStickPainter> EM::FaultStickPainter::repaintdone_

◆ sectionmarkerlines_

ObjectSet<ObjectSet<StkMarkerInfo> > EM::FaultStickPainter::sectionmarkerlines_
protected

◆ tkzs_

TrcKeyZSampling EM::FaultStickPainter::tkzs_
protected

◆ trcnos_

TypeSet<int> EM::FaultStickPainter::trcnos_
protected

◆ viewer_

FlatView::Viewer& EM::FaultStickPainter::viewer_
protected

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