|
Developer Documentation
|
Public Member Functions | |
| TexCoordAttrib (TopologyKernel &_kernel, const TexCoordT _def=TexCoordT()) | |
| const TexCoordT & | operator[] (const VertexHandle &_h) const |
| TexCoordT & | operator[] (const VertexHandle &_h) |
| bool | vertex_texcoords_available () |
| void | clear_vertex_texcoords () |
Private Attributes | |
| VertexPropertyT< TexCoordT > | vtexcoord_prop_ |
| TopologyKernel & | kernel_ |
| bool | vertex_texcoords_available_ |
| TexCoordT | default_texcoord_ |
Definition at line 58 of file TexCoordAttrib.hh.