#include <MarchingCubes.h>
Inheritance diagram for vu1112211:
Public Member Functions | |
vu1112211 () | |
Default constructor creating an empty instance. | |
vu1112211 (const vu1112211 &inst) | |
Copy constructor which does a deep copy. | |
virtual | ~vu1112211 () |
Destructor. | |
vu1112211 & | operator= (const vu1112211 &rhs) |
Assignment operator which does a deep copy. | |
void | render () |
Implements the abstract render() method of the vuVolume base class. | |
virtual bool | read () |
Reimplements the read() method to do some extra volume data processing. |
Definition at line 38 of file MarchingCubes.h.
|
Default constructor creating an empty instance.
Definition at line 23 of file MarchingCubes.cpp. References DEBUG0. |
|
Copy constructor which does a deep copy.
Definition at line 32 of file MarchingCubes.cpp. References DEBUG0. |
|
Destructor.
Definition at line 41 of file MarchingCubes.cpp. References DEBUG0. |
|
Assignment operator which does a deep copy.
Definition at line 50 of file MarchingCubes.cpp. References DEBUG0, and vu1112::operator=(). |
Here is the call graph for this function:
|
Reimplements the read() method to do some extra volume data processing. After that we get the data size. And calculate a correspinding file size. Reimplemented from vu11122. Definition at line 73 of file MarchingCubes.cpp. References buffer, DEBUG0, DEBUG2, MarchingCubesBase::EndProgress(), MarchingCubesBase::SetProgressText(), MarchingCubesBase::Size(), MarchingCubesBase::StartProgress(), and MarchingCubesBase::UpdateProgress(). |
Here is the call graph for this function:
|
Implements the abstract render() method of the vuVolume base class.
Reimplemented from vu11122. Definition at line 136 of file MarchingCubes.cpp. References DEBUG0, and MarchingCubesBase::glRender(). |
Here is the call graph for this function: