#include <component_ocf.h>

Public Types | |
| typedef A | NormalType |
Public Member Functions | |
| NormalType | cN () const |
| template<class RightFaceType > | |
| void | ImportData (const RightFaceType &rightF) |
| bool | IsNormalEnabled () const |
| NormalType & | N () |
Static Public Member Functions | |
| static bool | HasNormal () |
| static bool | HasNormalOcf () |
Definition at line 466 of file face/component_ocf.h.
| typedef A vcg::face::NormalOcf< A, T >::NormalType |
Definition at line 468 of file face/component_ocf.h.
| NormalType vcg::face::NormalOcf< A, T >::cN | ( | ) | const [inline] |
Definition at line 477 of file face/component_ocf.h.
| static bool vcg::face::NormalOcf< A, T >::HasNormal | ( | ) | [inline, static] |
Definition at line 470 of file face/component_ocf.h.
| static bool vcg::face::NormalOcf< A, T >::HasNormalOcf | ( | ) | [inline, static] |
Definition at line 471 of file face/component_ocf.h.
| void vcg::face::NormalOcf< A, T >::ImportData | ( | const RightFaceType & | rightF | ) | [inline] |
Definition at line 483 of file face/component_ocf.h.
| bool vcg::face::NormalOcf< A, T >::IsNormalEnabled | ( | ) | const [inline] |
Definition at line 469 of file face/component_ocf.h.
| NormalType& vcg::face::NormalOcf< A, T >::N | ( | ) | [inline] |
Definition at line 473 of file face/component_ocf.h.