Eidolon
|
An IndexBuffer is used by Figure objects to read in the topologies for the figures to render, and can also be subtyped in Python. More...
#include <RenderTypes.h>
Public Member Functions | |
virtual | ~IndexBuffer () |
virtual sval | numIndices () const |
Returns the number of index sets. More... | |
virtual sval | indexWidth (int i) const |
Returns the width of index set i, i<numIndices(). All index sets for now are assumed to be the same width. More... | |
virtual sval | getIndex (int i, int w) const |
Returns the w'th value of index set i. More... | |
An IndexBuffer is used by Figure objects to read in the topologies for the figures to render, and can also be subtyped in Python.
|
inlinevirtual |
|
inlinevirtual |
Returns the w'th value of index set i.
Reimplemented in MatrixIndexBuffer, and CallbackIndexBuffer< Ctx >.
|
inlinevirtual |
Returns the width of index set i, i<numIndices(). All index sets for now are assumed to be the same width.
Reimplemented in MatrixIndexBuffer, and CallbackIndexBuffer< Ctx >.
|
inlinevirtual |
Returns the number of index sets.
Reimplemented in MatrixIndexBuffer, and CallbackIndexBuffer< Ctx >.