|
| | Horizon2DDisplay () |
| |
| | mDefaultFactoryInstantiation (visSurvey::SurveyObject, Horizon2DDisplay,"Horizon2DDisplay", toUiString(sFactoryKeyword())) |
| |
| void | setDisplayTransformation (const mVisTrans *) |
| |
| void | getMousePosInfo (const visBase::EventInfo &e, IOPar &i) const |
| |
| virtual void | getMousePosInfo (const visBase::EventInfo &, Coord3 &, BufferString &val, BufferString &info) const |
| |
| void | setLineStyle (const OD::LineStyle &) |
| |
| bool | setEMObject (const EM::ObjectID &, TaskRunner *) |
| |
| EM::SectionID | getSectionID (int visid) const |
| |
| TypeSet< EM::SectionID > | getSectionIDs () const |
| |
| bool | setZAxisTransform (ZAxisTransform *, TaskRunner *) |
| |
| const visBase::PointSet * | getPointSet (const EM::SectionID &) const |
| |
| const visBase::PolyLine3D * | getLine (const EM::SectionID &) const |
| |
| const Color | getLineColor () const |
| |
| void | doOtherObjectsMoved (const ObjectSet< const SurveyObject > &, int whichobj) |
| |
| virtual void | setPixelDensity (float) |
| |
| void | initSelectionDisplay (bool erase) |
| |
| virtual void | updateSelections () |
| |
| virtual void | clearSelections () |
| |
| 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 | 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 |
| |
| 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 const visBase::Transformation * | getDisplayTransformation () const |
| |
| 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) |
| |
| | 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 |
| |
|
| | ~Horizon2DDisplay () |
| |
| void | removeSectionDisplay (const EM::SectionID &) |
| |
| bool | addSection (const EM::SectionID &, TaskRunner *) |
| |
| void | updateSection (int idx, const LineRanges *lr=0) |
| |
| void | emChangeCB (CallBacker *) |
| |
| void | otherObjectsMoved (const ObjectSet< const SurveyObject > &, int whichobj) |
| |
| void | updateLinesOnSections (const ObjectSet< const Seis2DDisplay > &) |
| |
| void | updateSeedsOnSections (const ObjectSet< const Seis2DDisplay > &) |
| |
| void | zAxisTransformChg (CallBacker *) |
| |
| void | removeVolumesOfInterest () |
| |
| void | fillPar (IOPar &) const |
| |
| bool | usePar (const IOPar &) |
| |
| bool | calcLine2DIntersections (const TypeSet< Pos::GeomID > &, Line2DInterSectionSet &) |
| |
| void | calcLine2DInterSectionSet () |
| |
| void | updateIntersectionMarkers (const ObjectSet< const Seis2DDisplay > &) |
| |
| void | updateIntersectionPoint (const Pos::GeomID, const Pos::GeomID, const Line2DInterSection *) |
| |
| bool | shouldDisplayIntersections (const Seis2DDisplay &) |
| |
| | EMObjectDisplay () |
| |
| | ~EMObjectDisplay () |
| |
| virtual void | removeEMStuff () |
| |
| virtual EM::PosID | findClosestNode (const Coord3 &) const |
| |
| virtual void | clickCB (CallBacker *) |
| |
| virtual void | updatePosAttrib (int attrib) |
| |
| void | polygonFinishedCB (CallBacker *) |
| |
| virtual void | handleEmChange (const EM::EMObjectCallbackData &) |
| |
| 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...
|
| |
| void | triggerSel () |
| |
| void | triggerDeSel () |
| |
| void | triggerRightClick (const EventInfo *) |
| |
| | VisualObject (bool selectable=false) |
| |
| | ~VisualObject () |
| |
| | ~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 () |
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object. More...
|
| |
| | SurveyObject () |
| |
| | ~SurveyObject () |
| |
| void | initAdaptiveMouseCursor (CallBacker *eventcb, int objid, int inplanedragkeys, MouseCursor &) |
| |