![]() |
OpendTect
6.3
|
Used for displaying an inline, crossline or timeslice. More...
Classes | |
| struct | UpdateStageInfo |
Public Types | |
| typedef OD::SliceType | SliceType |
Public Member Functions | |
| mDeclareEnumUtils (SliceType) | |
| PlaneDataDisplay () | |
| mDefaultFactoryInstantiation (visSurvey::SurveyObject, PlaneDataDisplay,"PlaneDataDisplay",::toUiString(sFactoryKeyword())) | |
| bool | isInlCrl () const |
| void | setOrientation (SliceType) |
| SliceType | getOrientation () const |
| bool | hasPosModeManipulator () const |
| void | showManipulator (bool) |
| bool | isManipulatorShown () const |
| bool | isManipulated () const |
| bool | canResetManipulation () const |
| void | resetManipulation () |
| void | acceptManipulation () |
| BufferString | getManipulationString () const |
| NotifierAccess * | getManipulationNotifier () |
| NotifierAccess * | getMovementNotifier () |
| NotifierAccess * | getDataChangedNotifier () |
| NotifierAccess * | posChanged () |
| bool | allowMaterialEdit () const |
| bool | isSection () const |
| int | nrResolutions () const |
| void | setResolution (int, TaskRunner *) |
| SurveyObject::AttribFormat | getAttributeFormat (int attrib=-1) const |
| TrcKeyZSampling | getTrcKeyZSampling (int attrib=-1) const |
| void | getTraceKeyPath (TrcKeyPath &, TypeSet< Coord > *) const |
| TrcKeyZSampling | getTrcKeyZSampling (bool manippos, bool displayspace, int attrib=-1) const |
| Interval< float > | getDataTraceRange () const |
| void | getRandomPos (DataPointSet &, TaskRunner *=0) const |
| void | setRandomPosData (int attrib, const DataPointSet *, TaskRunner *) |
| void | setTrcKeyZSampling (const TrcKeyZSampling &) |
| bool | setDataPackID (int attrib, DataPack::ID, TaskRunner *) |
| DataPack::ID | getDataPackID (int attrib) const |
| DataPack::ID | getDisplayedDataPackID (int attrib) const |
| virtual DataPackMgr::ID | getDataPackMgrID () const |
| visBase::GridLines * | gridlines () |
| const MouseCursor * | getMouseCursor () const |
| void | getMousePosInfo (const visBase::EventInfo &ei, IOPar &iop) const |
| void | getMousePosInfo (const visBase::EventInfo &, Coord3 &, BufferString &val, BufferString &info) const |
| void | getObjectInfo (BufferString &) const |
| virtual float | calcDist (const Coord3 &) const |
| virtual float | maxDist () const |
| virtual Coord3 | getNormal (const Coord3 &) const |
| virtual bool | allowsPicks () const |
| bool | setZAxisTransform (ZAxisTransform *, TaskRunner *) |
| const ZAxisTransform * | getZAxisTransform () const |
| void | setTranslationDragKeys (bool depth, int) |
| int | getTranslationDragKeys (bool depth) const |
| bool | isVerticalPlane () const |
| virtual bool | canDuplicate () const |
| virtual SurveyObject * | duplicate (TaskRunner *) const |
| virtual void | annotateNextUpdateStage (bool yn) |
| virtual void | fillPar (IOPar &) const |
| virtual bool | usePar (const IOPar &) |
| void | setDisplayTransformation (const mVisTrans *) |
| const visBase::TextureRectangle * | getTextureRectangle () const |
| float | getZScale () const |
| const mVisTrans * | getDisplayTransformation () const |
| bool | updatePlanePos (const TrcKeyZSampling &) |
| Undo & | undo () |
| const Undo & | undo () const |
| void | setProbe (Probe *) |
| Probe * | getProbe () |
| const Probe * | getProbe () const |
Public Member Functions inherited from visSurvey::MultiTextureSurveyObject | |
| bool | turnOn (bool yn) |
| bool | isOn () const |
| bool | isShown () const |
| int | getResolution () const |
| bool | setChannels2RGBA (visBase::TextureChannel2RGBA *) |
| visBase::TextureChannel2RGBA * | getChannels2RGBA () |
| visBase::TextureChannels * | getChannels () const |
| bool | canHaveMultipleAttribs () const |
| bool | canAddAttrib (int nrattribstoadd=1) const |
| bool | canRemoveAttrib () const |
| int | nrAttribs () const |
| bool | addAttrib () |
| bool | removeAttrib (int attrib) |
| bool | swapAttribs (int attrib0, int attrib1) |
| void | setAttribTransparency (int, unsigned char) |
| unsigned char | getAttribTransparency (int) const |
| virtual void | allowShading (bool) |
| const Attrib::SelSpec * | getSelSpec (int attrib, int version=0) const |
| const TypeSet< Attrib::SelSpec > * | getSelSpecs (int attrib) const |
| void | setSelSpec (int attrib, const Attrib::SelSpec &) |
| void | setSelSpecs (int attrib, const TypeSet< Attrib::SelSpec > &) |
| void | clearTextures () |
| void | enableTextureInterpolation (bool) |
| bool | textureInterpolationEnabled () const |
| bool | isAngle (int attrib) const |
| void | setAngleFlag (int attrib, bool yn) |
| void | enableAttrib (int attrib, bool yn) |
| bool | isAttribEnabled (int attrib) const |
| const ColTab::Mapper & | getColTabMapper (int attrib) const |
| void | setColTabMapper (int, const ColTab::Mapper &, TaskRunner *) |
| const ColTab::Sequence & | getColTabSequence (int) const |
| bool | canSetColTabSequence () const |
| void | setColTabSequence (int, const ColTab::Sequence &, TaskRunner *) |
| bool | canHaveMultipleTextures () const |
| int | nrTextures (int attrib) const |
| void | selectTexture (int attrib, int texture) |
| int | selectedTexture (int attrib) const |
| virtual bool | canBDispOn2DViewer () const |
| bool | canEnableTextureInterpolation () const |
| bool | canDisplayInteractively (Pos::GeomID geomid=-1) const |
| const uiString & | errMsg () const |
Public Member Functions inherited from visBase::VisualObjectImpl | |
| 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 |
| 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 void | setPixelDensity (float dpi) |
| virtual float | getPixelDensity () 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 * | sKeyDepthKey () |
| static const char * | sKeyPlaneKey () |
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 () |
Protected Member Functions | |
| ~PlaneDataDisplay () | |
| void | setRandomPosDataNoCache (int attrib, const BinIDValueSet *, TaskRunner *) |
| void | updateChannels (int attrib, TaskRunner *) |
| void | createTransformedDataPack (int attrib, TaskRunner *=0) |
| void | updateMainSwitch () |
| void | setScene (Scene *) |
| void | setSceneEventCatcher (visBase::EventCatcher *) |
| void | setRightHandSystem (bool) |
| void | updateRanges (bool resetpos=false) |
| void | updateRanges (bool resetinlcrl=false, bool resetz=false) |
| void | manipChanged (CallBacker *) |
| void | coltabChanged (CallBacker *) |
| void | draggerStart (CallBacker *) |
| void | draggerMotion (CallBacker *) |
| void | draggerFinish (CallBacker *) |
| void | draggerRightClick (CallBacker *) |
| void | setDraggerPos (const TrcKeyZSampling &) |
| void | dataTransformCB (CallBacker *) |
| void | updateMouseCursorCB (CallBacker *) |
| bool | getCacheValue (int attrib, int version, const Coord3 &, float &) const |
| Coord is in attribute space. More... | |
| void | addCache () |
| void | removeCache (int) |
| void | swapCache (int, int) |
| void | emptyCache (int) |
| bool | hasCache (int) const |
| TrcKeyZSampling | snapPosition (const TrcKeyZSampling &) const |
| void | updateTexShiftAndGrowth () |
| void | updateTexOriginAndScale (int attrib, const TrcKeyZSampling &) |
Protected Member Functions inherited from visSurvey::MultiTextureSurveyObject | |
| MultiTextureSurveyObject () | |
| ~MultiTextureSurveyObject () | |
| void | getValueString (const Coord3 &, BufferString &) const |
| Coord is in ztransformed space. More... | |
| void | updateMainSwitch () |
| virtual bool | init () |
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 &) |
Static Protected Member Functions | |
| static const char * | sKeyOrientation () |
| static const char * | sKeyResolution () |
| static const char * | sKeyGridLinesID () |
Static Protected Member Functions inherited from visSurvey::SurveyObject | |
| static int | cValNameOffset () |
Private Member Functions | |
| mODTextTranslationClass (PlaneDataDisplay) | |
Used for displaying an inline, crossline or timeslice.
A PlaneDataDisplay object is the front-end object for displaying an inline, crossline or timeslice. Use setOrientation(Orientation) for setting the requested orientation of the slice.
| visSurvey::PlaneDataDisplay::PlaneDataDisplay | ( | ) |
|
protected |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
protectedvirtual |
Implements visSurvey::MultiTextureSurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Annotation to enumerate distinguishable stages in an update sequence. False resets updatestagenr_ to zero. For example: no updating #0 annotateNextUpdateStage( true ); update geometry #1 annotateNextUpdateStage( true ); update textures #2 annotateNextUpdateStage( false ); no updating #0 Derived class decides whether to neglect or act, e.g. by (de/re)freezing its display.
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
protectedvirtual |
Implements visSurvey::MultiTextureSurveyObject.
|
virtual |
Reimplemented from visSurvey::MultiTextureSurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
protectedvirtual |
Coord is in attribute space.
Implements visSurvey::MultiTextureSurveyObject.
|
inline |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
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.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
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.
Position and Normal are both in displayspace.
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inline |
|
inline |
|
inline |
|
virtual |
Random pos: Every position is put in the DataPointSet no matter which original patch it belongs to
Reimplemented from visSurvey::SurveyObject.
|
inline |
|
virtual |
If Coordinates are different from the trckeys, they can be delivered in the TypeSet<Coord>*
Reimplemented from visSurvey::SurveyObject.
| int visSurvey::PlaneDataDisplay::getTranslationDragKeys | ( | bool | depth | ) | const |
| depth | specifies wheter the depth or the plane setting should be returned. |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| TrcKeyZSampling visSurvey::PlaneDataDisplay::getTrcKeyZSampling | ( | bool | manippos, |
| bool | displayspace, | ||
| int | attrib = -1 |
||
| ) | const |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| float visSurvey::PlaneDataDisplay::getZScale | ( | ) | const |
|
inline |
|
protectedvirtual |
Implements visSurvey::MultiTextureSurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| visSurvey::PlaneDataDisplay::mDeclareEnumUtils | ( | SliceType | ) |
| visSurvey::PlaneDataDisplay::mDefaultFactoryInstantiation | ( | visSurvey::SurveyObject | , |
| PlaneDataDisplay | , | ||
| "PlaneDataDisplay" | , | ||
| ::toUiString(sFactoryKeyword()) | |||
| ) |
|
private |
|
virtual |
Implements visSurvey::MultiTextureSurveyObject.
|
inline |
|
protectedvirtual |
Implements visSurvey::MultiTextureSurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| void visSurvey::PlaneDataDisplay::setDisplayTransformation | ( | const mVisTrans * | ) |
|
protected |
| void visSurvey::PlaneDataDisplay::setOrientation | ( | SliceType | ) |
| void visSurvey::PlaneDataDisplay::setProbe | ( | Probe * | ) |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
virtual |
Implements visSurvey::MultiTextureSurveyObject.
|
protectedvirtual |
Sets whether the coordinate system is right or left handed.
Reimplemented from visBase::VisualObjectImpl.
|
protectedvirtual |
Reimplemented from visSurvey::SurveyObject.
|
protectedvirtual |
Reimplemented from visBase::VisualObject.
| void visSurvey::PlaneDataDisplay::setTranslationDragKeys | ( | bool | depth, |
| int | |||
| ) |
| depth | specifies wheter the depth or the plane setting should be changed. |
| keys | combination of OD::ButtonState |
| void visSurvey::PlaneDataDisplay::setTrcKeyZSampling | ( | const TrcKeyZSampling & | ) |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinestatic |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestatic |
|
inlinestaticprotected |
|
protected |
|
protectedvirtual |
Implements visSurvey::MultiTextureSurveyObject.
| Undo& visSurvey::PlaneDataDisplay::undo | ( | ) |
| const Undo& visSurvey::PlaneDataDisplay::undo | ( | ) | const |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from visSurvey::SurveyObject.
| bool visSurvey::PlaneDataDisplay::updatePlanePos | ( | const TrcKeyZSampling & | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
virtual |
Reimplemented from visSurvey::MultiTextureSurveyObject.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
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