#include <vuMarchingCubes.h>
Inheritance diagram for vuMCFrameChange:
Public Member Functions | |
vuMCFrameChange (vuMarchingCubes *mc) | |
virtual void | operator() (float) |
The access method for decorators. | |
Private Member Functions | |
vuMCFrameChange () | |
Default constructor. | |
Private Attributes | |
vuMarchingCubes * | _mc |
|
Default constructor.
Definition at line 1358 of file vuMarchingCubes.h. |
|
Definition at line 2594 of file vuMarchingCubes.cpp. References DEBUGC. |
|
The access method for decorators.
Implements vuMCDecorator< float >. Definition at line 2600 of file vuMarchingCubes.cpp. References _mc, DEBUG0, and vuMarchingCubes::OnChangeFrame(). |
Here is the call graph for this function:
|
Definition at line 1355 of file vuMarchingCubes.h. Referenced by operator()(). |