A CArray for Plain Old Datatypes (POD), that is, int's, double's, etc or struct's with only PODs. More...
#include <mrpt/math/CArray.h>


Public Member Functions | |
| CArrayPOD () | |
| Default constructor. | |
| CArrayPOD (const T *ptr) | |
| Constructor from initial values ptr[0]-ptr[N-1]. | |
| template<class ARRAYLIKE > | |
| CArrayPOD (const ARRAYLIKE &obj) | |
| Initialization from a vector-like source, that is, anything implementing operator[]. | |
A CArray for Plain Old Datatypes (POD), that is, int's, double's, etc or struct's with only PODs.
Many methods are defined in this class that assume that each element of the array is simple so it can be, for example, copied with memcpy(), so only use this class to store POD types.
Definition at line 319 of file CArray.h.
| mrpt::math::CArrayPOD< T, N >::CArrayPOD | ( | ) | [inline] |
| mrpt::math::CArrayPOD< T, N >::CArrayPOD | ( | const T * | ptr | ) | [inline] |
| mrpt::math::CArrayPOD< T, N >::CArrayPOD | ( | const ARRAYLIKE & | obj | ) | [inline, explicit] |
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |