#include <vertex_component.h>
Public Types | |
typedef OSGNormalCore< NormalType > | CoreType |
Can be a OSG basic type as : OSG::Int16, OSG::Real32, OSG::Real64 etc... | |
typedef A | NormalType |
typedef NormalType::ValueType | ScalarType |
Must be a OSG::Vec3 type as : OSG::Vec3s, OSG:Vec3f, OSG::Vec3d etc... | |
Public Member Functions | |
CoreType & | N () |
OSGNormal () | |
~OSGNormal () | |
Static Public Member Functions | |
static bool | HasNormal () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
CoreType * | _corep |
Definition at line 209 of file vertex_component.h.
typedef OSGNormalCore< NormalType > vcg::vert::OSGNormal< A, T >::CoreType |
Can be a OSG basic type as : OSG::Int16, OSG::Real32, OSG::Real64 etc...
Definition at line 214 of file vertex_component.h.
typedef A vcg::vert::OSGNormal< A, T >::NormalType |
Definition at line 212 of file vertex_component.h.
typedef NormalType::ValueType vcg::vert::OSGNormal< A, T >::ScalarType |
Must be a OSG::Vec3 type as : OSG::Vec3s, OSG:Vec3f, OSG::Vec3d etc...
Definition at line 213 of file vertex_component.h.
vcg::vert::OSGNormal< A, T >::OSGNormal | ( | ) | [inline] |
Definition at line 215 of file vertex_component.h.
vcg::vert::OSGNormal< A, T >::~OSGNormal | ( | ) | [inline] |
Definition at line 216 of file vertex_component.h.
static bool vcg::vert::OSGNormal< A, T >::HasNormal | ( | ) | [inline, static] |
Definition at line 224 of file vertex_component.h.
CoreType& vcg::vert::OSGNormal< A, T >::N | ( | ) | [inline] |
Definition at line 217 of file vertex_component.h.
static void vcg::vert::OSGNormal< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vert::OSGNormal3f< T >.
Definition at line 225 of file vertex_component.h.
CoreType* vcg::vert::OSGNormal< A, T >::_corep [private] |
Definition at line 227 of file vertex_component.h.