*-------------------------- TEXTURE ----------------------------------*/ More...
#include <component_ocf.h>

Public Types | |
| typedef A | TexCoordType |
Public Member Functions | |
| TexCoordType | cT () const |
| template<class RightVertexType > | |
| void | ImportData (const RightVertexType &rightV) |
| bool | IsTexCoordEnabled () const |
| const TexCoordType & | T () const |
| TexCoordType & | T () |
Static Public Member Functions | |
| static bool | HasTexCoord () |
| static bool | HasTexCoordOcf () |
*-------------------------- TEXTURE ----------------------------------*/
Definition at line 382 of file vertex/component_ocf.h.
| typedef A vcg::vertex::TexCoordOcf< A, TT >::TexCoordType |
Definition at line 384 of file vertex/component_ocf.h.
| TexCoordType vcg::vertex::TexCoordOcf< A, TT >::cT | ( | ) | const [inline] |
Definition at line 387 of file vertex/component_ocf.h.
| static bool vcg::vertex::TexCoordOcf< A, TT >::HasTexCoord | ( | ) | [inline, static] |
Definition at line 396 of file vertex/component_ocf.h.
| static bool vcg::vertex::TexCoordOcf< A, TT >::HasTexCoordOcf | ( | ) | [inline, static] |
Definition at line 397 of file vertex/component_ocf.h.
| void vcg::vertex::TexCoordOcf< A, TT >::ImportData | ( | const RightVertexType & | rightV | ) | [inline] |
Definition at line 389 of file vertex/component_ocf.h.
| bool vcg::vertex::TexCoordOcf< A, TT >::IsTexCoordEnabled | ( | ) | const [inline] |
Definition at line 395 of file vertex/component_ocf.h.
| const TexCoordType& vcg::vertex::TexCoordOcf< A, TT >::T | ( | ) | const [inline] |
Definition at line 385 of file vertex/component_ocf.h.
| TexCoordType& vcg::vertex::TexCoordOcf< A, TT >::T | ( | ) | [inline] |
Definition at line 386 of file vertex/component_ocf.h.