![]() |
OpendTect
6.3
|
Public Member Functions | |
| PreStackDisplay () | |
| mDefaultFactoryInstantiation (visSurvey::SurveyObject, PreStackDisplay,"PreStackDisplay", toUiString(sFactoryKeyword())) | |
| void | allowShading (bool yn) |
| void | setDBKey (const DBKey &mid) |
| BufferString | getObjectName () const |
| bool | isInlCrl () const |
| bool | isOrientationInline () const |
| const Coord | getBaseDirection () const |
| StepInterval< int > | getTraceRange (const BinID &, bool oncurrentline=true) const |
| DataPack::ID | preProcess () |
| bool | is3DSeis () const |
| virtual DataPack::ID | getDataPackID (int i=0) const |
| visBase::FlatViewer * | flatViewer () |
| const visBase::FlatViewer * | flatViewer () const |
| PreStack::ProcessManager & | procMgr () |
| bool | setPosition (const BinID &) |
| const BinID & | getPosition () const |
| void | setSectionDisplay (PlaneDataDisplay *) |
| const PlaneDataDisplay * | getSectionDisplay () const |
| PlaneDataDisplay * | getSectionDisplay () |
| NotifierAccess * | getMovementNotifier () |
| const BinID | draggerPosition () const |
| bool | hasPosModeManipulator () const |
| const Seis2DDisplay * | getSeis2DDisplay () const |
| bool | setSeis2DData (const IOObj *ioobj) |
| bool | setSeis2DDisplay (Seis2DDisplay *, int trcnr) |
| void | setTraceNr (int trcnr) |
| int | traceNr () const |
| const char * | lineName () const |
| bool | displayAutoWidth () const |
| void | displaysAutoWidth (bool yn) |
| bool | displayOnPositiveSide () const |
| void | displaysOnPositiveSide (bool yn) |
| float | getFactor () |
| void | setFactor (float scale) |
| float | getWidth () |
| void | setWidth (float width) |
| BinID | getBinID () const |
| virtual DBKey | getDBKey () const |
| const MouseCursor * | getMouseCursor () const |
| virtual void | getMousePosInfo (const visBase::EventInfo &ei, IOPar &iop) const |
| virtual void | getMousePosInfo (const visBase::EventInfo &, Coord3 &, BufferString &val, BufferString &info) const |
| void | otherObjectsMoved (const ObjectSet< const SurveyObject > &, int whichobj) |
| void | fillPar (IOPar &) const |
| bool | usePar (const IOPar &) |
| bool | updateDisplay () |
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 |
| 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 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 const visBase::Transformation * | getDisplayTransformation () const |
| virtual void | setPixelDensity (float dpi) |
| 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) |
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 | 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 Public Member Functions | |
| static const char * | sKeyParent () |
| static const char * | sKeyFactor () |
| static const char * | sKeyWidth () |
| static const char * | sKeyAutoWidth () |
| static const char * | sKeySide () |
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 (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 Public Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
Public Attributes | |
| Notifier< PreStackDisplay > | draggermoving |
Protected Member Functions | |
| ~PreStackDisplay () | |
| void | setDisplayTransformation (const mVisTrans *) |
| void | setSceneEventCatcher (visBase::EventCatcher *) |
| void | updateMouseCursorCB (CallBacker *) |
| void | dataChangedCB (CallBacker *) |
| void | sectionMovedCB (CallBacker *) |
| void | seis2DMovedCB (CallBacker *) |
| bool | updateData () |
| int | getNearTraceNr (int) const |
| BinID | getNearBinID (const BinID &pos) const |
| void | draggerMotion (CallBacker *) |
| void | finishedCB (CallBacker *) |
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 | |
| ~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 () const |
| Call from the destructor of your inherited object. More... | |
Protected Member Functions inherited from visSurvey::SurveyObject | |
| SurveyObject () | |
| ~SurveyObject () | |
| void | initAdaptiveMouseCursor (CallBacker *eventcb, int objid, int inplanedragkeys, MouseCursor &) |
Protected Attributes | |
| TrcKey | trckey_ |
| BinID | draggerpos_ |
| visBase::EventCatcher * | eventcatcher_ |
| MouseCursor | mousecursor_ |
| visBase::DepthTabPlaneDragger * | planedragger_ |
| visBase::FlatViewer * | flatviewer_ |
| PreStack::ProcessManager & | preprocmgr_ |
| DBKey | mid_ |
| PlaneDataDisplay * | section_ |
| Seis2DDisplay * | seis2d_ |
| Coord | basedirection_ |
| Coord | seis2dpos_ |
| Coord | seis2dstoppos_ |
| bool | posside_ |
| bool | autowidth_ |
| float | factor_ |
| float | width_ |
| Interval< float > | offsetrange_ |
| Interval< float > | zrg_ |
| SeisPSReader * | reader_ |
| IOObj * | ioobj_ |
| Notifier< PreStackDisplay > | movefinished_ |
Protected Attributes inherited from visBase::VisualObjectImpl | |
| Material * | material_ |
| bool | righthandsystem_ |
Protected Attributes inherited from visBase::DataObject | |
| DataObjectGroup * | parent_ |
Protected Attributes inherited from visSurvey::SurveyObject | |
| uiString | errmsg_ |
| Scene * | scene_ |
| int | updatestagenr_ |
| bool | locked_ |
| ObjectSet< BufferStringSet > | userrefs_ |
| const Survey::Geometry3D * | s3dgeom_ |
| BufferString | survname_ |
| bool | saveinsessionsflag_ |
Additional Inherited Members | |
Static Protected Member Functions inherited from visSurvey::SurveyObject | |
| static int | cValNameOffset () |
| visSurvey::PreStackDisplay::PreStackDisplay | ( | ) |
|
protected |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
inline |
|
inline |
| void visSurvey::PreStackDisplay::displaysAutoWidth | ( | bool | yn | ) |
| void visSurvey::PreStackDisplay::displaysOnPositiveSide | ( | bool | yn | ) |
|
protected |
|
inline |
|
virtual |
Reimplemented from visBase::VisualObjectImpl.
|
protected |
|
inline |
|
inline |
| const Coord visSurvey::PreStackDisplay::getBaseDirection | ( | ) | const |
|
inline |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inline |
|
inlinevirtual |
Returns a mouse cursor that will be used if this object under the mouse in Act mode.
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Gives access to a notifier that is triggered when object is moved or modified.
Reimplemented from visSurvey::SurveyObject.
|
protected |
| BufferString visSurvey::PreStackDisplay::getObjectName | ( | ) | const |
| const BinID& visSurvey::PreStackDisplay::getPosition | ( | ) | const |
| const PlaneDataDisplay* visSurvey::PreStackDisplay::getSectionDisplay | ( | ) | const |
| PlaneDataDisplay* visSurvey::PreStackDisplay::getSectionDisplay | ( | ) |
| const Seis2DDisplay* visSurvey::PreStackDisplay::getSeis2DDisplay | ( | ) | const |
| StepInterval<int> visSurvey::PreStackDisplay::getTraceRange | ( | const BinID & | , |
| bool | oncurrentline = true |
||
| ) | const |
|
inline |
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
| bool visSurvey::PreStackDisplay::is3DSeis | ( | ) | const |
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
| bool visSurvey::PreStackDisplay::isOrientationInline | ( | ) | const |
| const char* visSurvey::PreStackDisplay::lineName | ( | ) | const |
| visSurvey::PreStackDisplay::mDefaultFactoryInstantiation | ( | visSurvey::SurveyObject | , |
| PreStackDisplay | , | ||
| "PreStackDisplay" | , | ||
| toUiString(sFactoryKeyword()) | |||
| ) |
|
virtual |
If other objects are moved, removed or added in the scene, this function is called.
| whichobj | refers to id of the moved object |
Reimplemented from visSurvey::SurveyObject.
| DataPack::ID visSurvey::PreStackDisplay::preProcess | ( | ) |
|
inline |
|
protected |
|
protected |
| void visSurvey::PreStackDisplay::setDBKey | ( | const DBKey & | mid | ) |
|
protected |
| void visSurvey::PreStackDisplay::setFactor | ( | float | scale | ) |
| bool visSurvey::PreStackDisplay::setPosition | ( | const BinID & | ) |
|
protectedvirtual |
Reimplemented from visBase::VisualObject.
| void visSurvey::PreStackDisplay::setSectionDisplay | ( | PlaneDataDisplay * | ) |
| bool visSurvey::PreStackDisplay::setSeis2DData | ( | const IOObj * | ioobj | ) |
| bool visSurvey::PreStackDisplay::setSeis2DDisplay | ( | Seis2DDisplay * | , |
| int | trcnr | ||
| ) |
| void visSurvey::PreStackDisplay::setTraceNr | ( | int | trcnr | ) |
| void visSurvey::PreStackDisplay::setWidth | ( | float | width | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
protected |
|
inline |
|
protectedvirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visBase::VisualObjectImpl.
|
protected |
|
protected |
| Notifier<PreStackDisplay> visSurvey::PreStackDisplay::draggermoving |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017