Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions
mrpt::math::CArrayFloat Class Reference

Detailed Description

A partial specialization of CArrayNumeric for float numbers.

See also:
CArrayNumeric, CArray

#include <mrpt/math/CArray.h>

Inheritance diagram for mrpt::math::CArrayFloat:
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

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

Definition at line 355 of file CArray.h.

Definition at line 356 of file CArray.h.


Constructor & Destructor Documentation

mrpt::math::CArrayFloat::CArrayFloat ( ) [inline]

Default constructor.

Definition at line 358 of file CArray.h.

mrpt::math::CArrayFloat::CArrayFloat ( const float *  ptr) [inline]

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

Definition at line 359 of file CArray.h.

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

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

Definition at line 365 of file CArray.h.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011