#include <component.h>
Public Types | |
typedef A | TexCoordType |
typedef int | WedgeTexCoordType |
Public Member Functions | |
void | Alloc (const int &ns) |
TexCoordType const & | cWT (const int i) const |
void | Dealloc () |
template<class RightF > | |
void | ImportData (const RightF &rightF) |
TexCoordType & | WT (const int i) |
Static Public Member Functions | |
static bool | HasWedgeTexCoord () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
TexCoordType | _wt [3] |
Definition at line 346 of file face/component.h.
typedef A vcg::face::WedgeTexCoord< A, T >::TexCoordType |
Definition at line 349 of file face/component.h.
typedef int vcg::face::WedgeTexCoord< A, T >::WedgeTexCoordType |
Definition at line 348 of file face/component.h.
void vcg::face::WedgeTexCoord< A, T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 354 of file face/component.h.
TexCoordType const& vcg::face::WedgeTexCoord< A, T >::cWT | ( | const int | i | ) | const [inline] |
Definition at line 351 of file face/component.h.
void vcg::face::WedgeTexCoord< A, T >::Dealloc | ( | ) | [inline] |
Definition at line 355 of file face/component.h.
static bool vcg::face::WedgeTexCoord< A, T >::HasWedgeTexCoord | ( | ) | [inline, static] |
Definition at line 356 of file face/component.h.
void vcg::face::WedgeTexCoord< A, T >::ImportData | ( | const RightF & | rightF | ) | [inline] |
Definition at line 353 of file face/component.h.
static void vcg::face::WedgeTexCoord< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::face::WedgeTexCoord2s< TT >, vcg::face::WedgeTexCoord2f< TT >, vcg::face::WedgeTexCoord2d< TT >, and vcg::face::WedgeTexCoord2f< Arity4< FaceBase< ColladaTypes >, vcg::face::VertexRef, vcg::face::BitFlags, vcg::face::Normal3f, vcg::face::Color4b > >.
Definition at line 357 of file face/component.h.
TexCoordType& vcg::face::WedgeTexCoord< A, T >::WT | ( | const int | i | ) | [inline] |
Definition at line 350 of file face/component.h.
TexCoordType vcg::face::WedgeTexCoord< A, T >::_wt[3] [private] |
Definition at line 360 of file face/component.h.