|
| 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 (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...
|
|
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.