#include <component_ocf.h>

Public Types | |
| typedef A | NormalType |
Public Member Functions | |
| const NormalType & | cN () const |
| template<class LeftV > | |
| void | ImportData (const LeftV &leftV) |
| const NormalType & | N () const |
| NormalType & | N () |
Static Public Member Functions | |
| static bool | HasNormal () |
| static bool | HasNormalOcf () |
Definition at line 408 of file vertex/component_ocf.h.
| typedef A vcg::vertex::NormalOcf< A, T >::NormalType |
Definition at line 410 of file vertex/component_ocf.h.
| const NormalType& vcg::vertex::NormalOcf< A, T >::cN | ( | ) | const [inline] |
Definition at line 423 of file vertex/component_ocf.h.
| static bool vcg::vertex::NormalOcf< A, T >::HasNormal | ( | ) | [inline, static] |
Definition at line 411 of file vertex/component_ocf.h.
| static bool vcg::vertex::NormalOcf< A, T >::HasNormalOcf | ( | ) | [inline, static] |
Definition at line 412 of file vertex/component_ocf.h.
| void vcg::vertex::NormalOcf< A, T >::ImportData | ( | const LeftV & | leftV | ) | [inline] |
Definition at line 429 of file vertex/component_ocf.h.
| const NormalType& vcg::vertex::NormalOcf< A, T >::N | ( | ) | const [inline] |
Definition at line 418 of file vertex/component_ocf.h.
| NormalType& vcg::vertex::NormalOcf< A, T >::N | ( | ) | [inline] |
Definition at line 414 of file vertex/component_ocf.h.