Main MRPT website > C++ reference
MRPT logo
List of all members | Public Types | Public Member Functions
mrpt::math::CArrayFloat< N > Class Template Reference

Detailed Description

template<std::size_t N>
class mrpt::math::CArrayFloat< N >

A partial specialization of CArrayNumeric for float numbers.

See Also
CArrayNumeric, CArray

Definition at line 352 of file CArray.h.

#include <mrpt/math/CArray.h>

Inheritance diagram for mrpt::math::CArrayFloat< N >:
Inheritance graph
[legend]

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[].
 

Member Typedef Documentation

template<std::size_t N>
typedef CArrayNumeric<float,N> mrpt::math::CArrayFloat< N >::Base

Definition at line 355 of file CArray.h.

template<std::size_t N>
typedef CArrayFloat<N> mrpt::math::CArrayFloat< N >::mrpt_autotype

Definition at line 356 of file CArray.h.

Constructor & Destructor Documentation

template<std::size_t N>
mrpt::math::CArrayFloat< N >::CArrayFloat ( )
inline

Default constructor.

Definition at line 358 of file CArray.h.

template<std::size_t N>
mrpt::math::CArrayFloat< N >::CArrayFloat ( const float *  ptr)
inline

Constructor from initial values ptr[0]-ptr[N-1].

Definition at line 359 of file CArray.h.

template<std::size_t N>
template<class ARRAYLIKE >
mrpt::math::CArrayFloat< N >::CArrayFloat ( const ARRAYLIKE &  obj)
inlineexplicit

Initialization from a vector-like source, that is, anything implementing operator[].

Definition at line 365 of file CArray.h.




Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013