OpendTect-6_4
6.4
|
Public Member Functions | |
const mVisTrans * | getDisplayTransformation () const |
void | setDisplayTransformation (const mVisTrans *) |
void | setSceneEventCatcher (visBase::EventCatcher *) |
virtual bool | setZAxisTransform (ZAxisTransform *, TaskRunner *) |
const ZAxisTransform * | getZAxisTransform () const |
virtual bool | setEMObject (const EM::ObjectID &, TaskRunner *) |
EM::ObjectID | getObjectID () const |
virtual bool | updateFromEM (TaskRunner *) |
virtual void | updateFromMPE () |
void | showPosAttrib (int attr, bool yn) |
bool | showsPosAttrib (int attr) const |
const char * | errMsg () const |
MultiID | getMultiID () const |
BufferStringSet | displayedSections () const |
virtual void | setOnlyAtSectionsDisplay (bool yn) |
virtual bool | displayedOnlyAtSections () const |
virtual void | turnOnSelectionMode (bool) |
bool | allowMaterialEdit () const |
const OD::LineStyle * | lineStyle () const |
void | setLineStyle (const OD::LineStyle &) |
bool | hasColor () const |
void | setColor (Color) |
Color | getColor () const |
bool | allowsPicks () const |
void | getObjectInfo (BufferString &) const |
void | getMousePosInfo (const visBase::EventInfo &ei, IOPar &iop) const |
virtual void | getMousePosInfo (const visBase::EventInfo &, Coord3 &, BufferString &val, BufferString &info) const |
MPEEditor * | getEditor () |
void | enableEditing (bool yn) |
bool | isEditingEnabled () const |
virtual EM::SectionID | getSectionID (int visid) const =0 |
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 *) |
virtual void | clearSelections () |
virtual void | updateAuxData () |
virtual bool | setChannels2RGBA (visBase::TextureChannel2RGBA *) |
virtual visBase::TextureChannel2RGBA * | getChannels2RGBA () |
virtual void | fillPar (IOPar &) const |
virtual bool | usePar (const IOPar &) |
NotifierAccess * | getMovementNotifier () |
void | lock (bool yn) |
NotifierAccess * | getLockNotifier () |
virtual void | doOtherObjectsMoved (const ObjectSet< const SurveyObject > &, int whichobj)=0 |
virtual void | setPixelDensity (float dpi) |
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 |
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 |
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 float | calcDist (const Coord3 &pos) const |
virtual float | maxDist () const |
virtual bool | isPicking () const |
virtual void | getPickingMessage (BufferString &msg) const |
virtual void | snapToTracePos (Coord3 &) const |
virtual void | otherObjectsMoved (const ObjectSet< const SurveyObject > &, int whichobj) |
virtual void | setTranslation (const Coord3 &) |
virtual Coord3 | getTranslation () 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 bool | usesColor () const |
virtual void | setAnnotColor (Color) |
virtual Color | getAnnotColor () const |
virtual int | nrResolutions () const |
virtual BufferString | getResolutionName (int) const |
virtual int | getResolution () const |
virtual void | setResolution (int, TaskRunner *) |
virtual visBase::TextureChannels * | getChannels () const |
const visBase::TextureChannel2RGBA * | getChannels2RGBA () const |
virtual AttribFormat | getAttributeFormat (int attrib=-1) const |
virtual bool | canHaveMultipleAttribs () const |
virtual int | nrAttribs () const |
virtual bool | canAddAttrib (int nrattribstoadd=1) const |
virtual bool | addAttrib () |
virtual bool | canRemoveAttrib () const |
virtual bool | removeAttrib (int attrib) |
virtual bool | swapAttribs (int a0, int a1) |
virtual void | setAttribTransparency (int, unsigned char) |
virtual unsigned char | getAttribTransparency (int) const |
virtual const ColTab::MapperSetup * | getColTabMapperSetup (int attrib, int version=0) const |
void | getChannelName (int, uiString &) const |
virtual void | setColTabMapperSetup (int, const ColTab::MapperSetup &, TaskRunner *) |
virtual const ColTab::Sequence * | getColTabSequence (int) const |
virtual bool | canSetColTabSequence () const |
virtual void | setColTabSequence (int, const ColTab::Sequence &, TaskRunner *) |
virtual bool | canHandleColTabSeqTrans (int) const |
virtual void | enableTextureInterpolation (bool) |
virtual bool | textureInterpolationEnabled () const |
virtual bool | canEnableTextureInterpolation () const |
virtual bool | isAngle (int attrib) const |
virtual void | setAngleFlag (int attrib, bool yn) |
virtual void | enableAttrib (int attrib, bool yn) |
virtual bool | isAttribEnabled (int attrib) const |
bool | isAnyAttribEnabled () const |
virtual bool | hasSingleColorFallback () const |
virtual Pol2D3D | getAllowedDataType () const |
virtual const TypeSet< float > * | getHistogram (int attrib) const |
virtual void | setSelSpec (int, const Attrib::SelSpec &) |
virtual void | setSelSpecs (int attrib, const TypeSet< Attrib::SelSpec > &) |
virtual const Attrib::SelSpec * | getSelSpec (int attrib, int version=0) const |
virtual const TypeSet< Attrib::SelSpec > * | getSelSpecs (int attrib) const |
virtual bool | canHaveMultipleTextures () const |
virtual int | nrTextures (int attrib) const |
virtual void | selectTexture (int attrib, int texture) |
virtual int | selectedTexture (int attrib) const |
virtual void | allowShading (bool) |
virtual const MouseCursor * | getMouseCursor () const |
virtual void | updateMouseCursorCB (CallBacker *) |
virtual bool | setDataPackID (int attrib, DataPack::ID, TaskRunner *) |
virtual DataPack::ID | getDataPackID (int attrib) const |
virtual DataPack::ID | getDisplayedDataPackID (int attrib) const |
virtual DataPackMgr::ID | getDataPackMgrID () const |
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 | getRandomPos (DataPointSet &, TaskRunner *) const |
virtual void | getRandomPosCache (int attrib, DataPointSet &) const |
virtual void | setRandomPosData (int attrib, const DataPointSet *, TaskRunner *) |
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 | canBDispOn2DViewer () const |
virtual bool | isVerticalPlane () const |
virtual bool | isInlCrl () const |
void | setUserRefs (int attrib, BufferStringSet *nms) |
void | setSaveInSessionsFlag (bool yn) |
bool | getSaveInSessionsFlag () const |
virtual bool | canBeRemoved () const |
Public Attributes | |
Notifier< EMObjectDisplay > | changedisplay |
Protected Member Functions | |
EMObjectDisplay () | |
~EMObjectDisplay () | |
virtual void | removeEMStuff () |
virtual void | removeSectionDisplay (const EM::SectionID &)=0 |
virtual bool | addSection (const EM::SectionID &, TaskRunner *)=0 |
virtual EM::PosID | findClosestNode (const Coord3 &) const |
virtual void | emChangeCB (CallBacker *) |
virtual void | clickCB (CallBacker *) |
virtual void | updatePosAttrib (int attrib) |
void | polygonFinishedCB (CallBacker *) |
virtual void | updateSelections () |
void | handleEmChange (const EM::EMObjectCallbackData &) |
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 | |
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 () |
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 * | sKeyEarthModelID () |
static const char * | sKeyResolution () |
static const char * | sKeyEdit () |
static const char * | sKeyOnlyAtSections () |
static const char * | sKeyLineStyle () |
static const char * | sKeySections () |
static const char * | sKeyPosAttrShown () |
Static Protected Member Functions inherited from visSurvey::SurveyObject | |
static int | cValNameOffset () |
Private Member Functions | |
void | unSelectAll () |
void | updateLockedSeedsColor () |
const TypeSet< int > | findOverlapSelectors (visBase::PolygonSelection *) |
Additional Inherited Members | |
Public Types inherited from visSurvey::SurveyObject | |
enum | AttribFormat { None, Cube, Traces, RandomPos, OtherFormat } |
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 () |
|
protected |
|
protected |
|
protectedpure virtual |
Implemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
protectedvirtual |
|
virtual |
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 | ) |
|
inlinevirtual |
Reimplemented from visBase::DataObject.
|
virtual |
Reimplemented from visBase::VisualObjectImpl.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
protectedvirtual |
Reimplemented in visSurvey::HorizonDisplay.
|
private |
not used anymore,only for ABI.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
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 | ( | ) |
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
inlinevirtual |
Gives access to a notifier that is triggered when object is moved or modified.
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
EM::ObjectID visSurvey::EMObjectDisplay::getObjectID | ( | ) | const |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
EM::PosID visSurvey::EMObjectDisplay::getPosAttribPosID | ( | int | attrib, |
const TypeSet< int > & | path, | ||
const Coord3 & | clickeddisplaypos | ||
) | const |
|
pure virtual |
Implemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
EM::SectionID visSurvey::EMObjectDisplay::getSectionID | ( | const TypeSet< int > * | path | ) | const |
const visBase::MarkerSet* visSurvey::EMObjectDisplay::getSeedMarkerSet | ( | ) | const |
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
bool visSurvey::EMObjectDisplay::isEditingEnabled | ( | ) | const |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
protected |
|
protectedvirtual |
Reimplemented in visSurvey::HorizonDisplay.
|
protectedpure virtual |
Implemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
void visSurvey::EMObjectDisplay::setDisplayTransformation | ( | const mVisTrans * | ) |
|
virtual |
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay.
|
virtual |
Reimplemented from visBase::DataObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
virtual |
Reimplemented from visBase::VisualObject.
Reimplemented in visSurvey::HorizonDisplay.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
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 |
|
virtual |
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.
|
virtual |
Reimplemented from visBase::VisualObjectImpl.
Reimplemented in visSurvey::HorizonDisplay, and visSurvey::Horizon2DDisplay.
|
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 |
not used anymore,only for ABI.
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019