|
| | ~PickSetDisplay () |
| |
| virtual void | setPosition (int, const Pick::Location &) |
| |
| virtual void | setPosition (int, const Pick::Location &, bool add) |
| |
| Coord3 | getPosition (int loc) const |
| |
| virtual void | removePosition (int idx) |
| |
| virtual void | removeAll () |
| |
| void | setPolylinePos (int, const Coord3 &) |
| |
| void | removePolylinePos (int) |
| |
| ::Quaternion | getDirection (const Pick::Location &) const |
| |
| virtual void | dispChg () |
| |
| virtual void | locChg (const Monitorable::ChangeData &) |
| |
| virtual int | clickedMarkerIndex (const visBase::EventInfo &) const |
| |
| virtual bool | isMarkerClick (const visBase::EventInfo &) const |
| |
| void | otherObjectsMoved (const ObjectSet< const SurveyObject > &, int) |
| |
| virtual void | updateDragger () |
| |
| visBase::MarkerSet * | createOneMarker () const |
| |
| void | turnOnSelectionMode (bool) |
| |
| void | polygonFinishedCB (CallBacker *) |
| |
| void | updateSelections (const visBase::PolygonSelection *) |
| |
| bool | updateMarkerAtSection (const SurveyObject *, int) |
| |
| void | updateLineAtSection () |
| |
| virtual bool | removeSelections (TaskRunner *) |
| |
| virtual bool | draggerNormal () const |
| |
| virtual void | setDraggerNormal (const Coord3 &) |
| |
| | LocationDisplay () |
| |
| virtual bool | hasDirection () const |
| |
| virtual bool | hasText () const |
| |
| virtual int | isDirMarkerClick (const TypeSet< int > &) const |
| |
| void | triggerDeSel () |
| |
| virtual | ~LocationDisplay () |
| |
| LocID | addPick (const Coord3 &, const Sphere &) |
| |
| bool | getPickSurface (const EventInfo &, Coord3 &, Coord3 &) const |
| |
| Coord3 | display2World (const Coord3 &) const |
| |
| Coord3 | world2Display (const Coord3 &) const |
| |
| bool | transformPos (Pick::Location &) const |
| |
| const Coord3 | getActivePlaneNormal (const EventInfo &) const |
| |
| void | handleDraggingEvent (const EventInfo &) |
| |
| void | handleDirectionEvent (const EventInfo &) |
| |
| int | getEventID (const EventInfo &) |
| |
| void | handleMouseDown (const EventInfo &, int, bool) |
| |
| void | handleMouseUp (const EventInfo &, int) |
| |
| void | pickCB (CallBacker *) |
| |
| void | setChgCB (CallBacker *) |
| |
| 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 | 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 &) |
| |
|
| typedef Pick::Set::LocID | LocID |
| |
| typedef visBase::EventInfo | EventInfo |
| |
| virtual void | setSet (Pick::Set *) |
| |
| Pick::Set * | getSet () |
| |
| const Pick::Set * | getSet () const |
| |
| DBKey | getDBKey () const |
| |
| const uiString & | errMsg () const |
| |
| void | fullRedraw (CallBacker *=0) |
| |
| void | showAll (bool yn) |
| |
| bool | allShown () const |
| |
| virtual void | setOnlyAtSectionsDisplay (bool) |
| |
| virtual bool | displayedOnlyAtSections () const |
| |
| virtual BufferString | getManipulationString () const |
| |
| void | getObjectInfo (BufferString &) const |
| |
| void | getMousePosInfo (const EventInfo &, IOPar &) const |
| |
| virtual void | getMousePosInfo (const EventInfo &, Coord3 &, BufferString &, BufferString &) const |
| |
| virtual Color | getColor () const |
| |
| virtual bool | allowsPicks () const |
| |
| virtual bool | isPicking () const |
| |
| virtual NotifierAccess * | getManipulationNotifier () |
| |
| void | setRightHandSystem (bool yn) |
| |
| virtual void | setSceneEventCatcher (visBase::EventCatcher *) |
| |
| int | getPickID (visBase::DataObject *) const |
| |
| const SurveyObject * | getPickedSurveyObject () const |
| |
| bool | canRemoveSelection () const |
| |
| void | removeSelection (const Selector< Coord3 > &, TaskRunner *) |
| |
| bool | setZAxisTransform (ZAxisTransform *, TaskRunner *) |
| |
| const ZAxisTransform * | getZAxisTransform () const |
| |
| 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 *) |
| |
| 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 |
| |
| static const char * | sKeyMaterialID () |
| |
| static const char * | sKeyMaterial () |
| |
| static const char * | sKeyIsOn () |
| |
| 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 void | createReceiverForCurrentThread () |
| |
| static void | removeReceiverForCurrentThread () |
| |
Used for displaying picks.
Picks are positions in 3d (x,y,z) selected by the user by mouseclicks, or generated at random. Picks have a constant size in pixels, and can be visualized by a number of shapes.