![]() |
OpendTect
6.3
|
Classes | |
| struct | IntersectionData |
Public Member Functions | |
| HorizonDisplay () | |
| mDefaultFactoryInstantiation (visSurvey::SurveyObject, HorizonDisplay,"HorizonDisplay", toUiString(sFactoryKeyword())) void setDisplayTransformation(const mVisTrans *) | |
| void | setSceneEventCatcher (visBase::EventCatcher *) |
| void | enableTextureInterpolation (bool) |
| bool | textureInterpolationEnabled () const |
| bool | canEnableTextureInterpolation () const |
| bool | setZAxisTransform (ZAxisTransform *, TaskRunner *) |
| visBase::Material * | getMaterial () |
| void | setIntersectLineMaterial (visBase::Material *) |
| bool | setEMObject (const EM::ObjectID &, TaskRunner *) |
| bool | updateFromEM (TaskRunner *) |
| void | updateFromMPE () |
| StepInterval< int > | geometryRowRange () const |
| StepInterval< int > | geometryColRange () const |
| visBase::HorizonSection * | getHorizonSection (const EM::SectionID &) |
| TypeSet< EM::SectionID > | getSectionIDs () const |
| void | useTexture (bool yn, bool trigger=false) |
| bool | usesTexture () const |
| bool | showsTexture () const |
| bool | canShowTexture () const |
| void | setOnlyAtSectionsDisplay (bool yn) |
| bool | displayedOnlyAtSections () const |
| void | displaySurfaceData (int attrib, int auxdatanr) |
| virtual bool | canHaveMultipleAttribs () const |
| virtual bool | canHaveMultipleTextures () const |
| virtual int | nrTextures (int attrib) const |
| virtual void | selectTexture (int attrib, int textureidx) |
| virtual int | selectedTexture (int attrib) const |
| SurveyObject::AttribFormat | getAttributeFormat (int attrib) const |
| Pol2D3D | getAllowedDataType () const |
| int | nrAttribs () const |
| bool | addAttrib () |
| bool | canAddAttrib (int nrattribstoadd=1) const |
| bool | removeAttrib (int attrib) |
| bool | canRemoveAttrib () const |
| bool | swapAttribs (int attrib0, int attrib1) |
| void | setAttribTransparency (int, unsigned char) |
| unsigned char | getAttribTransparency (int) const |
| void | enableAttrib (int attrib, bool yn) |
| bool | isAttribEnabled (int attrib) const |
| bool | hasSingleColorFallback () const |
| Color | getColor () const |
| void | allowShading (bool) |
| const Attrib::SelSpec * | getSelSpec (int channel, int version=0) const |
| const TypeSet< Attrib::SelSpec > * | getSelSpecs (int attrib) const |
| void | setSelSpecs (int attrib, const TypeSet< Attrib::SelSpec > &) |
| void | setDepthAsAttrib (int) |
| void | setDisplayDataPackIDs (int attrib, const TypeSet< DataPack::ID > &) |
| DataPack::ID | getDataPackID (int attrib) const |
| DataPack::ID | getDisplayedDataPackID (int attrib) const |
| virtual DataPackMgr::ID | getDataPackMgrID () const |
| bool | allowMaterialEdit () const |
| bool | hasColor () const |
| bool | usesColor () const |
| EM::SectionID | getSectionID (int visid) const |
| void | getRandomPos (DataPointSet &, TaskRunner *) const |
| void | getRandomPosCache (int, DataPointSet &) const |
| void | setRandomPosData (int, const DataPointSet *, TaskRunner *) |
| void | setLineStyle (const OD::LineStyle &) |
| bool | hasStoredAttrib (int attrib) const |
| bool | hasDepth (int attrib) const |
| int | nrResolutions () const |
| BufferString | getResolutionName (int) const |
| int | getResolution () const |
| bool | displaysSurfaceGrid () const |
| void | displaysSurfaceGrid (bool) |
| void | setResolution (int, TaskRunner *) |
| bool | allowsPicks () const |
| void | getMousePosInfo (const visBase::EventInfo &e, IOPar &i) const |
| void | getMousePosInfo (const visBase::EventInfo &pos, Coord3 &, BufferString &val, BufferString &info) const |
| float | calcDist (const Coord3 &) const |
| float | maxDist () const |
| const ColTab::Sequence & | getColTabSequence (int attr) const |
| bool | canSetColTabSequence () const |
| void | setColTabSequence (int attr, const ColTab::Sequence &, TaskRunner *) |
| const ColTab::Mapper & | getColTabMapper (int) const |
| void | setColTabMapper (int, const ColTab::Mapper &, TaskRunner *) |
| Coord3 | getTranslation () const |
| void | setTranslation (const Coord3 &) |
| bool | setChannels2RGBA (visBase::TextureChannel2RGBA *) |
| visBase::TextureChannel2RGBA * | getChannels2RGBA () |
| const visBase::TextureChannel2RGBA * | getChannels2RGBA () const |
| bool | canBDispOn2DViewer () const |
| bool | isVerticalPlane () const |
| void | setAttribShift (int channel, const TypeSet< float > &shifts) |
| const ObjectSet< visBase::VertexShape > & | getIntersectionLines () const |
| void | displayIntersectionLines (bool) |
| bool | displaysIntersectionLines () const |
| const visBase::HorizonSection * | getSection (int id) const |
| void | doOtherObjectsMoved (const ObjectSet< const SurveyObject > &, int whichobj) |
| virtual void | setPixelDensity (float) |
| void | setSectionDisplayRestore (bool) |
| BufferString | getSectionName (int secidx) const |
| void | selectParent (const TrcKey &) |
| void | selectChildren () |
| void | showParentLine (bool) |
| void | showSelections (bool) |
| void | showLocked (bool) |
| bool | lockedShown () const |
| virtual void | clearSelections () |
| void | updateAuxData () |
| void | showPosAttrib (int attr, bool yn) |
| void | fillPar (IOPar &) const |
| bool | usePar (const IOPar &) |
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 |
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 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 HorizonDisplay * | getHorizonDisplay (const DBKey &) |
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 () |
Static Private Member Functions | |
| static const char * | sKeyTexture () |
| static const char * | sKeyShift () |
| static const char * | sKeyResolution () |
| static const char * | sKeyRowRange () |
| static const char * | sKeyColRange () |
| static const char * | sKeyIntersectLineMaterialID () |
| static const char * | sKeySurfaceGrid () |
| static const char * | sKeySectionID () |
| static const char * | sKeyZValues () |
| visSurvey::HorizonDisplay::HorizonDisplay | ( | ) |
|
private |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
privatevirtual |
Implements visSurvey::EMObjectDisplay.
|
inlinevirtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
private |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| bool visSurvey::HorizonDisplay::canShowTexture | ( | ) | const |
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
private |
|
private |
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
| void visSurvey::HorizonDisplay::displayIntersectionLines | ( | bool | ) |
| bool visSurvey::HorizonDisplay::displaysIntersectionLines | ( | ) | const |
| bool visSurvey::HorizonDisplay::displaysSurfaceGrid | ( | ) | const |
| void visSurvey::HorizonDisplay::displaysSurfaceGrid | ( | bool | ) |
| void visSurvey::HorizonDisplay::displaySurfaceData | ( | int | attrib, |
| int | auxdatanr | ||
| ) |
|
virtual |
Implements visSurvey::EMObjectDisplay.
|
private |
|
privatevirtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
Reimplemented from visSurvey::EMObjectDisplay.
| StepInterval<int> visSurvey::HorizonDisplay::geometryColRange | ( | ) | const |
| StepInterval<int> visSurvey::HorizonDisplay::geometryRowRange | ( | ) | const |
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
private |
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
| const visBase::TextureChannel2RGBA* visSurvey::HorizonDisplay::getChannels2RGBA | ( | ) | const |
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
static |
| visBase::HorizonSection* visSurvey::HorizonDisplay::getHorizonSection | ( | const EM::SectionID & | ) |
| const ObjectSet<visBase::VertexShape>& visSurvey::HorizonDisplay::getIntersectionLines | ( | ) | const |
|
virtual |
Reimplemented from visBase::VisualObjectImpl.
|
inlinevirtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
private |
Return data from pool or creates new.
|
virtual |
Random pos: Every position is put in the DataPointSet no matter which original patch it belongs to
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| const visBase::HorizonSection* visSurvey::HorizonDisplay::getSection | ( | int | id | ) | const |
|
virtual |
Implements visSurvey::EMObjectDisplay.
|
inline |
| BufferString visSurvey::HorizonDisplay::getSectionName | ( | int | secidx | ) | const |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
privatevirtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
inlinevirtual |
Reimplemented from visSurvey::EMObjectDisplay.
| bool visSurvey::HorizonDisplay::hasDepth | ( | int | attrib | ) | const |
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
| bool visSurvey::HorizonDisplay::hasStoredAttrib | ( | int | attrib | ) | const |
|
private |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
private |
Check if the active object is one of planedata, z-slice, 2dline,..., if it is get the the idx in the stored object collection.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
| bool visSurvey::HorizonDisplay::lockedShown | ( | ) | const |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| visSurvey::HorizonDisplay::mDefaultFactoryInstantiation | ( | visSurvey::SurveyObject | , |
| HorizonDisplay | , | ||
| "HorizonDisplay" | , | ||
| toUiString(sFactoryKeyword()) | |||
| ) | const |
|
private |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
privatevirtual |
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.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
privatevirtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
privatevirtual |
Implements visSurvey::EMObjectDisplay.
| void visSurvey::HorizonDisplay::selectChildren | ( | ) |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| void visSurvey::HorizonDisplay::selectParent | ( | const TrcKey & | ) |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| void visSurvey::HorizonDisplay::setAttribShift | ( | int | channel, |
| const TypeSet< float > & | shifts | ||
| ) |
Gives the shifts for all versions of an attrib.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| void visSurvey::HorizonDisplay::setDepthAsAttrib | ( | int | ) |
| void visSurvey::HorizonDisplay::setDisplayDataPackIDs | ( | int | attrib, |
| const TypeSet< DataPack::ID > & | |||
| ) |
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
| void visSurvey::HorizonDisplay::setIntersectLineMaterial | ( | visBase::Material * | ) |
|
virtual |
If ls is solid, a 3d shape will be used, otherwise 'flat' lines.
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
0 is automatic
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
| void visSurvey::HorizonDisplay::setSectionDisplayRestore | ( | bool | ) |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
| void visSurvey::HorizonDisplay::showLocked | ( | bool | ) |
| void visSurvey::HorizonDisplay::showParentLine | ( | bool | ) |
|
virtual |
Turns position attributes (as defined in EM::EMObject) to be marked with a marker.
Reimplemented from visSurvey::EMObjectDisplay.
| void visSurvey::HorizonDisplay::showSelections | ( | bool | ) |
| bool visSurvey::HorizonDisplay::showsTexture | ( | ) | const |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
private |
List of coordinates may be empty, coords will then be fetched from trckeys.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
private |
|
private |
|
private |
|
privatevirtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
private |
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| bool visSurvey::HorizonDisplay::usesTexture | ( | ) | const |
| void visSurvey::HorizonDisplay::useTexture | ( | bool | yn, |
| bool | trigger = false |
||
| ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017