#include <component.h>
Public Types | |
typedef T::VertexType::NormalType | NormalType |
Public Member Functions | |
void | Alloc (const int &ns) |
const NormalType | cWN (const int j) const |
void | Dealloc () |
template<class RightF > | |
void | ImportData (const RightF &rightF) |
NormalType & | WN (const int j) |
Static Public Member Functions | |
static bool | HasWedgeNormal () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
NormalType | _wnorm [3] |
Definition at line 276 of file face/component.h.
typedef T::VertexType::NormalType vcg::face::WedgeNormal< T >::NormalType |
Definition at line 278 of file face/component.h.
void vcg::face::WedgeNormal< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 283 of file face/component.h.
const NormalType vcg::face::WedgeNormal< T >::cWN | ( | const int | j | ) | const [inline] |
Definition at line 280 of file face/component.h.
void vcg::face::WedgeNormal< T >::Dealloc | ( | ) | [inline] |
Definition at line 284 of file face/component.h.
static bool vcg::face::WedgeNormal< T >::HasWedgeNormal | ( | ) | [inline, static] |
Definition at line 285 of file face/component.h.
void vcg::face::WedgeNormal< T >::ImportData | ( | const RightF & | rightF | ) | [inline] |
Definition at line 282 of file face/component.h.
static void vcg::face::WedgeNormal< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 286 of file face/component.h.
NormalType& vcg::face::WedgeNormal< T >::WN | ( | const int | j | ) | [inline] |
Definition at line 279 of file face/component.h.
NormalType vcg::face::WedgeNormal< T >::_wnorm[3] [private] |
Definition at line 289 of file face/component.h.