![]() |
Kochol Game Engine
0.1.0
|
This is the complete list of members for kge::core::Array2D< T >, including all inherited members.
| Array2D(int width, int height) | kge::core::Array2D< T > | inline |
| Array2D(const Array2D &other) | kge::core::Array2D< T > | inline |
| Get(int x, int y) | kge::core::Array2D< T > | inline |
| GetArray() | kge::core::Array2D< T > | inline |
| GetArraySize() | kge::core::Array2D< T > | inline |
| m_iHeight | kge::core::Array2D< T > | protected |
| m_iWidth | kge::core::Array2D< T > | protected |
| m_pArray | kge::core::Array2D< T > | protected |
| operator=(const Array2D &other) | kge::core::Array2D< T > | inline |
| Recreate(int width, int height) | kge::core::Array2D< T > | inline |
| Set(T data, int x, int y) | kge::core::Array2D< T > | inline |
| SetAll(T data) | kge::core::Array2D< T > | inline |
| SetArray(T *pData, int width, int height) | kge::core::Array2D< T > | inline |
| Swap(Array2D &other) | kge::core::Array2D< T > | inline |
| ~Array2D() | kge::core::Array2D< T > | inline |