#include <GeomIo.h>
Inherits cinder::geom::Source.
Inherited by cinder::geom::WireCapsule, cinder::geom::WireCube, cinder::geom::WireCylinder, cinder::geom::WireFrustum, cinder::geom::WireIcosahedron, cinder::geom::WirePlane, cinder::geom::WireRoundedRect, cinder::geom::WireSphere, and cinder::geom::WireTorus.
cinder::geom::WireSource::WireSource |
( |
| ) |
|
|
protected |
virtual cinder::geom::WireSource::~WireSource |
( |
| ) |
|
|
protectedvirtual |
size_t cinder::geom::WireSource::getNumIndices |
( |
| ) |
const |
|
overridevirtual |
Primitive cinder::geom::WireSource::getPrimitive |
( |
| ) |
const |
|
overridevirtual |
uint8_t cinder::geom::WireSource::getAttribDims |
( |
Attrib |
attr | ) |
const |
|
overridevirtual |
AttribSet cinder::geom::WireSource::getAvailableAttribs |
( |
| ) |
const |
|
overridevirtual |
virtual size_t cinder::geom::Source::getNumVertices |
( |
| ) |
const |
|
pure virtualinherited |
Implemented in cinder::geom::SourceMods, cinder::geom::WireTorus, cinder::geom::WireSphere, cinder::geom::WirePlane, cinder::geom::WireFrustum, cinder::geom::WireIcosahedron, cinder::geom::WireCylinder, cinder::geom::WireCube, cinder::geom::WireRoundedRect, cinder::geom::WireCircle, cinder::geom::WireCapsule, cinder::geom::BSpline, cinder::geom::ExtrudeSpline, cinder::geom::Extrude, cinder::geom::Plane, cinder::geom::Cylinder, cinder::geom::TorusKnot, cinder::geom::Torus, cinder::geom::Capsule, cinder::geom::Sphere, cinder::geom::Ring, cinder::geom::Circle, cinder::geom::Teapot, cinder::geom::Icosphere, cinder::geom::Icosahedron, cinder::geom::Cube, cinder::geom::RoundedRect, cinder::geom::Rect, cinder::TriMesh, cinder::gl::VertBatch, and cinder::ObjLoader.
virtual void cinder::geom::Source::loadInto |
( |
Target * |
target, |
|
|
const AttribSet & |
requestedAttribs |
|
) |
| const |
|
pure virtualinherited |
Implemented in cinder::geom::SourceMods, cinder::geom::WireTorus, cinder::geom::WireSphere, cinder::geom::WirePlane, cinder::geom::WireFrustum, cinder::geom::WireIcosahedron, cinder::geom::WireCylinder, cinder::geom::WireCube, cinder::geom::WireRoundedRect, cinder::geom::WireCircle, cinder::geom::WireCapsule, cinder::geom::BSpline, cinder::geom::ExtrudeSpline, cinder::geom::Extrude, cinder::geom::Plane, cinder::geom::Cylinder, cinder::geom::TorusKnot, cinder::geom::Torus, cinder::geom::Capsule, cinder::geom::Sphere, cinder::geom::Ring, cinder::geom::Circle, cinder::geom::Teapot, cinder::geom::Icosphere, cinder::geom::Icosahedron, cinder::geom::Cube, cinder::geom::RoundedRect, cinder::geom::Rect, cinder::gl::VertBatch, cinder::ObjLoader, and cinder::TriMesh.
virtual Source* cinder::geom::Source::clone |
( |
| ) |
const |
|
pure virtualinherited |
Implemented in cinder::geom::SourceMods, cinder::geom::WireTorus, cinder::geom::WireSphere, cinder::geom::WirePlane, cinder::geom::WireFrustum, cinder::geom::WireIcosahedron, cinder::geom::WireCone, cinder::geom::WireCylinder, cinder::geom::WireCube, cinder::geom::WireRoundedRect, cinder::geom::WireCircle, cinder::geom::WireCapsule, cinder::geom::BSpline, cinder::geom::ExtrudeSpline, cinder::geom::Extrude, cinder::geom::Plane, cinder::geom::Cylinder, cinder::geom::TorusKnot, cinder::geom::Torus, cinder::geom::Capsule, cinder::geom::Sphere, cinder::geom::Ring, cinder::geom::Circle, cinder::geom::Teapot, cinder::geom::Icosphere, cinder::geom::Icosahedron, cinder::geom::Cube, cinder::geom::RoundedRect, cinder::geom::Rect, cinder::gl::VertBatch, cinder::ObjLoader, and cinder::TriMesh.
void cinder::geom::Source::copyIndicesNonIndexed |
( |
uint16_t * |
dest | ) |
const |
|
protectedinherited |
Builds a sequential list of vertices to simulate an indexed geometry when Source is non-indexed. Assumes dest contains storage for getNumVertices() entries.
void cinder::geom::Source::copyIndicesNonIndexed |
( |
uint32_t * |
dest | ) |
const |
|
protectedinherited |
Builds a sequential list of vertices to simulate an indexed geometry when Source is non-indexed. Assumes dest contains storage for getNumVertices() entries.
template<typename T >
void cinder::geom::Source::forceCopyIndicesTrianglesImpl |
( |
T * |
dest | ) |
const |
|
protectedinherited |
The documentation for this class was generated from the following file: