#include <component.h>
Public Types | |
typedef A | WedgeNormalType |
Public Member Functions | |
void | Alloc (const int &ns) |
WedgeNormalType | cWN (int i) const |
void | Dealloc () |
template<class RightValueType > | |
void | ImportData (const RightValueType &rightF) |
WedgeNormalType & | WN (int i) |
Static Public Member Functions | |
static bool | HasWedgeNormal () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
WedgeNormalType | _wn [3] |
Definition at line 254 of file face/component.h.
typedef A vcg::face::WedgeRealNormal< A, T >::WedgeNormalType |
Definition at line 256 of file face/component.h.
void vcg::face::WedgeRealNormal< A, T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 261 of file face/component.h.
WedgeNormalType vcg::face::WedgeRealNormal< A, T >::cWN | ( | int | i | ) | const [inline] |
Definition at line 258 of file face/component.h.
void vcg::face::WedgeRealNormal< A, T >::Dealloc | ( | ) | [inline] |
Definition at line 262 of file face/component.h.
static bool vcg::face::WedgeRealNormal< A, T >::HasWedgeNormal | ( | ) | [inline, static] |
Definition at line 263 of file face/component.h.
void vcg::face::WedgeRealNormal< A, T >::ImportData | ( | const RightValueType & | rightF | ) | [inline] |
Definition at line 260 of file face/component.h.
static void vcg::face::WedgeRealNormal< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::face::WedgeRealNormal3d< TT >, vcg::face::WedgeRealNormal3f< TT >, and vcg::face::WedgeRealNormal3s< TT >.
Definition at line 264 of file face/component.h.
WedgeNormalType& vcg::face::WedgeRealNormal< A, T >::WN | ( | int | i | ) | [inline] |
Definition at line 257 of file face/component.h.
WedgeNormalType vcg::face::WedgeRealNormal< A, T >::_wn[3] [private] |
Definition at line 267 of file face/component.h.