OpendTect-6_4  6.4
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions | Static Private Member Functions | List of all members
visBase::Well Class Reference

Base class for well display. More...

Inheritance diagram for visBase::Well:
[legend]

Public Types

enum  Side { Left =0, Right }
 
enum  LogStyle { Welllog, Seismic, Logtube }
 
typedef std::pair< Coord3, float > Coord3Value
 

Public Member Functions

 Well ()
 
virtual const char * getClassName () const
 
 struct (visBase) BasicParams
 
struct(visBase) TrackParams void setTrack (const TypeSet< Coord3 > &)
 
void setWellName (const TrackParams &)
 
void showWellTopName (bool)
 
void showWellBotName (bool)
 
bool wellTopNameShown () const
 
bool wellBotNameShown () const
 
const PolyLinegetTrack () const
 
struct(visBase) MarkerParams void setMarkerSetParams (const MarkerParams &)
 
void addMarker (const MarkerParams &)
 
bool canShowMarkers () const
 
void showMarkers (bool)
 
int markerScreenSize () const
 
bool markersShown () const
 
void showMarkerName (bool)
 
bool markerNameShown () const
 
const visBase::Text2getMarkerNames () const
 
void removeAllMarkers ()
 
void setMarkerScreenSize (int)
 
struct(visBase) LogParams const OD::LineStylelineStyle () const
 
void setLineStyle (const OD::LineStyle &)
 
void initializeData (const LogParams &, int)
 
float getValue (const TypeSet< Coord3Value > &, int, bool, const LinScaler &) const
 
Coord3 getPos (const TypeSet< Coord3Value > &, int) const
 
void setLogColor (const Color &, Side)
 
const ColorlogColor (Side) const
 
const ColorlogFillColor (int) const
 
void clearLog (Side)
 
void setLogLineDisplayed (bool, Side)
 
bool logLineDisplayed (Side) const
 
void setLogWidth (float, Side)
 
float getLogWidth (Side) const
 
void setLogLineWidth (int, Side)
 
int getLogLineWidth () const
 
void showLogs (bool)
 
void showLog (bool, Side)
 
bool logsShown () const
 
void showLogName (bool)
 
bool logNameShown () const
 
void setLogStyle (int, Side)
 
void setLogFill (bool, Side)
 
void setLogBlock (bool, int)
 
void setOverlapp (float, Side)
 
void setRepeat (int, Side)
 
void removeLogs ()
 
void setTrackProperties (Color &, int)
 
void setLogFillColorTab (const LogParams &, Side)
 
void setDisplayTransformation (const visBase::Transformation *)
 
const visBase::TransformationgetDisplayTransformation () const
 
void setPixelDensity (float)
 
float getPixelDensity () const
 
void setZAxisTransform (ZAxisTransform *, TaskRunner *)
 
void setLogData (const TypeSet< Coord3Value > &crdvals, const TypeSet< Coord3Value > &crdvalsF, const LogParams &lp, bool isFilled)
 
void setLogTubeDisplay (Side side, bool yn)
 
void fillPar (IOPar &) const
 
bool usePar (const IOPar &par)
 
const visBase::MarkerSetgetMarkerSet () const
 for pdf3d More...
 
bool hasLog (Side side) const
 
uiString getLogName (Side side) const
 
bool getLogOsgData (LogStyle style, Side side, TypeSet< Coord3 > &coords, TypeSet< Color > &colors, TypeSet< TypeSet< int > > &pss, TypeSet< Coord3 > &normals, bool path) const
 
void getLogStyle (Side, int &) const
 
unsigned int getRepeat (Side side) const
 
float getRepeatStep (Side side) const
 
const Text2getWellTopText () const
 
const Text2getWellBottomText () const
 
- Public Member Functions inherited from visBase::VisualObjectImpl
void setRightHandSystem (bool yn)
 
bool isRightHandSystem () const
 
void setLockable ()
 
void readLock ()
 
void readUnLock ()
 
bool tryReadLock ()
 
void writeLock ()
 
void writeUnLock ()
 
bool tryWriteLock ()
 
void setMaterial (Material *)
 
const MaterialgetMaterial () const
 
MaterialgetMaterial ()
 
- Public Member Functions inherited from visBase::VisualObject
virtual bool getBoundingBox (Coord3 &min, Coord3 &max) const
 
virtual void setSceneEventCatcher (EventCatcher *)
 
void setSelectable (bool yn)
 
bool selectable () const
 
NotifierAccessselection ()
 
NotifierAccessdeSelection ()
 
virtual NotifierAccessrightClicked ()
 
const EventInforightClickedEventInfo () const
 
const TypeSet< int > * rightClickedPath () const
 
- Public Member Functions inherited from visBase::DataObject
virtual bool isOK () const
 
int id () const
 
void setID (int nid)
 
uiString name () const
 
virtual void setName (const uiString &)
 
osg::Node * osgNode (bool skipswitch=false)
 
const osg::Node * osgNode (bool skipswitch=false) const
 
void enableTraversal (unsigned int mask, bool yn=true)
 
bool isTraversalEnabled (unsigned int mask) const
 
SoNode * getInventorNode ()
 
const SoNode * getInventorNode () const
 
virtual bool turnOn (bool yn)
 
virtual bool isOn () const
 
bool isPickable (bool actively=true) const
 
void setPickable (bool actively, bool passively=true)
 
virtual bool rightClickable () const
 
void select () const
 
void deSelect () const
 
void updateSel () const
 
virtual bool isSelected () const
 
virtual const char * errMsg () const
 
bool serialize (const char *filename, bool binary=false)
 
void setParent (DataObjectGroup *g)
 
template<class T >
T * addNodeState (T *ns)
 
NodeStateremoveNodeState (NodeState *)
 
NodeStategetNodeState (int idx)
 
- 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...
 

Static Public Member Functions

static Wellcreate ()
 
static void initClass ()
 
static const char * getStaticClassName ()
 
static const char * sFactoryKeyword ()
 
static const char * linestylestr ()
 
static const char * showwelltopnmstr ()
 
static const char * showwellbotnmstr ()
 
static const char * showmarkerstr ()
 
static const char * markerszstr ()
 
static const char * showmarknmstr ()
 
static const char * showlogsstr ()
 
static const char * showlognmstr ()
 
static const char * logwidthstr ()
 
- Static Public Member Functions inherited from visBase::VisualObjectImpl
static const char * sKeyMaterialID ()
 
static const char * sKeyMaterial ()
 
static const char * sKeyIsOn ()
 
- Static Public Member Functions inherited from visBase::DataObject
static int getID (const osg::Node *)
 
static float getDefaultPixelDensity ()
 
static void setVisualizationThread (const void *)
 Call only once from initialization. More...
 
static bool isVisualizationThread ()
 
static void requestSingleRedraw ()
 
static void setCommonViewer (osgViewer::CompositeViewer *)
 
static osgViewer::CompositeViewer * getCommonViewer ()
 

Public Attributes

int markersize_
 

Protected Member Functions

void transformZIfNeeded (Coord3 &) const
 
 ~Well ()
 
- Protected Member Functions inherited from visBase::VisualObjectImpl
int addChild (osg::Node *)
 
void insertChild (int pos, osg::Node *)
 
void removeChild (osg::Node *)
 
int childIndex (const osg::Node *) const
 
 VisualObjectImpl (bool selectable)
 
virtual ~VisualObjectImpl ()
 
virtual void materialChangeCB (CallBacker *)
 
virtual void setGroupNode (osg::Group *)
 Must be called during construction. More...
 
- Protected Member Functions inherited from visBase::VisualObject
void triggerSel ()
 
void triggerDeSel ()
 
void triggerRightClick (const EventInfo *)
 
 VisualObject (bool selectable=false)
 
 ~VisualObject ()
 
- Protected Member Functions inherited from visBase::DataObject
virtual osg::StateSet * getStateSet ()
 
void doAddNodeState (NodeState *ns)
 
 DataObject ()
 
template<class T >
T * setOsgNode (T *t)
 Must be called during construction. More...
 
void updateNodemask ()
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers ()
 Call from the destructor of your inherited object. More...
 

Protected Attributes

PolyLinetrack_
 
MarkerSetmarkerset_
 
osgGeo::WellLog * leftlogdisplay_
 
osgGeo::WellLog * rightlogdisplay_
 
Text2welltoptxt_
 
Text2wellbottxt_
 
Text2markernames_
 
const visBase::Transformationtransformation_
 
bool showmarkers_
 
bool showlogs_
 
float pixeldensity_
 
ZAxisTransformzaxistransform_
 
int voiidx_
 
bool displaytube_ [2]
 
bool displaylog_ [2]
 
uiStringSet lognames_
 
- Protected Attributes inherited from visBase::VisualObjectImpl
Materialmaterial_
 
bool righthandsystem_
 
- Protected Attributes inherited from visBase::DataObject
DataObjectGroupparent_
 

Private Member Functions

Welloperator= (const Well &)
 
 Well (const Well &)
 
void updateText (Text *tx, const uiString &chr, const Coord3 *pos, const FontData &fnt)
 
void updateTextNew (Text *tx, const uiString &chr, const Coord3 *pos, const FontData &fnt, bool sizedynamic=true)
 
void getLinScale (const LogParams &, LinScaler &, bool isFill=true)
 
void getLinScaleRange (const LinScaler &, Interval< float > &, float &, float &, bool)
 
void updateMakerSize (float sizefactor)
 
void updateMakerNamePosition (Side side, float sizefactor)
 

Static Private Member Functions

static visBase::DataObjectcreateInternal ()
 

Detailed Description

Base class for well display.

Member Typedef Documentation

typedef std::pair<Coord3,float> visBase::Well::Coord3Value

Member Enumeration Documentation

Enumerator
Welllog 
Seismic 
Logtube 
Enumerator
Left 
Right 

Constructor & Destructor Documentation

visBase::Well::Well ( const Well )
private
visBase::Well::Well ( )
visBase::Well::~Well ( )
protected

Member Function Documentation

void visBase::Well::addMarker ( const MarkerParams &  )
bool visBase::Well::canShowMarkers ( ) const
void visBase::Well::clearLog ( Side  )
static Well* visBase::Well::create ( )
inlinestatic
static visBase::DataObject* visBase::Well::createInternal ( )
inlinestaticprivate
void visBase::Well::fillPar ( IOPar ) const
virtual

Reimplemented from visBase::VisualObjectImpl.

virtual const char* visBase::Well::getClassName ( ) const
virtual

Reimplemented from visBase::DataObject.

const visBase::Transformation* visBase::Well::getDisplayTransformation ( ) const
virtual

All positions going from the outside world to the vis should be transformed with this transform. This enables us to have different coord-systems outside OI, e.g. we can use UTM coords outside the vis without loosing precision in the vis.

Reimplemented from visBase::DataObject.

void visBase::Well::getLinScale ( const LogParams &  ,
LinScaler ,
bool  isFill = true 
)
private
void visBase::Well::getLinScaleRange ( const LinScaler ,
Interval< float > &  ,
float &  ,
float &  ,
bool   
)
private
int visBase::Well::getLogLineWidth ( ) const
uiString visBase::Well::getLogName ( Side  side) const
bool visBase::Well::getLogOsgData ( LogStyle  style,
Side  side,
TypeSet< Coord3 > &  coords,
TypeSet< Color > &  colors,
TypeSet< TypeSet< int > > &  pss,
TypeSet< Coord3 > &  normals,
bool  path 
) const
void visBase::Well::getLogStyle ( Side  ,
int &   
) const
float visBase::Well::getLogWidth ( Side  ) const
const visBase::Text2* visBase::Well::getMarkerNames ( ) const
inline
const visBase::MarkerSet* visBase::Well::getMarkerSet ( ) const
inline

for pdf3d

float visBase::Well::getPixelDensity ( ) const
inlinevirtual

Reimplemented from visBase::DataObject.

Coord3 visBase::Well::getPos ( const TypeSet< Coord3Value > &  ,
int   
) const
unsigned int visBase::Well::getRepeat ( Side  side) const
float visBase::Well::getRepeatStep ( Side  side) const
static const char* visBase::Well::getStaticClassName ( )
static
const PolyLine* visBase::Well::getTrack ( ) const
inline
float visBase::Well::getValue ( const TypeSet< Coord3Value > &  ,
int  ,
bool  ,
const LinScaler  
) const
const Text2* visBase::Well::getWellBottomText ( ) const
inline
const Text2* visBase::Well::getWellTopText ( ) const
inline
bool visBase::Well::hasLog ( Side  side) const
static void visBase::Well::initClass ( )
static
void visBase::Well::initializeData ( const LogParams &  ,
int   
)
struct (visBase) LogParams const OD::LineStyle& visBase::Well::lineStyle ( ) const
static const char* visBase::Well::linestylestr ( )
static
const Color& visBase::Well::logColor ( Side  ) const
const Color& visBase::Well::logFillColor ( int  ) const
bool visBase::Well::logLineDisplayed ( Side  ) const
bool visBase::Well::logNameShown ( ) const
bool visBase::Well::logsShown ( ) const
static const char* visBase::Well::logwidthstr ( )
static
bool visBase::Well::markerNameShown ( ) const
int visBase::Well::markerScreenSize ( ) const
bool visBase::Well::markersShown ( ) const
static const char* visBase::Well::markerszstr ( )
static
Well& visBase::Well::operator= ( const Well )
private
void visBase::Well::removeAllMarkers ( )
void visBase::Well::removeLogs ( )
void visBase::Well::setDisplayTransformation ( const visBase::Transformation )
virtual

All positions going from the outside world to the vis should be transformed with this transform. This enables us to have different coord-systems outside OI, e.g. we can use UTM coords outside the vis without loosing precision in the vis.

Reimplemented from visBase::DataObject.

void visBase::Well::setLineStyle ( const OD::LineStyle )
void visBase::Well::setLogBlock ( bool  ,
int   
)
void visBase::Well::setLogColor ( const Color ,
Side   
)
void visBase::Well::setLogData ( const TypeSet< Coord3Value > &  crdvals,
const TypeSet< Coord3Value > &  crdvalsF,
const LogParams &  lp,
bool  isFilled 
)
void visBase::Well::setLogFill ( bool  ,
Side   
)
void visBase::Well::setLogFillColorTab ( const LogParams &  ,
Side   
)
void visBase::Well::setLogLineDisplayed ( bool  ,
Side   
)
void visBase::Well::setLogLineWidth ( int  ,
Side   
)
void visBase::Well::setLogStyle ( int  ,
Side   
)
void visBase::Well::setLogTubeDisplay ( Side  side,
bool  yn 
)
void visBase::Well::setLogWidth ( float  ,
Side   
)
void visBase::Well::setMarkerScreenSize ( int  )
struct (visBase) MarkerParams void visBase::Well::setMarkerSetParams ( const MarkerParams &  )
void visBase::Well::setOverlapp ( float  ,
Side   
)
void visBase::Well::setPixelDensity ( float  )
virtual

Reimplemented from visBase::DataObject.

void visBase::Well::setRepeat ( int  ,
Side   
)
struct (visBase) TrackParams void visBase::Well::setTrack ( const TypeSet< Coord3 > &  )
void visBase::Well::setTrackProperties ( Color ,
int   
)
void visBase::Well::setWellName ( const TrackParams &  )
void visBase::Well::setZAxisTransform ( ZAxisTransform ,
TaskRunner  
)
static const char* visBase::Well::sFactoryKeyword ( )
static
void visBase::Well::showLog ( bool  ,
Side   
)
void visBase::Well::showLogName ( bool  )
static const char* visBase::Well::showlognmstr ( )
static
void visBase::Well::showLogs ( bool  )
static const char* visBase::Well::showlogsstr ( )
static
void visBase::Well::showMarkerName ( bool  )
void visBase::Well::showMarkers ( bool  )
static const char* visBase::Well::showmarkerstr ( )
static
static const char* visBase::Well::showmarknmstr ( )
static
void visBase::Well::showWellBotName ( bool  )
static const char* visBase::Well::showwellbotnmstr ( )
static
void visBase::Well::showWellTopName ( bool  )
static const char* visBase::Well::showwelltopnmstr ( )
static
visBase::Well::struct ( visBase  )
inline
void visBase::Well::transformZIfNeeded ( Coord3 ) const
protected
void visBase::Well::updateMakerNamePosition ( Side  side,
float  sizefactor 
)
private
void visBase::Well::updateMakerSize ( float  sizefactor)
private
void visBase::Well::updateText ( Text tx,
const uiString chr,
const Coord3 pos,
const FontData fnt 
)
private
void visBase::Well::updateTextNew ( Text tx,
const uiString chr,
const Coord3 pos,
const FontData fnt,
bool  sizedynamic = true 
)
private

't use it any more, only for keep ABI

bool visBase::Well::usePar ( const IOPar par)
virtual

Reimplemented from visBase::VisualObjectImpl.

bool visBase::Well::wellBotNameShown ( ) const
bool visBase::Well::wellTopNameShown ( ) const

Member Data Documentation

bool visBase::Well::displaylog_[2]
protected
bool visBase::Well::displaytube_[2]
protected
osgGeo::WellLog* visBase::Well::leftlogdisplay_
protected
uiStringSet visBase::Well::lognames_
protected
Text2* visBase::Well::markernames_
protected
MarkerSet* visBase::Well::markerset_
protected
int visBase::Well::markersize_
float visBase::Well::pixeldensity_
protected
osgGeo::WellLog* visBase::Well::rightlogdisplay_
protected
bool visBase::Well::showlogs_
protected
bool visBase::Well::showmarkers_
protected
PolyLine* visBase::Well::track_
protected
const visBase::Transformation* visBase::Well::transformation_
protected
int visBase::Well::voiidx_
protected
Text2* visBase::Well::wellbottxt_
protected
Text2* visBase::Well::welltoptxt_
protected
ZAxisTransform* visBase::Well::zaxistransform_
protected

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