MRPT logo

mrpt::math::CArrayUInt< N > Class Template Reference

A partial specialization of CArrayNumeric for unsigned int numbers. More...

#include <mrpt/math/CArray.h>

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

List of all members.

Public Member Functions

 CArrayUInt ()
 Default constructor.
 CArrayUInt (const unsigned int *ptr)
 Constructor from initial values ptr[0]-ptr[N-1].

Detailed Description

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

A partial specialization of CArrayNumeric for unsigned int numbers.

See also:
CArrayNumeric, CArray

Definition at line 391 of file CArray.h.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 394 of file CArray.h.

template<std::size_t N>
mrpt::math::CArrayUInt< N >::CArrayUInt ( const unsigned int *  ptr  )  [inline]

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

Definition at line 395 of file CArray.h.




Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010