|
| | ExplicitMarchingCubesSurface (MarchingCubesSurface *) |
| |
| | ~ExplicitMarchingCubesSurface () |
| |
| void | setSurface (MarchingCubesSurface *) |
| |
| MarchingCubesSurface * | getSurface () |
| |
| const MarchingCubesSurface * | getSurface () const |
| |
| void | removeAll (bool deep) |
| |
| bool | update (bool forceall, TaskRunner *=0) |
| |
| bool | needsUpdate () const |
| |
| bool | createsNormals () const |
| |
| | 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 |
| |
| virtual | ~IndexedShape () |
| |
| virtual void | setCoordList (Coord3List *cl, Coord3List *nl=0, Coord3List *texturecoords=0, bool createnew=true) |
| |
| virtual void | setRightHandedNormals (bool) |
| |
| 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 |
| |
A triangulated representation of an MarchingCubesSurface.