#include <cellspace.h>
Public Member Functions | |
CellSpace (Model *parent, int w, int h) | |
~CellSpace () | |
void | run (int iteration=1) |
Model * | getParent () |
cl_mem * | getSpace () |
int | getWidth () |
int | getHeight () |
CellSpace::CellSpace | ( | Model * | parent, | |
int | w, | |||
int | h | |||
) |
CellSpace::~CellSpace | ( | ) |
int CellSpace::getHeight | ( | ) | [inline] |
Model* CellSpace::getParent | ( | ) | [inline] |
cl_mem* CellSpace::getSpace | ( | ) | [inline] |
int CellSpace::getWidth | ( | ) | [inline] |
void CellSpace::run | ( | int | iteration = 1 |
) |