#include <vuMarchingCubes.h>
Inheritance diagram for vuMCRender:
Public Member Functions | |
vuMCRender (vuMarchingCubes *mc) | |
Default constructor. | |
virtual void | operator() (float) |
Implements the decorator function object operator. | |
Private Member Functions | |
vuMCRender () | |
Hiding the default constructor. | |
Private Attributes | |
vuMarchingCubes * | _mc |
|
Hiding the default constructor.
Definition at line 1276 of file vuMarchingCubes.h. |
|
Default constructor.
Definition at line 2525 of file vuMarchingCubes.cpp. References DEBUGC. |
|
Implements the decorator function object operator.
Implements vuMCDecorator< float >. Definition at line 2531 of file vuMarchingCubes.cpp. References _mc, DEBUG0, and vuMarchingCubes::redraw(). |
Here is the call graph for this function:
|
Definition at line 1273 of file vuMarchingCubes.h. Referenced by operator()(). |