#include <vertex_component.h>
Public Types | |
typedef A | CoordType |
typedef OSGCoordCore< CoordType > | CoreType |
Can be a OSG basic type as : OSG::Int16, OSG::Real32, OSG::Real64 etc... | |
typedef CoordType::ValueType | ScalarType |
Must be a OSG::Pnt3 type as : OSG::Pnt3s, OSG:Pnt3f, OSG::Pnt3d etc... | |
Public Member Functions | |
OSGCoord () | |
CoreType & | P () |
~OSGCoord () | |
Static Public Member Functions | |
static bool | HasCoord () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
CoreType * | _corep |
Definition at line 120 of file vertex_component.h.
typedef A vcg::vert::OSGCoord< A, T >::CoordType |
Definition at line 123 of file vertex_component.h.
typedef OSGCoordCore< CoordType > vcg::vert::OSGCoord< A, T >::CoreType |
Can be a OSG basic type as : OSG::Int16, OSG::Real32, OSG::Real64 etc...
Definition at line 125 of file vertex_component.h.
typedef CoordType::ValueType vcg::vert::OSGCoord< A, T >::ScalarType |
Must be a OSG::Pnt3 type as : OSG::Pnt3s, OSG:Pnt3f, OSG::Pnt3d etc...
Definition at line 124 of file vertex_component.h.
vcg::vert::OSGCoord< A, T >::OSGCoord | ( | ) | [inline] |
Definition at line 126 of file vertex_component.h.
vcg::vert::OSGCoord< A, T >::~OSGCoord | ( | ) | [inline] |
Definition at line 127 of file vertex_component.h.
static bool vcg::vert::OSGCoord< A, T >::HasCoord | ( | ) | [inline, static] |
Definition at line 135 of file vertex_component.h.
static void vcg::vert::OSGCoord< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vert::OSGCoord3f< T >.
Definition at line 136 of file vertex_component.h.
CoreType& vcg::vert::OSGCoord< A, T >::P | ( | ) | [inline] |
Definition at line 128 of file vertex_component.h.
CoreType* vcg::vert::OSGCoord< A, T >::_corep [private] |
Definition at line 138 of file vertex_component.h.