|
| | ~WellDisplay () |
| |
| void | setWell (visBase::Well *) |
| |
| void | updateMarkers () |
| |
| void | fullRedraw () |
| |
| void | getTrackPos (TypeSet< Coord3 > &) |
| |
| void | setLogProperties (visBase::Well::LogParams &) |
| |
| void | pickCB (CallBacker *cb=0) |
| |
| void | welldataDelNotify (CallBacker *cb=0) |
| |
| void | saveDispProp (const Well::Data *wd) |
| |
| void | setLogInfo (BufferString &, BufferString &, float, bool) const |
| |
| bool | upscaleLogs (const Well::Track &, Well::Log &, Well::Log *) const |
| |
| void | removePick (const visBase::EventInfo &) |
| |
| void | addPick (const visBase::EventInfo &, int) |
| |
| void | infoChgCB (CallBacker *) |
| |
| void | trackChgCB (CallBacker *) |
| |
| void | d2tChgCB (CallBacker *) |
| |
| void | logsChgCB (CallBacker *) |
| |
| void | logChgCB (CallBacker *) |
| |
| void | markersChgCB (CallBacker *) |
| |
| void | trackDispPropsChgCB (CallBacker *) |
| |
| void | markerDispPropsChgCB (CallBacker *) |
| |
| void | logDispPropsChgCB (CallBacker *) |
| |
| void | dataTransformCB (CallBacker *) |
| |
| 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...
|
| |
| void | triggerSel () |
| |
| void | triggerDeSel () |
| |
| void | triggerRightClick (const EventInfo *) |
| |
| | VisualObject (bool selectable=false) |
| |
| | ~VisualObject () |
| |
| | ~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 () |
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object. More...
|
| |
| | SurveyObject () |
| |
| | ~SurveyObject () |
| |
| void | initAdaptiveMouseCursor (CallBacker *eventcb, int objid, int inplanedragkeys, MouseCursor &) |
| |
|
| mODTextTranslationClass(WellDisplay) public | mDefaultFactoryInstantiation (visSurvey::SurveyObject, WellDisplay,"WellDisplay", toUiString(sFactoryKeyword())) uiRetVal setDBKey(const DBKey &) |
| |
| DBKey | getDBKey () const |
| |
| void | fillTrackParams (visBase::Well::TrackParams &) |
| |
| bool | wellTopNameShown () const |
| |
| void | showWellTopName (bool) |
| |
| bool | wellBotNameShown () const |
| |
| void | showWellBotName (bool) |
| |
| TypeSet< Coord3 > | getWellCoords () const |
| |
| void | fillMarkerParams (visBase::Well::MarkerParams &) |
| |
| bool | canShowMarkers () const |
| |
| bool | markersShown () const |
| |
| void | showMarkers (bool) |
| |
| bool | markerNameShown () const |
| |
| void | showMarkerName (bool) |
| |
| int | markerScreenSize () const |
| |
| void | setMarkerScreenSize (int) |
| |
| void | fillLogParams (visBase::Well::LogParams &, visBase::Well::Side side) |
| |
| const OD::LineStyle * | lineStyle () const |
| |
| void | setLineStyle (const OD::LineStyle &) |
| |
| bool | hasColor () const |
| |
| Color | getColor () const |
| |
| void | setLogData (visBase::Well::LogParams &, bool) |
| |
| void | setLogDisplay (visBase::Well::Side) |
| |
| void | calcClippedRange (float, Interval< float > &, int) |
| |
| void | displayRightLog () |
| |
| void | displayLeftLog () |
| |
| void | setOneLogDisplayed (bool) |
| |
| const Color & | logColor (visBase::Well::Side) const |
| |
| void | setLogColor (const Color &, visBase::Well::Side) |
| |
| float | getLogWidth (visBase::Well::Side) const |
| |
| void | setLogWidth (float, visBase::Well::Side) |
| |
| int | getLogLineWidth () const |
| |
| void | setLogLineWidth (int, visBase::Well::Side) |
| |
| bool | logsShown () const |
| |
| void | showLogs (bool) |
| |
| bool | logNameShown () const |
| |
| void | showLogName (bool) |
| |
| const mVisTrans * | getDisplayTransformation () const |
| |
| void | setDisplayTransformation (const mVisTrans *) |
| |
| void | setDisplayTransformForPicks (const mVisTrans *) |
| |
| void | setSceneEventCatcher (visBase::EventCatcher *) |
| |
| void | addPick (const Coord3 &) |
| |
| void | addKnownPos () |
| |
| void | getMousePosInfo (const visBase::EventInfo &ei, IOPar &iop) const |
| |
| void | getMousePosInfo (const visBase::EventInfo &pos, Coord3 &, BufferString &val, BufferString &info) const |
| |
| NotifierAccess * | getManipulationNotifier () |
| |
| bool | hasChanged () const |
| |
| bool | isHomeMadeWell () const |
| |
| void | setChanged (bool yn) |
| |
| void | setupPicking (bool) |
| |
| void | showKnownPositions () |
| |
| void | restoreDispProp () |
| |
| uiRetVal | getWD () const |
| |
| bool | needsConversionToTime () const |
| |
| bool | allowsPicks () const |
| |
| bool | setZAxisTransform (ZAxisTransform *, TaskRunner *) |
| |
| const ZAxisTransform * | getZAxisTransform () const |
| |
| virtual void | fillPar (IOPar &) const |
| |
| virtual bool | usePar (const IOPar &) |
| |
| virtual void | setPixelDensity (float) |
| |
| const visBase::Well * | getWell () const |
| |
|
| 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 () |
| |
| virtual bool | getBoundingBox (Coord3 &min, Coord3 &max) const |
| |
| void | setSelectable (bool yn) |
| |
| bool | selectable () const |
| |
| NotifierAccess * | selection () |
| |
| NotifierAccess * | deSelection () |
| |
| virtual NotifierAccess * | rightClicked () |
| |
| const EventInfo * | rightClickedEventInfo () const |
| |
| const TypeSet< int > * | rightClickedPath () const |
| |
| virtual const char * | getClassName () const |
| |
| 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 |
| |
| 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 void | setDisplayTransformation (const visBase::Transformation *) |
| |
| virtual float | getPixelDensity () const |
| |
| virtual const uiString & | 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) |
| |
| | 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 | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
| virtual bool | isCapsule () const |
| |
| void | stopReceivingNotifications () const |
| |
| static const char * | sKeyMaterialID () |
| |
| static const char * | sKeyMaterial () |
| |
| static const char * | sKeyIsOn () |
| |
| static int | getID (const osg::Node *) |
| |
| static float | getDefaultPixelDensity () |
| |
| static void | setVisualizationThread (Threads::ThreadID) |
| | Call only once from initialization. More...
|
| |
| static bool | isVisualizationThread () |
| |
| static void | requestSingleRedraw () |
| |
| static void | setCommonViewer (osgViewer::CompositeViewer *) |
| |
| static osgViewer::CompositeViewer * | getCommonViewer () |
| |
| static const osgGeo::GLInfo * | getGLInfo () |
| |
| static NotifierAccess & | glInfoAvailable () |
| |
| static void | createReceiverForCurrentThread () |
| |
| static void | removeReceiverForCurrentThread () |
| |
| static int | cValNameOffset () |
| |
Used for displaying welltracks, markers and logs.