GEL  2
GEL is a library for Geometry and Linear Algebra
Public Member Functions
Util::Grid2D< T > Class Template Reference

List of all members.

Public Member Functions

 Grid2D (int i, int j, const T &val)
 Grid2D (int i, int j)
void resize (int i, int j)
const T & operator() (int i, int j) const
T & operator() (int i, int j)
const T & operator() (const CGLA::Vec2i &p) const
T & operator() (const CGLA::Vec2i &p)
int get_xdim () const
int get_ydim () const

template<class T>
class Util::Grid2D< T >


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations