![]() |
OpendTect-6_4
6.4
|
Public Member Functions | |
| 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 () |
| virtual bool | usePar (const IOPar &) |
| virtual void | fillPar (IOPar &) const |
Public Member Functions inherited from visBase::VisualObject | |
| virtual bool | getBoundingBox (Coord3 &min, Coord3 &max) const |
| virtual void | setSceneEventCatcher (EventCatcher *) |
| 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 const visBase::Transformation * | getDisplayTransformation () const |
| virtual void | setPixelDensity (float dpi) |
| virtual float | getPixelDensity () const |
| virtual const char * | errMsg () 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... | |
Static Public Member Functions | |
| 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 () |
Protected Member Functions | |
| 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 Attributes | |
| Material * | material_ |
| bool | righthandsystem_ |
Protected Attributes inherited from visBase::DataObject | |
| DataObjectGroup * | parent_ |
Private Attributes | |
| osg::Group * | osgroot_ |
|
protected |
|
protectedvirtual |
|
protected |
|
protected |
|
virtual |
Reimplemented in visSurvey::VolumeDisplay, visBase::Well, visSurvey::FaultDisplay, visSurvey::HorizonDisplay, visSurvey::Seis2DDisplay, visSurvey::RandomTrackDisplay, visSurvey::PlaneDataDisplay, visSurvey::EMObjectDisplay, visSurvey::WellDisplay, visSurvey::FaultStickSetDisplay, visSurvey::MPEDisplay, visSurvey::PreStackDisplay, visSurvey::MarchingCubesDisplay, visSurvey::Horizon2DDisplay, visSurvey::MultiTextureSurveyObject, visSurvey::LocationDisplay, visSurvey::PolygonBodyDisplay, visBase::Annotation, visSurvey::PickSetDisplay, visSurvey::RandomPosBodyDisplay, and visBase::TopBotImage.
|
inline |
|
virtual |
Implements visBase::VisualObject.
Reimplemented in visSurvey::HorizonDisplay.
|
protected |
|
inlinevirtual |
Reimplemented from visBase::DataObject.
|
protectedvirtual |
Reimplemented in visBase::MarkerSet, and visSurvey::MarchingCubesDisplay.
| void visBase::VisualObjectImpl::readLock | ( | ) |
| void visBase::VisualObjectImpl::readUnLock | ( | ) |
|
protected |
|
protectedvirtual |
Must be called during construction.
| void visBase::VisualObjectImpl::setLockable | ( | ) |
Will enable lock functionality.
|
virtual |
Implements visBase::VisualObject.
Reimplemented in visSurvey::VolumeDisplay.
|
inlinevirtual |
Sets whether the coordinate system is right or left handed.
Reimplemented from visBase::DataObject.
Reimplemented in visSurvey::VolumeDisplay, visSurvey::MPEDisplay, and visSurvey::LocationDisplay.
|
static |
|
static |
|
static |
| bool visBase::VisualObjectImpl::tryReadLock | ( | ) |
| bool visBase::VisualObjectImpl::tryWriteLock | ( | ) |
|
virtual |
Reimplemented in visSurvey::VolumeDisplay, visBase::Well, visSurvey::FaultDisplay, visSurvey::HorizonDisplay, visSurvey::Seis2DDisplay, visSurvey::RandomTrackDisplay, visSurvey::PlaneDataDisplay, visSurvey::EMObjectDisplay, visSurvey::WellDisplay, visSurvey::FaultStickSetDisplay, visSurvey::MPEDisplay, visSurvey::PreStackDisplay, visSurvey::MarchingCubesDisplay, visSurvey::Horizon2DDisplay, visSurvey::MultiTextureSurveyObject, visSurvey::LocationDisplay, visSurvey::PolygonBodyDisplay, visBase::Annotation, visSurvey::PickSetDisplay, visSurvey::RandomPosBodyDisplay, and visBase::TopBotImage.
| void visBase::VisualObjectImpl::writeLock | ( | ) |
| void visBase::VisualObjectImpl::writeUnLock | ( | ) |
|
protected |
|
private |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019