OpendTect
7.0
|
Public Member Functions | |
bool | allowMaterialEdit () const override |
bool | allowsPicks () const override |
bool | canRemoveSelection () const override |
void | clearSelections () override |
bool | displayedOnlyAtSections () const override |
BufferStringSet | displayedSections () const |
virtual void | doOtherObjectsMoved (const ObjectSet< const SurveyObject > &, VisID whichobj)=0 |
void | enableEditing (bool yn) |
const char * | errMsg () const override |
void | fillPar (IOPar &) const override |
visBase::TextureChannel2RGBA * | getChannels2RGBA () override |
OD::Color | getColor () const override |
const mVisTrans * | getDisplayTransformation () const override |
MPEEditor * | getEditor () |
NotifierAccess * | getLockNotifier () override |
void | getMousePosInfo (const visBase::EventInfo &, Coord3 &, BufferString &val, BufferString &info) const override |
void | getMousePosInfo (const visBase::EventInfo &ei, IOPar &iop) const override |
NotifierAccess * | getMovementNotifier () override |
MultiID | getMultiID () const override |
EM::ObjectID | getObjectID () const |
void | getObjectInfo (BufferString &) const override |
virtual bool | getOnlyAtSectionsDisplay () const |
EM::PosID | getPosAttribPosID (int attrib, const TypeSet< VisID > &path, const Coord3 &clickeddisplaypos) const |
EM::SectionID | getSectionID (const TypeSet< VisID > *path) const |
virtual EM::SectionID | getSectionID (VisID visid) const =0 |
const visBase::MarkerSet * | getSeedMarkerSet () const |
const ZAxisTransform * | getZAxisTransform () const override |
bool | hasColor () const override |
bool | isAlreadyTransformed () const |
bool | isEditingEnabled () const |
const OD::LineStyle * | lineStyle () const override |
void | lock (bool yn) override |
bool | removeSelections (TaskRunner *) override |
bool | setChannels2RGBA (visBase::TextureChannel2RGBA *) override |
void | setColor (OD::Color) override |
void | setDisplayTransformation (const mVisTrans *) override |
virtual bool | setEMObject (const EM::ObjectID &, TaskRunner *) |
void | setLineStyle (const OD::LineStyle &) override |
void | setOnlyAtSectionsDisplay (bool yn) override |
void | setPixelDensity (float dpi) override |
void | setSceneEventCatcher (visBase::EventCatcher *) override |
virtual bool | setZAxisTransform (ZAxisTransform *, TaskRunner *) override |
void | setZDomain (const ZDomain::Info &) |
void | showPosAttrib (int attr, bool yn) |
bool | showsPosAttrib (int attr) const |
void | turnOnSelectionMode (bool) override |
virtual void | updateAuxData () |
virtual bool | updateFromEM (TaskRunner *) |
virtual void | updateFromMPE () |
bool | usePar (const IOPar &) override |
const ZDomain::Info & | zDomain () const |
Public Member Functions inherited from visBase::VisualObjectImpl | |
const Material * | getMaterial () const |
Material * | getMaterial () override |
bool | isRightHandSystem () const override |
NotifierAccess * | materialChange () |
void | readLock () |
void | readUnLock () |
void | setLockable () |
void | setMaterial (Material *) override |
void | setRightHandSystem (bool yn) override |
bool | tryReadLock () |
bool | tryWriteLock () |
void | writeLock () |
void | writeUnLock () |
Public Member Functions inherited from visBase::VisualObject | |
NotifierAccess * | deSelection () override |
virtual bool | getBoundingBox (Coord3 &min, Coord3 &max) const |
NotifierAccess * | rightClicked () override |
const EventInfo * | rightClickedEventInfo () const |
const TypeSet< VisID > * | rightClickedPath () const override |
bool | selectable () const override |
NotifierAccess * | selection () override |
void | setSelectable (bool yn) |
Public Member Functions inherited from visBase::DataObject | |
template<class T > | |
T * | addNodeState (T *ns) |
void | deSelect () const |
void | enableTraversal (unsigned int mask, bool yn=true) |
virtual const char * | getClassName () const |
SoNode * | getInventorNode () |
const SoNode * | getInventorNode () const |
BufferString | getName () const override |
NodeState * | getNodeState (int idx) |
virtual float | getPixelDensity () const |
VisID | id () const |
virtual bool | isOK () const |
virtual bool | isOn () const |
bool | isPickable (bool actively=true) const |
virtual bool | isSelected () const |
bool | isTraversalEnabled (unsigned int mask) const |
const OD::String & | name () const override |
osg::Node * | osgNode (bool skipswitch=false) |
const osg::Node * | osgNode (bool skipswitch=false) const |
NodeState * | removeNodeState (NodeState *) |
virtual bool | rightClickable () const |
void | select () const |
bool | serialize (const char *filename, bool binary=false) |
virtual void | setDisplayTransformation (const visBase::Transformation *) |
void | setID (VisID newid) |
void | setName (const char *) override |
void | setName (const uiString &uistr) |
void | setParent (DataObjectGroup *g) |
void | setPickable (bool actively, bool passively=true) |
void | setUiName (const uiString &) |
virtual bool | turnOn (bool yn) |
uiString | uiName () const |
void | updateSel () const |
Public Member Functions inherited from SharedObject | |
SharedObject (const char *nm=nullptr) | |
SharedObject (const SharedObject &) | |
Public Member Functions inherited from NamedCallBacker | |
NamedCallBacker (const char *nm=0) | |
NamedCallBacker (const NamedCallBacker &) | |
virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
bool | operator== (const NamedCallBacker &oth) const |
bool | operator== (const NamedObject &oth) const |
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 | detachAllNotifiers () const |
Call from the destructor of your inherited object. More... | |
void | detachCB (const NotifierAccess &, const CallBack &) const |
void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
virtual bool | isCapsule () const |
bool | isNotifierAttached (const NotifierAccess *) const |
Only for debugging purposes, don't use. More... | |
void | stopReceivingNotifications () const |
virtual CallBacker * | trueCaller () |
Public Member Functions inherited from NamedObject | |
NamedObject (const char *nm=nullptr) | |
NamedObject (const NamedObject &oth) | |
virtual | ~NamedObject () |
bool | getNameFromPar (const IOPar &) |
NamedObject & | operator= (const NamedObject &) |
bool | operator== (const NamedObject &oth) const |
Public Member Functions inherited from ObjectWithName | |
virtual | ~ObjectWithName () |
bool | hasName (const char *nm) const |
bool | hasName (const name_type &nm) const |
void | putNameInPar (IOPar &) const |
Public Member Functions inherited from RefCount::Referenced | |
void | addObserver (WeakPtrBase *obs) |
Not for normal use. May become private. More... | |
int | nrRefs () const |
Only for expert use. More... | |
void | ref () const |
bool | refIfReffed () const |
Don't use in production, for debugging. More... | |
void | removeObserver (WeakPtrBase *obs) |
Not for normal use. May become private. More... | |
bool | tryRef () const |
Not for normal use. May become private. More... | |
void | unRef () const |
void | unRefNoDelete () const |
Public Member Functions inherited from visSurvey::SurveyObject | |
virtual void | acceptManipulation () |
virtual bool | addAttrib () |
virtual void | allowShading (bool) |
virtual bool | alreadyTransformed (int attrib) const |
virtual void | annotateNextUpdateStage (bool yn) |
virtual float | calcDist (const Coord3 &pos) const |
virtual bool | canAddAttrib (int nrattribstoadd=1) const |
virtual bool | canBDispOn2DViewer () const |
virtual bool | canBeRemoved () const |
virtual bool | canDuplicate () const |
virtual bool | canEnableTextureInterpolation () const |
virtual bool | canHandleColTabSeqTrans (int) const |
virtual bool | canHaveMultipleAttribs () const |
virtual bool | canHaveMultipleTextures () const |
virtual bool | canRemoveAttrib () const |
virtual bool | canResetManipulation () const |
virtual bool | canSetColTabSequence () const |
virtual bool | canShowTexture () const |
void | doRef () |
void | doUnRef () |
virtual SurveyObject * | duplicate (TaskRunner *) const |
virtual void | enableAttrib (int attrib, bool yn) |
virtual void | enableEditor (bool yn) |
virtual void | enableTextureInterpolation (bool) |
const Survey::Geometry3D * | get3DSurvGeom () const |
virtual const char * | get3DSurvGeomName () const |
virtual OD::Pol2D3D | getAllowedDataType () const |
virtual OD::Color | getAnnotColor () const |
virtual unsigned char | getAttribTransparency (int) const |
virtual AttribFormat | getAttributeFormat (int attrib=-1) const |
OD::Color | getBackgroundColor () const |
virtual const RegularSeisDataPack * | getCacheVolume (int attr) const |
void | getChannelName (int, uiString &) const |
virtual visBase::TextureChannels * | getChannels () const |
const visBase::TextureChannel2RGBA * | getChannels2RGBA () const |
virtual void | getChildren (TypeSet< VisID > &) const |
virtual const ColTab::MapperSetup * | getColTabMapperSetup (int attrib, int version=0) const |
virtual const ColTab::Sequence * | getColTabSequence (int) const |
virtual DataPackID | getDataPackID (int attrib) const |
virtual DataPackMgr::MgrID | getDataPackMgrID () const |
virtual void | getDataTraceBids (TypeSet< BinID > &) const |
virtual Interval< float > | getDataTraceRange () const |
virtual DataPackID | getDisplayedDataPackID (int attrib) const |
virtual Pos::GeomID | getGeomID () const |
virtual const TypeSet< float > * | getHistogram (int attrib) const |
virtual void | getLineWidthBounds (int &min, int &max) |
virtual NotifierAccess * | getManipulationNotifier () |
virtual BufferString | getManipulationString () const |
virtual const MouseCursor * | getMouseCursor () const |
virtual Coord3 | getNormal (const Coord3 &pos) const |
virtual void | getPickingMessage (BufferString &msg) const |
virtual void | getRandomPos (DataPointSet &, TaskRunner *) const |
virtual void | getRandomPosCache (int attrib, DataPointSet &) const |
virtual int | getResolution () const |
virtual BufferString | getResolutionName (int) const |
bool | getSaveInSessionsFlag () const |
virtual Scene * | getScene () |
virtual const Scene * | getScene () const |
virtual SceneID | getSceneID () const |
virtual const Attrib::SelSpec * | getSelSpec (int attrib, int version=0) const |
version=-1 gives current version More... | |
virtual const TypeSet< Attrib::SelSpec > * | getSelSpecs (int attrib) const |
virtual void | getTraceKeyPath (TrcKeyPath &, TypeSet< Coord > *=nullptr) const |
virtual Coord3 | getTranslation () const |
virtual TrcKeyZSampling | getTrcKeyZSampling (int attrib) const |
int | getUpdateStageNr () const |
virtual bool | hasPosModeManipulator () const |
bool | hasSelSpec (const Attrib::SelSpec &, int &attrib, int &version) const |
virtual bool | hasSingleColorFallback () const |
virtual bool | hasSpecificLineColor () const |
virtual bool | hasSpecificMarkerColor () const |
virtual bool | isAngle (int attrib) const |
bool | isAnyAttribEnabled () const |
virtual bool | isAttribEnabled (int attrib) const |
virtual bool | isInlCrl () const |
virtual bool | isLocked () const |
virtual bool | isManipulated () const |
virtual bool | isManipulatorShown () const |
virtual bool | isPainting () const |
virtual bool | isPicking () const |
virtual bool | isVerticalPlane () const |
virtual const MarkerStyle3D * | markerStyle () const |
virtual float | maxDist () const |
virtual int | nrAttribs () const |
virtual int | nrResolutions () const |
virtual int | nrTextures (int attrib) const |
virtual void | otherObjectsMoved (const ObjectSet< const SurveyObject > &, VisID whichobj) |
virtual void | readAuxData () |
virtual bool | removeAttrib (int attrib) |
virtual void | resetManipulation () |
virtual int | selectedTexture (int attrib) const |
virtual void | selectTexture (int attrib, int texture) |
virtual void | set3DSurvGeom (const Survey::Geometry3D *) |
virtual void | setAngleFlag (int attrib, bool yn) |
virtual void | setAnnotColor (OD::Color) |
virtual void | setAttribTransparency (int, unsigned char) |
virtual void | setColTabMapperSetup (int, const ColTab::MapperSetup &, TaskRunner *) |
virtual void | setColTabSequence (int, const ColTab::Sequence &, TaskRunner *) |
virtual bool | setDataPackID (int attrib, DataPackID, TaskRunner *) |
virtual bool | setDataVolume (int attrib, const RegularSeisDataPack *, TaskRunner *) |
virtual void | setMarkerStyle (const MarkerStyle3D &) |
virtual void | setRandomPosData (int attrib, const DataPointSet *, TaskRunner *) |
virtual void | setResolution (int, TaskRunner *) |
void | setSaveInSessionsFlag (bool yn) |
virtual void | setScene (Scene *scn) |
virtual void | setSelSpec (int, const Attrib::SelSpec &) |
virtual void | setSelSpecs (int attrib, const TypeSet< Attrib::SelSpec > &) |
virtual void | setTranslation (const Coord3 &) |
void | setUserRefs (int attrib, BufferStringSet *nms) |
virtual void | showManipulator (bool yn) |
virtual bool | showsTexture () const |
virtual void | snapToTracePos (Coord3 &) const |
virtual bool | swapAttribs (int a0, int a1) |
virtual bool | textureInterpolationEnabled () const |
virtual void | updateMouseCursorCB (CallBacker *) |
virtual bool | usesColor () const |
virtual bool | usesTexture () const |
virtual void | useTexture (bool yn, bool trigger) |
Public Attributes | |
Notifier< EMObjectDisplay > | changedisplay |
Protected Member Functions | |
EMObjectDisplay () | |
~EMObjectDisplay () | |
virtual bool | addSection (const EM::SectionID &, TaskRunner *)=0 |
virtual void | clickCB (CallBacker *) |
virtual void | emChangeCB (CallBacker *) |
virtual EM::PosID | findClosestNode (const Coord3 &) const |
void | handleEmChange (const EM::EMObjectCallbackData &) |
void | polygonFinishedCB (CallBacker *) |
virtual void | removeEMStuff () |
virtual void | removeSectionDisplay (const EM::SectionID &)=0 |
virtual void | updatePosAttrib (int attrib) |
virtual void | updateSelections () |
Protected Member Functions inherited from visBase::VisualObjectImpl | |
VisualObjectImpl (bool selectable) | |
virtual | ~VisualObjectImpl () |
int | addChild (osg::Node *) |
int | childIndex (const osg::Node *) const |
void | insertChild (int pos, osg::Node *) |
virtual void | materialChangeCB (CallBacker *) |
void | removeChild (osg::Node *) |
void | setGroupNode (DataObject *) |
virtual void | setGroupNode (osg::Group *) |
Must be called during construction. More... | |
Protected Member Functions inherited from visBase::VisualObject | |
VisualObject (bool selectable=false) | |
~VisualObject () | |
void | triggerDeSel () override |
void | triggerRightClick (const EventInfo *) override |
void | triggerSel () override |
Protected Member Functions inherited from visBase::DataObject | |
DataObject () | |
virtual | ~DataObject () |
void | doAddNodeState (NodeState *ns) |
virtual osg::StateSet * | getStateSet () |
template<class T > | |
T * | setOsgNode (T *t) |
Must be called during construction. More... | |
void | updateNodemask () |
Protected Member Functions inherited from SharedObject | |
virtual | ~SharedObject () |
Protected Member Functions inherited from NamedCallBacker | |
void | sendDelNotif () const |
Protected Member Functions inherited from RefCount::Referenced | |
Referenced () | |
Referenced (const Referenced &) | |
virtual | ~Referenced () |
Referenced & | operator= (const Referenced &) |
Protected Member Functions inherited from visSurvey::SurveyObject | |
SurveyObject () | |
~SurveyObject () | |
void | initAdaptiveMouseCursor (CallBacker *eventcb, VisID objid, int inplanedragkeys, MouseCursor &) |
Static Protected Member Functions | |
static const char * | sKeyEarthModelID () |
static const char * | sKeyEdit () |
static const char * | sKeyLineStyle () |
static const char * | sKeyOnlyAtSections () |
static const char * | sKeyPosAttrShown () |
static const char * | sKeyResolution () |
static const char * | sKeySections () |
Static Protected Member Functions inherited from visSurvey::SurveyObject | |
static int | cValNameOffset () |
Private Member Functions | |
void | unSelectAll () |
void | updateLockedSeedsColor () |
Additional Inherited Members | |
Public Types inherited from ObjectWithName | |
typedef OD::String | name_type |
Public Types inherited from visSurvey::SurveyObject | |
enum | AttribFormat { None , Cube , Traces , RandomPos , OtherFormat } |
Static Public Member Functions inherited from visBase::VisualObjectImpl | |
static const char * | sKeyIsOn () |
static const char * | sKeyMaterial () |
static const char * | sKeyMaterialID () |
Static Public Member Functions inherited from visBase::DataObject | |
static osgViewer::CompositeViewer * | getCommonViewer () |
static float | getDefaultPixelDensity () |
static VisID | getID (const osg::Node *) |
static bool | isVisualizationThread () |
static void | requestSingleRedraw () |
static void | setCommonViewer (osgViewer::CompositeViewer *) |
static void | setDefaultPixelDensity (float) |
static void | setVisualizationThread (const void *) |
Call only once from initialization. More... | |
Static Public Member Functions inherited from SharedObject | |
static Notifier< SharedObject > & | instanceCreated () |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Static Public Member Functions inherited from RefCount::Referenced | |
static bool | isSane (const Referenced *) |
Static Public Member Functions inherited from visSurvey::SurveyObject | |
static float | sDefMaxDist () |
static const char * | sKeyAttribs () |
static const char * | sKeyColTabID () |
static const char * | sKeyLocked () |
static const char * | sKeyMapper () |
static const char * | sKeyNrAttribs () |
static const char * | sKeyNrVersions () |
static const char * | sKeySelTexture () |
static const char * | sKeySequence () |
static const char * | sKeySurvey () |
static const char * | sKeyTC2RGBA () |
static const char * | sKeyTextTrans () |
<>
|
protected |
|
protected |
|
protectedpure virtual |
Implemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
protectedvirtual |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
BufferStringSet visSurvey::EMObjectDisplay::displayedSections | ( | ) | const |
|
pure virtual |
Implemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
protectedvirtual |
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
void visSurvey::EMObjectDisplay::enableEditing | ( | bool | yn | ) |
|
inlineoverridevirtual |
Reimplemented from visBase::DataObject.
|
overridevirtual |
Reimplemented from visBase::VisualObjectImpl.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
protectedvirtual |
Reimplemented in visSurvey::HorizonDisplay.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
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.
MPEEditor* visSurvey::EMObjectDisplay::getEditor | ( | ) |
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
inlineoverridevirtual |
Gives access to a notifier that is triggered when object is moved or modified.
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
EM::ObjectID visSurvey::EMObjectDisplay::getObjectID | ( | ) | const |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
EM::PosID visSurvey::EMObjectDisplay::getPosAttribPosID | ( | int | attrib, |
const TypeSet< VisID > & | path, | ||
const Coord3 & | clickeddisplaypos | ||
) | const |
EM::SectionID visSurvey::EMObjectDisplay::getSectionID | ( | const TypeSet< VisID > * | path | ) | const |
|
pure virtual |
Implemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
const visBase::MarkerSet* visSurvey::EMObjectDisplay::getSeedMarkerSet | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
bool visSurvey::EMObjectDisplay::isAlreadyTransformed | ( | ) | const |
bool visSurvey::EMObjectDisplay::isEditingEnabled | ( | ) | const |
|
overridevirtual |
If the linestyle can be set, a non-zero pointer should be return.
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
protectedvirtual |
Reimplemented in visSurvey::HorizonDisplay.
|
protectedpure virtual |
Implemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
override |
|
virtual |
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
overridevirtual |
Reimplemented from visBase::DataObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
overridevirtual |
Reimplemented from visBase::VisualObject.
Reimplemented in visSurvey::HorizonDisplay.
|
inlineoverridevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
void visSurvey::EMObjectDisplay::setZDomain | ( | const ZDomain::Info & | ) |
void visSurvey::EMObjectDisplay::showPosAttrib | ( | int | attr, |
bool | yn | ||
) |
Turns position attributes (as defined in EM::EMObject) to be marked with a marker.
bool visSurvey::EMObjectDisplay::showsPosAttrib | ( | int | attr | ) | const |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
overridevirtual |
Reimplemented from visSurvey::SurveyObject.
|
private |
|
inlinevirtual |
Reimplemented in visSurvey::HorizonDisplay.
|
virtual |
Reimplemented in visSurvey::HorizonDisplay.
|
virtual |
Reimplemented in visSurvey::HorizonDisplay.
|
private |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in visSurvey::HorizonDisplay.
|
overridevirtual |
Reimplemented from visBase::VisualObjectImpl.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
const ZDomain::Info& visSurvey::EMObjectDisplay::zDomain | ( | ) | const |
|
protected |
|
protected |
Notifier<EMObjectDisplay> visSurvey::EMObjectDisplay::changedisplay |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024