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