Main MRPT website > C++ reference
MRPT logo
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 351 of file CArray.h.

#include <mrpt/math/CArray.h>

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

List of all members.

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

Reimplemented from mrpt::math::CArrayNumeric< float, N >.

Definition at line 354 of file CArray.h.

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

Definition at line 355 of file CArray.h.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 357 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 358 of file CArray.h.

template<std::size_t N>
template<class ARRAYLIKE >
mrpt::math::CArrayFloat< N >::CArrayFloat ( const ARRAYLIKE &  obj ) [inline, explicit]

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

Definition at line 364 of file CArray.h.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011