|
| virtual int | nrChannels () const =0 |
| |
| virtual bool | addChannel ()=0 |
| |
| virtual bool | enableNotify (bool)=0 |
| |
| virtual void | touch ()=0 |
| |
| virtual void | setNrChannels (int)=0 |
| |
| 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 |
| |
| 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 void | setDisplayTransformation (const visBase::Transformation *) |
| |
| virtual const visBase::Transformation * | getDisplayTransformation () const |
| |
| virtual void | setRightHandSystem (bool yn) |
| |
| virtual bool | isRightHandSystem () 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) |
| |
| | 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...
|
| |
A destination where the texturechannels can put the mapped data. The class instantiation is provided by the TextureChannel2RGBA.