#include <vuMarchingCubes.h>
Inheritance diagram for vuMCCubeChange:
Public Member Functions | |
vuMCCubeChange (vuMarchingCubes *mc) | |
Default constructor. | |
virtual void | operator() (int c) |
Implements the entry point as described in vuMCDecorator. | |
Private Attributes | |
vuMarchingCubes * | _mc |
|
Default constructor.
Definition at line 2508 of file vuMarchingCubes.cpp. References DEBUGC. |
|
Implements the entry point as described in vuMCDecorator.
Implements vuMCDecorator< int >. Definition at line 2514 of file vuMarchingCubes.cpp. References _mc, DEBUG0, and vuMarchingCubes::OnCubeChange(). |
Here is the call graph for this function:
|
Definition at line 1255 of file vuMarchingCubes.h. Referenced by operator()(). |