#include <component_ocf.h>

Public Types | |
| typedef A | NormalType |
Public Member Functions | |
| NormalType | cN () const |
| template<class RightVertexType > | |
| void | ImportData (const RightVertexType &rightV) |
| bool | IsNormalEnabled () const |
| const NormalType & | N () const |
| NormalType & | N () |
Static Public Member Functions | |
| static bool | HasNormal () |
| static bool | HasNormalOcf () |
Definition at line 308 of file vertex/component_ocf.h.
| typedef A vcg::vertex::NormalOcf< A, T >::NormalType |
Definition at line 310 of file vertex/component_ocf.h.
| NormalType vcg::vertex::NormalOcf< A, T >::cN | ( | ) | const [inline] |
Definition at line 317 of file vertex/component_ocf.h.
| static bool vcg::vertex::NormalOcf< A, T >::HasNormal | ( | ) | [inline, static] |
Definition at line 312 of file vertex/component_ocf.h.
| static bool vcg::vertex::NormalOcf< A, T >::HasNormalOcf | ( | ) | [inline, static] |
Definition at line 313 of file vertex/component_ocf.h.
| void vcg::vertex::NormalOcf< A, T >::ImportData | ( | const RightVertexType & | rightV | ) | [inline] |
Reimplemented in vcg::vertex::MarkOcf< Arity5< vertex::EmptyCore< OcfUsedTypes >, vcg::vertex::InfoOcf, vcg::vertex::Coord3f, vcg::vertex::BitFlags, vcg::vertex::Normal3fOcf, vcg::vertex::VFAdjOcf > >, and vcg::vertex::VFAdjOcf< Arity4< vertex::EmptyCore< OcfUsedTypes >, vcg::vertex::InfoOcf, vcg::vertex::Coord3f, vcg::vertex::BitFlags, vcg::vertex::Normal3fOcf > >.
Definition at line 320 of file vertex/component_ocf.h.
| bool vcg::vertex::NormalOcf< A, T >::IsNormalEnabled | ( | ) | const [inline] |
Definition at line 311 of file vertex/component_ocf.h.
| const NormalType& vcg::vertex::NormalOcf< A, T >::N | ( | ) | const [inline] |
Definition at line 315 of file vertex/component_ocf.h.
| NormalType& vcg::vertex::NormalOcf< A, T >::N | ( | ) | [inline] |
Definition at line 316 of file vertex/component_ocf.h.