#include <vuMarchingCubes.h>
Inheritance diagram for vuMCDecorator< t >:
Public Member Functions | |
virtual void | operator() (t val)=0 |
The access method for decorators. |
This class is overwritten by classes that do concrete work in vuMarchingCubes. The idea is to define a single entry point for classes (such as the widget classes) which do not know anything about vuMarchingCubes. Therefor this class only defines the entry point.
Definition at line 272 of file vuMarchingCubes.h.
|
The access method for decorators.
Implemented in vuMCCubeChange, vuMCRender, vuMCResize, vuMCBackgroundChange, vuMCProgress, vuMCFrameChange, vuMCThresChange, vuMCNormalLengthChange, vuMCObjectColorChange, vuMCLineColorChange, vuMCCubeSizeChange, and vuMCSelectType. |