#include <component.h>
Public Types | |
typedef A | TexCoordType |
Public Member Functions | |
const TexCoordType & | cT () const |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
TexCoordType & | T () |
Static Public Member Functions | |
static bool | HasTexCoord () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
TexCoordType | _t |
Definition at line 262 of file vertex/component.h.
typedef A vcg::vertex::TexCoord< A, TT >::TexCoordType |
Definition at line 264 of file vertex/component.h.
const TexCoordType& vcg::vertex::TexCoord< A, TT >::cT | ( | ) | const [inline] |
Definition at line 266 of file vertex/component.h.
static bool vcg::vertex::TexCoord< A, TT >::HasTexCoord | ( | ) | [inline, static] |
Definition at line 269 of file vertex/component.h.
void vcg::vertex::TexCoord< A, TT >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 268 of file vertex/component.h.
static void vcg::vertex::TexCoord< A, TT >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::TexCoord2s< TT >, vcg::vertex::TexCoord2f< TT >, and vcg::vertex::TexCoord2d< TT >.
Definition at line 270 of file vertex/component.h.
TexCoordType& vcg::vertex::TexCoord< A, TT >::T | ( | ) | [inline] |
Definition at line 265 of file vertex/component.h.
TexCoordType vcg::vertex::TexCoord< A, TT >::_t [private] |
Definition at line 273 of file vertex/component.h.