![]() |
OpendTect-6_4
6.4
|
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 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 | singleColor () const |
| void | allowShading (bool) |
| const Attrib::SelSpec * | getSelSpec (int channel, int version=0) const |
| const TypeSet< Attrib::SelSpec > * | getSelSpecs (int attrib) const |
| void | setSelSpec (int, const Attrib::SelSpec &) |
| 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::MapperSetup * | getColTabMapperSetup (int attr, int v=0) const |
| void | setColTabMapperSetup (int attr, const ColTab::MapperSetup &, TaskRunner *) |
| const TypeSet< float > * | getHistogram (int) const |
| Coord3 | getTranslation () const |
| void | setTranslation (const Coord3 &) |
| bool | setChannels2RGBA (visBase::TextureChannel2RGBA *) |
| visBase::TextureChannel2RGBA * | getChannels2RGBA () |
| const visBase::TextureChannel2RGBA * | getChannels2RGBA () const |
| void | fillPar (IOPar &) const |
| bool | usePar (const IOPar &) |
| 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 (const TrcKey &) |
| void | selectChildren () |
| void | showParentLine (bool) |
| void | showSelections (bool) |
| void | showLocked (bool) |
| bool | lockedShown () const |
| virtual void | clearSelections () |
| void | updateAuxData () |
| virtual bool | canBeRemoved () const |
Public Member Functions inherited from visSurvey::EMObjectDisplay | |
| const mVisTrans * | getDisplayTransformation () const |
| void | setDisplayTransformation (const mVisTrans *) |
| const ZAxisTransform * | getZAxisTransform () const |
| EM::ObjectID | getObjectID () const |
| void | showPosAttrib (int attr, bool yn) |
| bool | showsPosAttrib (int attr) const |
| const char * | errMsg () const |
| MultiID | getMultiID () const |
| BufferStringSet | displayedSections () const |
| virtual void | turnOnSelectionMode (bool) |
| const OD::LineStyle * | lineStyle () const |
| void | setColor (Color) |
| Color | getColor () const |
| void | getObjectInfo (BufferString &) const |
| MPEEditor * | getEditor () |
| void | enableEditing (bool yn) |
| bool | isEditingEnabled () const |
| EM::SectionID | getSectionID (const TypeSet< int > *path) const |
| EM::PosID | getPosAttribPosID (int attrib, const TypeSet< int > &path, const Coord3 &clickeddisplaypos) const |
| virtual bool | canRemoveSelection () const |
| virtual bool | removeSelections (TaskRunner *) |
| NotifierAccess * | getMovementNotifier () |
| void | lock (bool yn) |
| NotifierAccess * | getLockNotifier () |
| const visBase::MarkerSet * | getSeedMarkerSet () const |
| virtual bool | getOnlyAtSectionsDisplay () 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 |
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 |
| 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 void | setDisplayTransformation (const visBase::Transformation *) |
| 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 (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... | |
Public Member Functions inherited from visSurvey::SurveyObject | |
| void | doRef () |
| void | doUnRef () |
| virtual const char * | get3DSurvGeomName () const |
| virtual Pos::GeomID | getGeomID () const |
| virtual Coord3 | getNormal (const Coord3 &pos) const |
| virtual bool | isPicking () const |
| virtual void | getPickingMessage (BufferString &msg) const |
| virtual void | snapToTracePos (Coord3 &) const |
| virtual void | getChildren (TypeSet< int > &) const |
| virtual bool | canDuplicate () const |
| virtual SurveyObject * | duplicate (TaskRunner *) const |
| virtual bool | hasPosModeManipulator () const |
| virtual void | showManipulator (bool yn) |
| virtual bool | isManipulatorShown () const |
| virtual bool | isManipulated () const |
| virtual bool | canResetManipulation () const |
| virtual void | resetManipulation () |
| virtual void | acceptManipulation () |
| virtual BufferString | getManipulationString () const |
| virtual NotifierAccess * | getManipulationNotifier () |
| virtual void | enableEditor (bool yn) |
| virtual void | getLineWidthBounds (int &min, int &max) |
| virtual bool | hasSpecificLineColor () const |
| virtual void | setAnnotColor (Color) |
| virtual Color | getAnnotColor () const |
| virtual visBase::TextureChannels * | getChannels () const |
| const visBase::TextureChannel2RGBA * | getChannels2RGBA () const |
| void | getChannelName (int, uiString &) const |
| virtual bool | canHandleColTabSeqTrans (int) const |
| virtual bool | isAngle (int attrib) const |
| virtual void | setAngleFlag (int attrib, bool yn) |
| bool | isAnyAttribEnabled () const |
| virtual bool | canHaveMultipleTextures () const |
| virtual const MouseCursor * | getMouseCursor () const |
| virtual void | updateMouseCursorCB (CallBacker *) |
| virtual bool | setDataPackID (int attrib, DataPack::ID, TaskRunner *) |
| virtual TrcKeyZSampling | getTrcKeyZSampling (int attrib) const |
| virtual bool | setDataVolume (int attrib, const RegularSeisDataPack *, TaskRunner *) |
| virtual const RegularSeisDataPack * | getCacheVolume (int attr) const |
| virtual void | getTraceKeyPath (TrcKeyPath &, TypeSet< Coord > *=0) const |
| virtual void | getDataTraceBids (TypeSet< BinID > &) const |
| virtual Interval< float > | getDataTraceRange () const |
| virtual void | readAuxData () |
| virtual void | setScene (Scene *scn) |
| virtual const Scene * | getScene () const |
| virtual Scene * | getScene () |
| virtual int | getSceneID () const |
| virtual bool | alreadyTransformed (int attrib) const |
| virtual void | annotateNextUpdateStage (bool yn) |
| int | getUpdateStageNr () const |
| virtual bool | isLocked () const |
| virtual bool | isInlCrl () const |
| void | setUserRefs (int attrib, BufferStringSet *nms) |
| void | setSaveInSessionsFlag (bool yn) |
| bool | getSaveInSessionsFlag () const |
Static Public Member Functions | |
| static HorizonDisplay * | getHorizonDisplay (const MultiID &) |
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 () |
Static Public Member Functions inherited from visSurvey::SurveyObject | |
| static float | sDefMaxDist () |
| static const char * | sKeyColTabID () |
| static const char * | sKeySequence () |
| static const char * | sKeyMapper () |
| static const char * | sKeyTextTrans () |
| static const char * | sKeyTC2RGBA () |
| static const char * | sKeyNrAttribs () |
| static const char * | sKeyAttribs () |
| static const char * | sKeyLocked () |
| static const char * | sKeySurvey () |
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.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
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::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
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.
|
private |
|
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 | ( | const TrcKey & | ) |
| 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::SurveyObject.
|
virtual |
Reimplemented from visSurvey::EMObjectDisplay.
| void visSurvey::HorizonDisplay::showLocked | ( | bool | ) |
| void visSurvey::HorizonDisplay::showParentLine | ( | bool | ) |
| void visSurvey::HorizonDisplay::showSelections | ( | bool | ) |
| bool visSurvey::HorizonDisplay::showsTexture | ( | ) | const |
| Color visSurvey::HorizonDisplay::singleColor | ( | ) | 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. 2019