#include <vertex_component.h>
Public Types | |
typedef OSG::Pnt3f | CoordType |
typedef OSG::Real32 | ScalarType |
Public Member Functions | |
const CoordType & | cP () const |
const CoordType & | P () const |
CoordType & | P () |
CoordType & | UberP () |
Static Public Member Functions | |
static bool | HasCoord () |
static void | Name (std::vector< std::string > &name) |
Definition at line 107 of file vertex_component.h.
typedef OSG::Pnt3f vcg::vert::EmptyOSGCoord< T >::CoordType |
Definition at line 110 of file vertex_component.h.
typedef OSG::Real32 vcg::vert::EmptyOSGCoord< T >::ScalarType |
Definition at line 111 of file vertex_component.h.
const CoordType& vcg::vert::EmptyOSGCoord< T >::cP | ( | ) | const [inline] |
Definition at line 114 of file vertex_component.h.
static bool vcg::vert::EmptyOSGCoord< T >::HasCoord | ( | ) | [inline, static] |
Definition at line 116 of file vertex_component.h.
static void vcg::vert::EmptyOSGCoord< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 117 of file vertex_component.h.
const CoordType& vcg::vert::EmptyOSGCoord< T >::P | ( | ) | const [inline] |
Definition at line 113 of file vertex_component.h.
CoordType& vcg::vert::EmptyOSGCoord< T >::P | ( | ) | [inline] |
Definition at line 112 of file vertex_component.h.
CoordType& vcg::vert::EmptyOSGCoord< T >::UberP | ( | ) | [inline] |
Definition at line 115 of file vertex_component.h.