Defines the volume parameters to be used with a MarchingCube and Volume object.
More...
#include <MarchingCubes.hpp>
List of all members.
Detailed Description
Defines the volume parameters to be used with a MarchingCube and Volume object.
Constructor & Destructor Documentation
| vlVolume::VolumeInfo::VolumeInfo |
( |
Volume * |
vol, |
|
|
float |
threshold, |
|
|
const vl::fvec4 & |
color |
|
) |
| [inline] |
| vlVolume::VolumeInfo::VolumeInfo |
( |
Volume * |
vol, |
|
|
float |
threshold |
|
) |
| [inline] |
Member Function Documentation
| virtual const char* vlVolume::VolumeInfo::className |
( |
) |
[inline, virtual] |
Returns the name of the class.
Reimplemented from vl::Object.
| 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] |
Member Data Documentation
The documentation for this class was generated from the following file: