![]() |
OpendTect-6_4
6.4
|
Base class for well display. More...
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 PolyLine * | getTrack () 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::Text2 * | getMarkerNames () const |
| void | removeAllMarkers () |
| void | setMarkerScreenSize (int) |
| struct(visBase) LogParams const OD::LineStyle & | lineStyle () 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 Color & | logColor (Side) const |
| const Color & | logFillColor (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::Transformation * | getDisplayTransformation () 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::MarkerSet * | getMarkerSet () 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 Text2 * | getWellTopText () const |
| const Text2 * | getWellBottomText () 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 Material * | getMaterial () const |
| Material * | getMaterial () |
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 |
| NotifierAccess * | selection () |
| NotifierAccess * | deSelection () |
| virtual NotifierAccess * | rightClicked () |
| const EventInfo * | rightClickedEventInfo () 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) |
| NodeState * | removeNodeState (NodeState *) |
| NodeState * | getNodeState (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 Well * | create () |
| 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 | |
| PolyLine * | track_ |
| MarkerSet * | markerset_ |
| osgGeo::WellLog * | leftlogdisplay_ |
| osgGeo::WellLog * | rightlogdisplay_ |
| Text2 * | welltoptxt_ |
| Text2 * | wellbottxt_ |
| Text2 * | markernames_ |
| const visBase::Transformation * | transformation_ |
| bool | showmarkers_ |
| bool | showlogs_ |
| float | pixeldensity_ |
| ZAxisTransform * | zaxistransform_ |
| int | voiidx_ |
| bool | displaytube_ [2] |
| bool | displaylog_ [2] |
| uiStringSet | lognames_ |
Protected Attributes inherited from visBase::VisualObjectImpl | |
| Material * | material_ |
| bool | righthandsystem_ |
Protected Attributes inherited from visBase::DataObject | |
| DataObjectGroup * | parent_ |
Private Member Functions | |
| Well & | operator= (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::DataObject * | createInternal () |
Base class for well display.
| typedef std::pair<Coord3,float> visBase::Well::Coord3Value |
| enum visBase::Well::Side |
|
private |
| visBase::Well::Well | ( | ) |
|
protected |
| void visBase::Well::addMarker | ( | const MarkerParams & | ) |
| bool visBase::Well::canShowMarkers | ( | ) | const |
| void visBase::Well::clearLog | ( | Side | ) |
|
inlinestatic |
|
inlinestaticprivate |
|
virtual |
Reimplemented from visBase::VisualObjectImpl.
|
virtual |
Reimplemented from visBase::DataObject.
|
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.
|
private |
|
private |
| int visBase::Well::getLogLineWidth | ( | ) | 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 |
|
inline |
|
inline |
for pdf3d
|
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 |
|
inline |
| float visBase::Well::getValue | ( | const TypeSet< Coord3Value > & | , |
| int | , | ||
| bool | , | ||
| const LinScaler & | |||
| ) | const |
|
inline |
|
inline |
| bool visBase::Well::hasLog | ( | Side | side | ) | const |
|
static |
| void visBase::Well::initializeData | ( | const LogParams & | , |
| int | |||
| ) |
| struct (visBase) LogParams const OD::LineStyle& visBase::Well::lineStyle | ( | ) | const |
|
static |
| const Color& visBase::Well::logFillColor | ( | int | ) | const |
| bool visBase::Well::logLineDisplayed | ( | Side | ) | const |
| bool visBase::Well::logNameShown | ( | ) | const |
| bool visBase::Well::logsShown | ( | ) | const |
|
static |
| bool visBase::Well::markerNameShown | ( | ) | const |
| int visBase::Well::markerScreenSize | ( | ) | const |
| bool visBase::Well::markersShown | ( | ) | const |
|
static |
| void visBase::Well::removeAllMarkers | ( | ) |
| void visBase::Well::removeLogs | ( | ) |
|
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::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 | |||
| ) |
|
virtual |
Reimplemented from visBase::DataObject.
| void visBase::Well::setRepeat | ( | int | , |
| Side | |||
| ) |
| void visBase::Well::setTrackProperties | ( | Color & | , |
| int | |||
| ) |
| void visBase::Well::setWellName | ( | const TrackParams & | ) |
| void visBase::Well::setZAxisTransform | ( | ZAxisTransform * | , |
| TaskRunner * | |||
| ) |
|
static |
| void visBase::Well::showLog | ( | bool | , |
| Side | |||
| ) |
| void visBase::Well::showLogName | ( | bool | ) |
|
static |
| void visBase::Well::showLogs | ( | bool | ) |
|
static |
| void visBase::Well::showMarkerName | ( | bool | ) |
| void visBase::Well::showMarkers | ( | bool | ) |
|
static |
|
static |
| void visBase::Well::showWellBotName | ( | bool | ) |
|
static |
| void visBase::Well::showWellTopName | ( | bool | ) |
|
static |
|
inline |
|
protected |
|
private |
|
private |
|
private |
|
private |
't use it any more, only for keep ABI
|
virtual |
Reimplemented from visBase::VisualObjectImpl.
| bool visBase::Well::wellBotNameShown | ( | ) | const |
| bool visBase::Well::wellTopNameShown | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| int visBase::Well::markersize_ |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019