GLVis
v4.2
Accurate and flexible finite element visualization
|
#include <types.hpp>
Public Member Functions | |
virtual const std::vector< int > & | getIndices () const =0 |
Public Member Functions inherited from gl3::IVertexBuffer | |
IVertexBuffer () | |
virtual | ~IVertexBuffer () |
int | getHandle () const |
void | setHandle (int dev_hnd) |
virtual void | clear ()=0 |
Clears the data stored in the vertex buffer. More... | |
virtual size_t | count () const =0 |
Gets the number of vertices contained in the buffer. More... | |
virtual GLenum | getShape () const =0 |
Gets the primitive type contained by the vertex buffer. More... | |
virtual size_t | getStride () const =0 |
Gets the stride between vertices. More... | |
virtual const void * | getData () const =0 |
|
pure virtual |
Implemented in gl3::IndexedVertexBuffer< T >.