clan::ElementArrayVector< Type > Class Template Reference

Element Array Vector. More...

#include <element_array_vector.h>

+ Inheritance diagram for clan::ElementArrayVector< Type >:

Public Member Functions

Construction
 ElementArrayVector ()
 Constructs a null instance. More...
 
 ElementArrayVector (GraphicContext &gc, int size, BufferUsage usage=usage_static_draw)
 Constructs a ElementArrayBuffer. More...
 
 ElementArrayVector (GraphicContext &gc, Type *data, int size, BufferUsage usage=usage_static_draw)
 Constructs a ElementArrayBuffer. More...
 
 ElementArrayVector (GraphicContext &gc, const std::vector< Type > &data, BufferUsage usage=usage_static_draw)
 
Operations
void upload_data (GraphicContext &gc, const Type *data, int size)
 Uploads data to element array buffer. More...
 
void upload_data (GraphicContext &gc, const std::vector< Type > &data)
 Uploads data to element array buffer. More...
 
void copy_from (GraphicContext &gc, TransferVector< Type > &buffer, int dest_pos=0, int src_pos=0, int size=-1)
 Copies data from transfer buffer. More...
 
void copy_to (GraphicContext &gc, TransferVector< Type > &buffer, int dest_pos=0, int src_pos=0, int size=-1)
 Copies data to transfer buffer. More...
 
- Public Member Functions inherited from clan::ElementArrayBuffer
 ElementArrayBuffer ()
 Constructs a null instance. More...
 
 ElementArrayBuffer (GraphicContext &gc, int size, BufferUsage usage=usage_static_draw)
 Constructs a ElementArrayBuffer. More...
 
 ElementArrayBuffer (GraphicContext &gc, const void *data, int size, BufferUsage usage=usage_static_draw)
 Constructs a ElementArrayBuffer. More...
 
virtual ~ElementArrayBuffer ()
 
bool is_null () const
 Returns true if this object is invalid. More...
 
void throw_if_null () const
 Throw an exception if this object is invalid. More...
 
ElementArrayBufferProviderget_provider () const
 Get Provider. More...
 
bool operator== (const ElementArrayBuffer &other) const
 Handle comparison operator. More...
 
void upload_data (GraphicContext &gc, const void *data, int size)
 Uploads data to element array buffer. More...
 
void copy_from (GraphicContext &gc, TransferBuffer &buffer, int dest_pos=0, int src_pos=0, int size=-1)
 Copies data from transfer buffer. More...
 
void copy_to (GraphicContext &gc, TransferBuffer &buffer, int dest_pos=0, int src_pos=0, int size=-1)
 Copies data to transfer buffer. More...
 

Detailed Description

template<typename Type>
class clan::ElementArrayVector< Type >

Element Array Vector.


The documentation for this class was generated from the following file: