Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <MarchingCubes.hpp>

Public Member Functions | |
| virtual const char * | className () |
| Returns the name of the class. | |
| VolumeInfo (Volume *vol, float threshold, const vl::fvec4 &color) | |
| VolumeInfo (Volume *vol, float threshold) | |
| void | setColor (const vl::fvec4 &col) |
| const vl::fvec4 & | color () const |
| void | setThreshold (float t) |
| float | threshold () const |
| void | setVolume (Volume *vol) |
| Volume * | volume () const |
| void | setVert0 (int index) |
| int | vert0 () const |
| void | setVertC (int count) |
| int | vertC () const |
Protected Attributes | |
| vl::fvec4 | mColor |
| float | mThreshold |
| vl::ref< Volume > | mVolume |
| int | mVert0 |
| int | mVertC |
| vlVolume::VolumeInfo::VolumeInfo | ( | Volume * | vol, | |
| float | threshold, | |||
| const vl::fvec4 & | color | |||
| ) | [inline] |
| vlVolume::VolumeInfo::VolumeInfo | ( | Volume * | vol, | |
| float | threshold | |||
| ) | [inline] |
| virtual const char* vlVolume::VolumeInfo::className | ( | ) | [inline, virtual] |
| void vlVolume::VolumeInfo::setColor | ( | const vl::fvec4 & | col | ) | [inline] |
| const vl::fvec4& vlVolume::VolumeInfo::color | ( | ) | const [inline] |
| void vlVolume::VolumeInfo::setThreshold | ( | float | t | ) | [inline] |
| float vlVolume::VolumeInfo::threshold | ( | ) | const [inline] |
| void vlVolume::VolumeInfo::setVolume | ( | Volume * | vol | ) | [inline] |
| Volume* vlVolume::VolumeInfo::volume | ( | ) | const [inline] |
| void vlVolume::VolumeInfo::setVert0 | ( | int | index | ) | [inline] |
| int vlVolume::VolumeInfo::vert0 | ( | ) | const [inline] |
| void vlVolume::VolumeInfo::setVertC | ( | int | count | ) | [inline] |
| int vlVolume::VolumeInfo::vertC | ( | ) | const [inline] |
vl::fvec4 vlVolume::VolumeInfo::mColor [protected] |
float vlVolume::VolumeInfo::mThreshold [protected] |
vl::ref<Volume> vlVolume::VolumeInfo::mVolume [protected] |
int vlVolume::VolumeInfo::mVert0 [protected] |
int vlVolume::VolumeInfo::mVertC [protected] |