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

Detailed Description

A partial specialization of CArrayNumeric for double numbers.

See also:
CArrayNumeric, CArray

#include <mrpt/math/CArray.h>

Inheritance diagram for mrpt::math::CArrayDouble:
Inheritance graph
[legend]

List of all members.

Public Types

typedef CArrayNumeric< double, N > Base
typedef CArrayDouble< N > mrpt_autotype

Public Member Functions

 CArrayDouble ()
 Default constructor.
 CArrayDouble (const double *ptr)
 Constructor from initial values ptr[0]-ptr[N-1].
template<class ARRAYLIKE >
 CArrayDouble (const ARRAYLIKE &obj)
 Initialization from a vector-like source, that is, anything implementing operator[].

Member Typedef Documentation

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

Definition at line 375 of file CArray.h.

Definition at line 376 of file CArray.h.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 378 of file CArray.h.

mrpt::math::CArrayDouble::CArrayDouble ( const double *  ptr) [inline]

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

Definition at line 379 of file CArray.h.

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

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

Definition at line 385 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