A partial specialization of CArrayNumeric for int numbers.
#include <mrpt/math/CArray.h>
Public Types | |
typedef CArrayNumeric< int, N > | Base |
typedef CArrayInt< N > | mrpt_autotype |
Public Member Functions | |
CArrayInt () | |
Default constructor. | |
CArrayInt (const int *ptr) | |
Constructor from initial values ptr[0]-ptr[N-1]. |
typedef CArrayNumeric<int,N> mrpt::math::CArrayInt< N >::Base |
Reimplemented from mrpt::math::CArrayNumeric< int, N >.
typedef CArrayInt<N> mrpt::math::CArrayInt< N >::mrpt_autotype |
mrpt::math::CArrayInt< N >::CArrayInt | ( | ) | [inline] |
mrpt::math::CArrayInt< N >::CArrayInt | ( | const int * | ptr | ) | [inline] |
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011 |