This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofMeshFace_< V, N, C, T > Member List
This is the complete list of members for ofMeshFace_< V, N, C, T >, including all inherited members.
getColor(ofIndexType index) const | ofMeshFace_< V, N, C, T > | |
getFaceNormal() const | ofMeshFace_< V, N, C, T > | |
getNormal(ofIndexType index) const | ofMeshFace_< V, N, C, T > | |
getTexCoord(ofIndexType index) const | ofMeshFace_< V, N, C, T > | |
getVertex(ofIndexType index) const | ofMeshFace_< V, N, C, T > | |
hasColors() const | ofMeshFace_< V, N, C, T > | |
hasNormals() const | ofMeshFace_< V, N, C, T > | |
hasTexcoords() const | ofMeshFace_< V, N, C, T > | |
ofMeshFace_() | ofMeshFace_< V, N, C, T > | |
setColor(ofIndexType index, const C &color) | ofMeshFace_< V, N, C, T > | |
setHasColors(bool bColors) | ofMeshFace_< V, N, C, T > | |
setHasNormals(bool bNormals) | ofMeshFace_< V, N, C, T > | |
setHasTexcoords(bool bTexcoords) | ofMeshFace_< V, N, C, T > | |
setNormal(ofIndexType index, const N &n) | ofMeshFace_< V, N, C, T > | |
setTexCoord(ofIndexType index, const T &tCoord) | ofMeshFace_< V, N, C, T > | |
setVertex(ofIndexType index, const V &v) | ofMeshFace_< V, N, C, T > |