#include <component.h>
Public Types | |
| typedef A | NormalType |
Public Member Functions | |
| void | Alloc (const int &ns) |
| NormalType const & | cWN (const int i) const |
| void | Dealloc () |
| template<class RightF > | |
| void | ImportData (const RightF &rightF) |
| NormalType & | WN (const int i) |
Static Public Member Functions | |
| static bool | HasWedgeNormal () |
| static void | Name (std::vector< std::string > &name) |
Private Attributes | |
| NormalType | _wn [3] |
Definition at line 292 of file face/component.h.
| typedef A vcg::face::WedgeRealNormal< A, T >::NormalType |
Definition at line 294 of file face/component.h.
| void vcg::face::WedgeRealNormal< A, T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 299 of file face/component.h.
| NormalType const& vcg::face::WedgeRealNormal< A, T >::cWN | ( | const int | i | ) | const [inline] |
Definition at line 296 of file face/component.h.
| void vcg::face::WedgeRealNormal< A, T >::Dealloc | ( | ) | [inline] |
Definition at line 300 of file face/component.h.
| static bool vcg::face::WedgeRealNormal< A, T >::HasWedgeNormal | ( | ) | [inline, static] |
Definition at line 301 of file face/component.h.
| void vcg::face::WedgeRealNormal< A, T >::ImportData | ( | const RightF & | rightF | ) | [inline] |
Definition at line 298 of file face/component.h.
| static void vcg::face::WedgeRealNormal< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::face::WedgeRealNormal3s< TT >, vcg::face::WedgeRealNormal3f< TT >, and vcg::face::WedgeRealNormal3d< TT >.
Definition at line 302 of file face/component.h.
| NormalType& vcg::face::WedgeRealNormal< A, T >::WN | ( | const int | i | ) | [inline] |
Definition at line 295 of file face/component.h.
NormalType vcg::face::WedgeRealNormal< A, T >::_wn[3] [private] |
Definition at line 305 of file face/component.h.