#include <component.h>
Public Types | |
typedef T::VertexType::NormalType | NormalType |
Public Member Functions | |
void | Alloc (const int &ns) |
NormalType & | cN () const |
void | Dealloc () |
template<class RightF > | |
void | ImportData (const RightF &rightF) |
NormalType & | N () |
Static Public Member Functions | |
static bool | HasFaceNormal () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
NormalType | _norm |
Definition at line 230 of file face/component.h.
typedef T::VertexType::NormalType vcg::face::NormalFromVert< T >::NormalType |
Definition at line 232 of file face/component.h.
void vcg::face::NormalFromVert< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 237 of file face/component.h.
NormalType& vcg::face::NormalFromVert< T >::cN | ( | ) | const [inline] |
Definition at line 234 of file face/component.h.
void vcg::face::NormalFromVert< T >::Dealloc | ( | ) | [inline] |
Definition at line 238 of file face/component.h.
static bool vcg::face::NormalFromVert< T >::HasFaceNormal | ( | ) | [inline, static] |
Definition at line 239 of file face/component.h.
void vcg::face::NormalFromVert< T >::ImportData | ( | const RightF & | rightF | ) | [inline] |
Definition at line 236 of file face/component.h.
NormalType& vcg::face::NormalFromVert< T >::N | ( | ) | [inline] |
Definition at line 233 of file face/component.h.
static void vcg::face::NormalFromVert< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 242 of file face/component.h.
NormalType vcg::face::NormalFromVert< T >::_norm [private] |
Definition at line 245 of file face/component.h.