#include <simple_volume.h>
Public Types | |
| typedef _ScalarType | ScalarType |
Public Member Functions | |
| vcg::Point3< ScalarType > | N () const |
| vcg::Point3< ScalarType > & | N () |
| float & | V () |
| float | V () const |
| ScalarType & | V () |
| ScalarType | V () const |
Static Public Member Functions | |
| static bool | HasNormal () |
Private Attributes | |
| float | _v |
| _ScalarType | _v |
Definition at line 90 of file simple_volume.h.
| typedef _ScalarType vcg::SimpleVoxel< _ScalarType >::ScalarType |
Definition at line 119 of file mc_trivial_walker.h.
| static bool vcg::SimpleVoxel< _ScalarType >::HasNormal | ( | ) | [inline, static] |
Definition at line 122 of file mc_trivial_walker.h.
| vcg::Point3<ScalarType> vcg::SimpleVoxel< _ScalarType >::N | ( | ) | const [inline] |
Definition at line 123 of file mc_trivial_walker.h.
| vcg::Point3<ScalarType>& vcg::SimpleVoxel< _ScalarType >::N | ( | ) | [inline] |
Definition at line 124 of file mc_trivial_walker.h.
| float& vcg::SimpleVoxel< _ScalarType >::V | ( | ) | [inline] |
Definition at line 95 of file simple_volume.h.
| float vcg::SimpleVoxel< _ScalarType >::V | ( | ) | const [inline] |
Definition at line 96 of file simple_volume.h.
| ScalarType& vcg::SimpleVoxel< _ScalarType >::V | ( | ) | [inline] |
Definition at line 120 of file mc_trivial_walker.h.
| ScalarType vcg::SimpleVoxel< _ScalarType >::V | ( | ) | const [inline] |
Definition at line 121 of file mc_trivial_walker.h.
float vcg::SimpleVoxel< _ScalarType >::_v [private] |
Definition at line 93 of file simple_volume.h.
_ScalarType vcg::SimpleVoxel< _ScalarType >::_v [private] |
Definition at line 117 of file mc_trivial_walker.h.