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

3D fault painter. More...

Inheritance diagram for EM::Fault3DPainter:
[legend]

Public Member Functions

 Fault3DPainter (FlatView::Viewer &, const EM::ObjectID &)
 
 ~Fault3DPainter ()
 
void setTrcKeyZSampling (const TrcKeyZSampling &, bool)
 
const TrcKeyZSamplinggetTrcKeyZSampling () const
 
void setPath (const TrcKeyPath &)
 
void setFlatPosData (const FlatPosData *)
 
void enableLine (bool)
 
void enableKnots (bool)
 
void setActiveStick (EM::PosID &)
 
int getActiveStickId () const
 
void setMarkerLineStyle (const OD::LineStyle &)
 
bool hasDiffActiveStick (const EM::PosID *) const
 
FlatView::AuxDatagetAuxData (const EM::PosID *) const
 
 struct (EarthModel) StkMarkerInfo
 
EM::ObjectIDgetFaultID ()
 
void getDisplayedSticks (ObjectSet< StkMarkerInfo > &)
 
void paint ()
 
void enablePaint (bool paintenable)
 
void setRandomLineID (int rdlid)
 
- 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< Fault3DPainterabouttorepaint_
 
Notifier< Fault3DPainterrepaintdone_
 

Protected Member Functions

bool addPolyLine ()
 
 struct (EarthModel) Fault3DMarker
 
bool paintSticks (EM::Fault3D &, const EM::SectionID &, Fault3DMarker *)
 
bool paintStickOnPlane (const Geometry::FaultStickSurface &, RowCol &, const StepInterval< int > &, const Coord3 &, FlatView::AuxData &)
 
bool paintStickOnRLine (const Geometry::FaultStickSurface &, RowCol &, const StepInterval< int > &, const Coord3 &, FlatView::AuxData &)
 
bool paintIntersection (EM::Fault3D &, const EM::SectionID &, Fault3DMarker *)
 
bool paintPlaneIntxn (EM::Fault3D &, Fault3DMarker *, Geometry::ExplPlaneIntersection *, TypeSet< Coord3 > &)
 
void genIntersectionAuxData (EM::Fault3D &, Fault3DMarker *, const Geometry::PrimitiveSet *coordps, TypeSet< Coord3 > &intxnposs)
 
void removePolyLine ()
 
void repaintFault3D ()
 
Coord getNormalInRandLine (int idx) const
 
FlatView::Point getFVAuxPoint (const Coord3 &) const
 
virtual void fault3DChangedCB (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_
 
TypeSet< int > bendpts_
 
FlatView::Viewerviewer_
 
OD::LineStyle markerlinestyle_
 
MarkerStyle2D markerstyle_
 
EM::ObjectID emid_
 
ObjectSet< Fault3DMarker > f3dmarkers_
 
int activestickid_
 
bool linenabled_
 
bool knotenabled_
 
int rdlid_
 
bool paintenable_
 

Detailed Description

3D fault painter.

Constructor & Destructor Documentation

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

Member Function Documentation

bool EM::Fault3DPainter::addPolyLine ( )
protected
void EM::Fault3DPainter::enableKnots ( bool  )
void EM::Fault3DPainter::enableLine ( bool  )
void EM::Fault3DPainter::enablePaint ( bool  paintenable)
virtual void EM::Fault3DPainter::fault3DChangedCB ( CallBacker )
protectedvirtual
void EM::Fault3DPainter::genIntersectionAuxData ( EM::Fault3D ,
Fault3DMarker *  ,
const Geometry::PrimitiveSet coordps,
TypeSet< Coord3 > &  intxnposs 
)
protected
int EM::Fault3DPainter::getActiveStickId ( ) const
inline
FlatView::AuxData* EM::Fault3DPainter::getAuxData ( const EM::PosID ) const
void EM::Fault3DPainter::getDisplayedSticks ( ObjectSet< StkMarkerInfo > &  )
EM::ObjectID& EM::Fault3DPainter::getFaultID ( )
inline
FlatView::Point EM::Fault3DPainter::getFVAuxPoint ( const Coord3 ) const
protected
Coord EM::Fault3DPainter::getNormalInRandLine ( int  idx) const
protected
const TrcKeyZSampling& EM::Fault3DPainter::getTrcKeyZSampling ( ) const
inline
bool EM::Fault3DPainter::hasDiffActiveStick ( const EM::PosID ) const
void EM::Fault3DPainter::paint ( )
bool EM::Fault3DPainter::paintIntersection ( EM::Fault3D ,
const EM::SectionID ,
Fault3DMarker *   
)
protected
bool EM::Fault3DPainter::paintPlaneIntxn ( EM::Fault3D ,
Fault3DMarker *  ,
Geometry::ExplPlaneIntersection ,
TypeSet< Coord3 > &   
)
protected
bool EM::Fault3DPainter::paintStickOnPlane ( const Geometry::FaultStickSurface ,
RowCol ,
const StepInterval< int > &  ,
const Coord3 ,
FlatView::AuxData  
)
protected
bool EM::Fault3DPainter::paintStickOnRLine ( const Geometry::FaultStickSurface ,
RowCol ,
const StepInterval< int > &  ,
const Coord3 ,
FlatView::AuxData  
)
protected
bool EM::Fault3DPainter::paintSticks ( EM::Fault3D ,
const EM::SectionID ,
Fault3DMarker *   
)
protected
void EM::Fault3DPainter::removePolyLine ( )
protected
void EM::Fault3DPainter::repaintFault3D ( )
protected
void EM::Fault3DPainter::setActiveStick ( EM::PosID )
void EM::Fault3DPainter::setFlatPosData ( const FlatPosData )
void EM::Fault3DPainter::setMarkerLineStyle ( const OD::LineStyle )
void EM::Fault3DPainter::setPath ( const TrcKeyPath )
void EM::Fault3DPainter::setRandomLineID ( int  rdlid)
void EM::Fault3DPainter::setTrcKeyZSampling ( const TrcKeyZSampling ,
bool   
)
EM::Fault3DPainter::struct ( EarthModel  )
inline
EM::Fault3DPainter::struct ( EarthModel  )
inlineprotected

Member Data Documentation

Notifier<Fault3DPainter> EM::Fault3DPainter::abouttorepaint_
int EM::Fault3DPainter::activestickid_
protected
TypeSet<int> EM::Fault3DPainter::bendpts_
protected
EM::ObjectID EM::Fault3DPainter::emid_
protected
ObjectSet<Fault3DMarker> EM::Fault3DPainter::f3dmarkers_
protected
const FlatPosData* EM::Fault3DPainter::flatposdata_
protected
bool EM::Fault3DPainter::knotenabled_
protected
bool EM::Fault3DPainter::linenabled_
protected
OD::LineStyle EM::Fault3DPainter::markerlinestyle_
protected
MarkerStyle2D EM::Fault3DPainter::markerstyle_
protected
bool EM::Fault3DPainter::paintenable_
protected
const TrcKeyPath* EM::Fault3DPainter::path_
protected
int EM::Fault3DPainter::rdlid_
protected
Notifier<Fault3DPainter> EM::Fault3DPainter::repaintdone_
TrcKeyZSampling EM::Fault3DPainter::tkzs_
protected
FlatView::Viewer& EM::Fault3DPainter::viewer_
protected

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