#include <iso_visual_gl.h>
Inherits iso::visual::GLData.
Inheritance diagram for iso::visual::GLMatrix:
Public Member Functions | |
GLMatrix (const base::String &pName, int pRowCount, int pColCount, float *pData) | |
~GLMatrix () | |
gl::DataType | dataType () const |
int | rowCount () const |
int | colCount () const |
void | mapToShader () throw (VisualException) |
void | reset (int pRowCount, int pColCount, float *pData) |
Protected Attributes | |
int | mRowCount |
int | mColCount |
float * | mData |
GLMatrix::GLMatrix | ( | const base::String & | pName, | |
int | pRowCount, | |||
int | pColCount, | |||
float * | pData | |||
) |
GLMatrix::~GLMatrix | ( | ) |
gl::DataType GLMatrix::dataType | ( | ) | const [virtual] |
Implements iso::visual::GLData.
int GLMatrix::rowCount | ( | ) | const |
int GLMatrix::colCount | ( | ) | const |
void GLMatrix::mapToShader | ( | ) | throw (VisualException) [virtual] |
Implements iso::visual::GLData.
void GLMatrix::reset | ( | int | pRowCount, | |
int | pColCount, | |||
float * | pData | |||
) |
int iso::visual::GLMatrix::mRowCount [protected] |
int iso::visual::GLMatrix::mColCount [protected] |
float* iso::visual::GLMatrix::mData [protected] |