Kochol Game Engine  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kge::core::Array2D< T > Member List

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_iHeightkge::core::Array2D< T >protected
m_iWidthkge::core::Array2D< T >protected
m_pArraykge::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