![]() |
OpendTect
6.3
|
Public Member Functions | |
| DataObjectGroup () | |
| virtual const char * | getClassName () const |
| void | setSeparate (bool yn=true) |
| virtual int | size () const |
| virtual void | addObject (DataObject *) |
| void | addObject (int id) |
| virtual void | insertObject (int idx, DataObject *) |
| virtual int | getFirstIdx (int id) const |
| virtual int | getFirstIdx (const DataObject *) const |
| virtual void | removeObject (int idx) |
| virtual void | removeAll () |
| virtual DataObject * | getObject (int idx) |
| const DataObject * | getObject (int idx) const |
| void | setDisplayTransformation (const visBase::Transformation *) |
| const visBase::Transformation * | getDisplayTransformation () const |
| void | setRightHandSystem (bool) |
| bool | isRightHandSystem () const |
| void | setPixelDensity (float dpi) |
| float | getPixelDensity () const |
Public Member Functions inherited from visBase::DataObject | |
| 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 |
| virtual bool | selectable () const |
| void | select () const |
| void | deSelect () const |
| void | updateSel () const |
| virtual bool | isSelected () const |
| virtual NotifierAccess * | selection () |
| virtual NotifierAccess * | deSelection () |
| virtual NotifierAccess * | rightClicked () |
| virtual const TypeSet< int > * | rightClickedPath () const |
| virtual const uiString & | 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 (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 DataObjectGroup * | create () |
| static void | initClass () |
| static const char * | getStaticClassName () |
| static const char * | sFactoryKeyword () |
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 () |
Public Attributes | |
| Notifier< DataObjectGroup > | change |
Protected Member Functions | |
| virtual | ~DataObjectGroup () |
Protected Member Functions inherited from visBase::DataObject | |
| ~DataObject () | |
| virtual osg::StateSet * | getStateSet () |
| void | doAddNodeState (NodeState *ns) |
| virtual void | triggerSel () |
| virtual void | triggerDeSel () |
| virtual void | triggerRightClick (const EventInfo *=0) |
| DataObject () | |
| template<class T > | |
| T * | setOsgNode (T *t) |
| Must be called during construction. More... | |
| void | updateNodemask () |
Protected Member Functions inherited from CallBacker | |
| void | detachAllNotifiers () const |
| Call from the destructor of your inherited object. More... | |
Protected Attributes | |
| osg::Group * | osggroup_ |
| bool | righthandsystem_ |
| float | pixeldensity_ |
| ObjectSet< DataObject > | objects_ |
| bool | separate_ |
Protected Attributes inherited from visBase::DataObject | |
| DataObjectGroup * | parent_ |
Private Member Functions | |
| DataObjectGroup & | operator= (const DataObjectGroup &) |
| DataObjectGroup (const DataObjectGroup &) | |
Static Private Member Functions | |
| static visBase::DataObject * | createInternal () |
|
private |
| visBase::DataObjectGroup::DataObjectGroup | ( | ) |
|
protectedvirtual |
|
virtual |
Reimplemented in visSurvey::Scene, and visBase::Scene.
| void visBase::DataObjectGroup::addObject | ( | int | id | ) |
Calls addObject( DataObject* )
|
inlinestatic |
|
inlinestaticprivate |
|
virtual |
Reimplemented from visBase::DataObject.
Reimplemented in visBase::Transformation, and visBase::Scene.
|
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.
|
virtual |
Reimplemented in visSurvey::Scene.
|
virtual |
|
inlinevirtual |
Reimplemented in visSurvey::Scene.
|
inline |
|
inlinevirtual |
Reimplemented from visBase::DataObject.
|
static |
|
static |
|
virtual |
|
virtual |
Reimplemented from visBase::DataObject.
Reimplemented in visSurvey::Scene.
|
private |
|
virtual |
Reimplemented in visSurvey::Scene.
|
virtual |
Reimplemented in visSurvey::Scene.
|
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.
|
virtual |
Reimplemented from visBase::DataObject.
|
virtual |
Reimplemented from visBase::DataObject.
|
inline |
|
static |
|
virtual |
Set directly after creation, othersize it won't have effect
Reimplemented in visSurvey::Scene.
| Notifier<DataObjectGroup> visBase::DataObjectGroup::change |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017