|
| | ExplicitIndexedShape () |
| |
| | ~ExplicitIndexedShape () |
| |
| const Coord3List * | normalCoordList () const |
| |
| Coord3List * | normalCoordList () |
| |
| const Coord3List * | textureCoordList () const |
| |
| Coord3List * | textureCoordList () |
| |
| int | addGeometry (IndexedGeometry *ig) |
| |
| void | removeFromGeometries (const IndexedGeometry *ig) |
| |
| void | removeFromGeometries (int geoidx) |
| |
| virtual | ~IndexedShape () |
| |
| virtual void | setCoordList (Coord3List *cl, Coord3List *nl=0, Coord3List *texturecoords=0, bool createnew=true) |
| |
| virtual bool | needsUpdate () const |
| |
| virtual bool | update (bool forceall, TaskRunner *=0) |
| |
| virtual void | setRightHandedNormals (bool) |
| |
| virtual void | removeAll (bool deep) |
| |
| virtual bool | createsNormals () const |
| |
| virtual bool | createsTextureCoords () const |
| |
| const ObjectSet< IndexedGeometry > & | getGeometry () const |
| |
| ObjectSet< IndexedGeometry > & | getGeometry () |
| |
| const Coord3List * | coordList () const |
| |
| Coord3List * | coordList () |
| |
| const Coord3List * | normalCoordList () const |
| |
| Coord3List * | normalCoordList () |
| |
| const Coord3List * | textureCoordList () const |
| |
| Coord3List * | textureCoordList () |
| |
| int | getVersion () const |
| |
| | 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...
|
| |