A partial specialization of CArrayNumeric for float numbers.
#include <mrpt/math/CArray.h>
Public Types | |
typedef CArrayNumeric< float, N > | Base |
typedef CArrayFloat< N > | mrpt_autotype |
Public Member Functions | |
CArrayFloat () | |
Default constructor. | |
CArrayFloat (const float *ptr) | |
Constructor from initial values ptr[0]-ptr[N-1]. | |
template<class ARRAYLIKE > | |
CArrayFloat (const ARRAYLIKE &obj) | |
Initialization from a vector-like source, that is, anything implementing operator[]. |
typedef CArrayNumeric<float,N> mrpt::math::CArrayFloat< N >::Base |
Reimplemented from mrpt::math::CArrayNumeric< float, N >.
typedef CArrayFloat<N> mrpt::math::CArrayFloat< N >::mrpt_autotype |
mrpt::math::CArrayFloat< N >::CArrayFloat | ( | ) | [inline] |
mrpt::math::CArrayFloat< N >::CArrayFloat | ( | const float * | ptr | ) | [inline] |
mrpt::math::CArrayFloat< N >::CArrayFloat | ( | const ARRAYLIKE & | obj | ) | [inline, explicit] |
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011 |