*-------------------------- TEXTURE ----------------------------------*/ More...
#include <component_ocf.h>
Public Types | |
typedef A | TexCoordType |
Public Member Functions | |
const TexCoordType & | cT () const |
template<class LeftV > | |
void | ImportData (const LeftV &leftV) |
TexCoordType & | T () |
Static Public Member Functions | |
static bool | HasTexCoord () |
static bool | HasTexCoordOcf () |
*-------------------------- TEXTURE ----------------------------------*/
Definition at line 483 of file vertex/component_ocf.h.
typedef A vcg::vertex::TexCoordOcf< A, TT >::TexCoordType |
Definition at line 485 of file vertex/component_ocf.h.
const TexCoordType& vcg::vertex::TexCoordOcf< A, TT >::cT | ( | ) | const [inline] |
Definition at line 487 of file vertex/component_ocf.h.
static bool vcg::vertex::TexCoordOcf< A, TT >::HasTexCoord | ( | ) | [inline, static] |
Definition at line 496 of file vertex/component_ocf.h.
static bool vcg::vertex::TexCoordOcf< A, TT >::HasTexCoordOcf | ( | ) | [inline, static] |
Definition at line 497 of file vertex/component_ocf.h.
void vcg::vertex::TexCoordOcf< A, TT >::ImportData | ( | const LeftV & | leftV | ) | [inline] |
Reimplemented in vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< ScrUsedTypes >, vcg::vertex::InfoOcf, vcg::vertex::Coord3f, vcg::vertex::TexCoordfOcf > >.
Definition at line 489 of file vertex/component_ocf.h.
TexCoordType& vcg::vertex::TexCoordOcf< A, TT >::T | ( | ) | [inline] |
Definition at line 486 of file vertex/component_ocf.h.