#include <mc_trivial_walker.h>
Public Types | |
typedef _ScalarType | ScalarType |
Public Member Functions | |
vcg::Point3< ScalarType > & | N () |
vcg::Point3< ScalarType > | N () const |
ScalarType & | V () |
ScalarType | V () const |
Static Public Member Functions | |
static bool | HasNormal () |
Private Attributes | |
vcg::Point3< _ScalarType > | _n |
_ScalarType | _v |
Definition at line 128 of file mc_trivial_walker.h.
typedef _ScalarType vcg::SimpleVoxelWithNormal< _ScalarType >::ScalarType |
Definition at line 134 of file mc_trivial_walker.h.
static bool vcg::SimpleVoxelWithNormal< _ScalarType >::HasNormal | ( | ) | [inline, static] |
Definition at line 139 of file mc_trivial_walker.h.
vcg::Point3<ScalarType>& vcg::SimpleVoxelWithNormal< _ScalarType >::N | ( | ) | [inline] |
Definition at line 137 of file mc_trivial_walker.h.
vcg::Point3<ScalarType> vcg::SimpleVoxelWithNormal< _ScalarType >::N | ( | ) | const [inline] |
Definition at line 138 of file mc_trivial_walker.h.
ScalarType& vcg::SimpleVoxelWithNormal< _ScalarType >::V | ( | ) | [inline] |
Definition at line 135 of file mc_trivial_walker.h.
ScalarType vcg::SimpleVoxelWithNormal< _ScalarType >::V | ( | ) | const [inline] |
Definition at line 136 of file mc_trivial_walker.h.
vcg::Point3<_ScalarType> vcg::SimpleVoxelWithNormal< _ScalarType >::_n [private] |
Definition at line 132 of file mc_trivial_walker.h.
_ScalarType vcg::SimpleVoxelWithNormal< _ScalarType >::_v [private] |
Definition at line 131 of file mc_trivial_walker.h.