![]() |
OpendTect
6.3
|
Classes | |
| struct | PlaneIntersectInfo |
Public Member Functions | |
| MarchingCubesDisplay () | |
| mDefaultFactoryInstantiation (visSurvey::SurveyObject, MarchingCubesDisplay,"MarchingCubesDisplay",::toUiString(sFactoryKeyword())) | |
| DBKey | getDBKey () const |
| bool | isInlCrl () const |
| bool | hasColor () const |
| bool | usesColor () const |
| Color | getColor () const |
| void | setColor (Color) |
| bool | allowMaterialEdit () const |
| NotifierAccess * | materialChange () |
| void | useTexture (bool yn) |
| bool | usesTexture () const |
| bool | showsTexture () const |
| bool | canShowTexture () const |
| void | setDisplayTransformation (const mVisTrans *) |
| const mVisTrans * | getDisplayTransformation () const |
| bool | setVisSurface (visBase::MarchingCubesSurface *) |
| Creates an EMObject for it. More... | |
| bool | setEMID (const EM::ObjectID &, TaskRunner *) |
| EM::ObjectID | getEMID () const |
| const uiString & | errMsg () const |
| SurveyObject::AttribFormat | getAttributeFormat (int) const |
| int | nrAttribs () const |
| bool | canAddAttrib (int) const |
| bool | canRemoveAttrib () const |
| bool | canHandleColTabSeqTrans (int) const |
| const ColTab::Mapper & | getColTabMapper (int) const |
| void | setColTabMapper (int, const ColTab::Mapper &, TaskRunner *) |
| const ColTab::Sequence & | getColTabSequence (int) const |
| bool | canSetColTabSequence () const |
| void | setColTabSequence (int, const ColTab::Sequence &, TaskRunner *) |
| void | setSelSpecs (int attrib, const TypeSet< Attrib::SelSpec > &) |
| const Attrib::SelSpec * | getSelSpec (int attrib, int version=0) const |
| const TypeSet< Attrib::SelSpec > * | getSelSpecs (int attrib) const |
| void | setDepthAsAttrib (int) |
| void | setIsoPatch (int) |
| void | enableAttrib (int attrib, bool yn) |
| bool | isAttribEnabled (int attrib) const |
| bool | hasSingleColorFallback () const |
| void | getRandomPos (DataPointSet &, TaskRunner *) const |
| void | setRandomPosData (int attrib, const DataPointSet *, TaskRunner *) |
| void | setOnlyAtSectionsDisplay (bool yn) |
| bool | displayedOnlyAtSections () const |
| bool | canRemoveSelection () const |
| void | removeSelection (const Selector< Coord3 > &, TaskRunner *) |
| EM::MarchingCubesSurface * | getMCSurface () const |
| visBase::MarchingCubesSurface * | getDisplaySurface () 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 |
| 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 |
| 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 void | setPixelDensity (float dpi) |
| 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 (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 |
Protected Member Functions | |
| virtual | ~MarchingCubesDisplay () |
| bool | updateVisFromEM (bool onlyshape, TaskRunner *) |
| virtual void | fillPar (IOPar &) const |
| virtual bool | usePar (const IOPar &) |
| void | materialChangeCB (CallBacker *) |
| void | getMousePosInfo (const visBase::EventInfo &ei, IOPar &iop) const |
| void | getMousePosInfo (const visBase::EventInfo &, Coord3 &xyzpos, BufferString &val, BufferString &info) const |
| void | otherObjectsMoved (const ObjectSet< const SurveyObject > &, int whichobj) |
| void | updateIntersectionDisplay () |
| void | updateSingleColor () |
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 | 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 | |
| ~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 () const |
| 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 * | sKeyAttribSelSpec () |
| static const char * | sKeyColTabMapper () |
| static const char * | sKeyColTabSequence () |
| static const char * | sKeyUseTexture () |
Static Protected Member Functions inherited from visSurvey::SurveyObject | |
| static int | cValNameOffset () |
Protected Attributes | |
| visBase::MarchingCubesSurface * | displaysurface_ |
| EM::MarchingCubesSurface * | emsurface_ |
| TypeSet< Attrib::SelSpec > | as_ |
| ObjectSet< DataPointSet > | cache_ |
| bool | usestexture_ |
| bool | validtexture_ |
| bool | isattribenabled_ |
| EM::ImplicitBody * | impbody_ |
| bool | displayintersections_ |
| ObjectSet< PlaneIntersectInfo > | intsinfo_ |
| visBase::Transformation * | model2displayspacetransform_ |
| const mVisTrans * | intersectiontransform_ |
Protected Attributes inherited from visBase::VisualObjectImpl | |
| Material * | material_ |
| bool | righthandsystem_ |
Protected Attributes inherited from visBase::DataObject | |
| DataObjectGroup * | parent_ |
Protected Attributes inherited from visSurvey::SurveyObject | |
| uiString | errmsg_ |
| Scene * | scene_ |
| int | updatestagenr_ |
| bool | locked_ |
| ObjectSet< BufferStringSet > | userrefs_ |
| const Survey::Geometry3D * | s3dgeom_ |
| BufferString | survname_ |
| bool | saveinsessionsflag_ |
Private Member Functions | |
| mODTextTranslationClass (MarchingCubesDisplay) | |
Additional Inherited Members | |
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 (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 () |
| visSurvey::MarchingCubesDisplay::MarchingCubesDisplay | ( | ) |
|
protectedvirtual |
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
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.
| bool visSurvey::MarchingCubesDisplay::canShowTexture | ( | ) | const |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visBase::DataObject.
|
protectedvirtual |
Reimplemented from visBase::VisualObjectImpl.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inline |
|
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.
| EM::ObjectID visSurvey::MarchingCubesDisplay::getEMID | ( | ) | const |
|
inline |
|
protectedvirtual |
Reimplemented from visSurvey::SurveyObject.
|
protectedvirtual |
Reimplemented from visSurvey::SurveyObject.
|
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.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
inlinevirtual |
Reimplemented from visSurvey::SurveyObject.
| NotifierAccess* visSurvey::MarchingCubesDisplay::materialChange | ( | ) |
|
protectedvirtual |
Reimplemented from visBase::VisualObjectImpl.
| visSurvey::MarchingCubesDisplay::mDefaultFactoryInstantiation | ( | visSurvey::SurveyObject | , |
| MarchingCubesDisplay | , | ||
| "MarchingCubesDisplay" | , | ||
| ::toUiString(sFactoryKeyword()) | |||
| ) |
|
private |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
protectedvirtual |
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.
| void visSurvey::MarchingCubesDisplay::removeSelection | ( | const Selector< Coord3 > & | , |
| TaskRunner * | |||
| ) |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| void visSurvey::MarchingCubesDisplay::setDepthAsAttrib | ( | int | ) |
| void visSurvey::MarchingCubesDisplay::setDisplayTransformation | ( | const mVisTrans * | ) |
| bool visSurvey::MarchingCubesDisplay::setEMID | ( | const EM::ObjectID & | , |
| TaskRunner * | |||
| ) |
| void visSurvey::MarchingCubesDisplay::setIsoPatch | ( | int | ) |
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| bool visSurvey::MarchingCubesDisplay::setVisSurface | ( | visBase::MarchingCubesSurface * | ) |
Creates an EMObject for it.
| bool visSurvey::MarchingCubesDisplay::showsTexture | ( | ) | const |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from visBase::VisualObjectImpl.
|
virtual |
Reimplemented from visSurvey::SurveyObject.
| bool visSurvey::MarchingCubesDisplay::usesTexture | ( | ) | const |
| void visSurvey::MarchingCubesDisplay::useTexture | ( | bool | yn | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017