#include <vuMarchingCubes.h>
Inheritance diagram for vuMCResize:
Public Member Functions | |
vuMCResize (vuMarchingCubes *mc) | |
Default constructor. | |
virtual void | operator() (int) |
Implements the decorator function object operator. | |
Private Member Functions | |
vuMCResize () | |
Hiding the default constructor. | |
Private Attributes | |
vuMarchingCubes * | _mc |
|
Hiding the default constructor.
Definition at line 1297 of file vuMarchingCubes.h. |
|
Default constructor.
Definition at line 2542 of file vuMarchingCubes.cpp. References DEBUGC. |
|
Implements the decorator function object operator.
Implements vuMCDecorator< int >. Definition at line 2548 of file vuMarchingCubes.cpp. References _mc, DEBUG0, and vuMarchingCubes::resize(). |
Here is the call graph for this function:
|
Definition at line 1294 of file vuMarchingCubes.h. Referenced by operator()(). |