This is the complete list of members for
cinder::TriMesh, including all inherited members.
| appendColorRgb(const Color &rgb) | cinder::TriMesh | |
| appendColorRgba(const ColorA &rgba) | cinder::TriMesh | |
| appendColorsRgb(const Color *rgbs, size_t num) | cinder::TriMesh | |
| appendColorsRgba(const ColorA *rgbas, size_t num) | cinder::TriMesh | |
| appendIndices(const uint32_t *indices, size_t num) | cinder::TriMesh | |
| appendNormal(const Vec3f &v) | cinder::TriMesh | |
| appendNormals(const Vec3f *normals, size_t num) | cinder::TriMesh | |
| appendNormals(const Vec4d *normals, size_t num) | cinder::TriMesh | |
| appendTexCoord(const Vec2f &v) | cinder::TriMesh | |
| appendTexCoords(const Vec2f *texcoords, size_t num) | cinder::TriMesh | |
| appendTriangle(size_t v0, size_t v1, size_t v2) | cinder::TriMesh | |
| appendVertex(const Vec3f &v) | cinder::TriMesh | |
| appendVertices(const Vec3f *verts, size_t num) | cinder::TriMesh | |
| appendVertices(const Vec4d *verts, size_t num) | cinder::TriMesh | |
| calcBoundingBox() const | cinder::TriMesh | |
| calcBoundingBox(const Matrix44f &transform) const | cinder::TriMesh | |
| clear() | cinder::TriMesh | |
| getColorsRGB() | cinder::TriMesh | |
| getColorsRGB() const | cinder::TriMesh | |
| getColorsRGBA() | cinder::TriMesh | |
| getColorsRGBA() const | cinder::TriMesh | |
| getIndices() | cinder::TriMesh | |
| getIndices() const | cinder::TriMesh | |
| getNormals() | cinder::TriMesh | |
| getNormals() const | cinder::TriMesh | |
| getNumIndices() const | cinder::TriMesh | |
| getNumTriangles() const | cinder::TriMesh | |
| getNumVertices() const | cinder::TriMesh | |
| getTexCoords() | cinder::TriMesh | |
| getTexCoords() const | cinder::TriMesh | |
| getTriangleVertices(size_t idx, Vec3f *a, Vec3f *b, Vec3f *c) const | cinder::TriMesh | |
| getVertices() | cinder::TriMesh | |
| getVertices() const | cinder::TriMesh | |
| hasColorsRGB() const | cinder::TriMesh | |
| hasColorsRGBA() const | cinder::TriMesh | |
| hasNormals() const | cinder::TriMesh | |
| hasTexCoords() const | cinder::TriMesh | |
| read(DataSourceRef in) | cinder::TriMesh | |
| recalculateNormals() | cinder::TriMesh | |
| write(DataTargetRef out) const | cinder::TriMesh | |