#include <vertex_component.h>
Public Types | |
typedef OSG::Vec3f | NormalType |
typedef OSG::Real32 | ScalarType |
Public Member Functions | |
const NormalType | cN () const |
NormalType & | N () |
Static Public Member Functions | |
static bool | HasNormal () |
static bool | HasNormalOcc () |
static void | Name (std::vector< std::string > &name) |
Definition at line 197 of file vertex_component.h.
typedef OSG::Vec3f vcg::vert::EmptyOSGNormal< T >::NormalType |
Definition at line 200 of file vertex_component.h.
typedef OSG::Real32 vcg::vert::EmptyOSGNormal< T >::ScalarType |
Definition at line 201 of file vertex_component.h.
const NormalType vcg::vert::EmptyOSGNormal< T >::cN | ( | ) | const [inline] |
Definition at line 203 of file vertex_component.h.
static bool vcg::vert::EmptyOSGNormal< T >::HasNormal | ( | ) | [inline, static] |
Definition at line 204 of file vertex_component.h.
static bool vcg::vert::EmptyOSGNormal< T >::HasNormalOcc | ( | ) | [inline, static] |
Definition at line 205 of file vertex_component.h.
NormalType& vcg::vert::EmptyOSGNormal< T >::N | ( | ) | [inline] |
Definition at line 202 of file vertex_component.h.
static void vcg::vert::EmptyOSGNormal< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 206 of file vertex_component.h.