#include <component.h>
Public Types | |
typedef T::VertexType::NormalType | WedgeNormalType |
Public Member Functions | |
void | Alloc (const int &ns) |
WedgeNormalType | cWN (int j) const |
void | Dealloc () |
template<class RightValueType > | |
void | ImportData (const RightValueType &rightF) |
WedgeNormalType & | WN (int j) |
Static Public Member Functions | |
static bool | HasWedgeNormal () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
WedgeNormalType | _wnorm [3] |
Definition at line 238 of file face/component.h.
typedef T::VertexType::NormalType vcg::face::WedgeNormal< T >::WedgeNormalType |
Definition at line 240 of file face/component.h.
void vcg::face::WedgeNormal< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 245 of file face/component.h.
WedgeNormalType vcg::face::WedgeNormal< T >::cWN | ( | int | j | ) | const [inline] |
Definition at line 242 of file face/component.h.
void vcg::face::WedgeNormal< T >::Dealloc | ( | ) | [inline] |
Definition at line 246 of file face/component.h.
static bool vcg::face::WedgeNormal< T >::HasWedgeNormal | ( | ) | [inline, static] |
Definition at line 247 of file face/component.h.
void vcg::face::WedgeNormal< T >::ImportData | ( | const RightValueType & | rightF | ) | [inline] |
Definition at line 244 of file face/component.h.
static void vcg::face::WedgeNormal< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 248 of file face/component.h.
WedgeNormalType& vcg::face::WedgeNormal< T >::WN | ( | int | j | ) | [inline] |
Definition at line 241 of file face/component.h.
WedgeNormalType vcg::face::WedgeNormal< T >::_wnorm[3] [private] |
Definition at line 251 of file face/component.h.