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

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 406 of file CArray.h.

#include <mrpt/math/CArray.h>

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

Public Types

typedef CArrayNumeric
< unsigned int, N > 
Base
 
typedef CArrayUInt< N > mrpt_autotype
 

Public Member Functions

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

Member Typedef Documentation

template<std::size_t N>
typedef CArrayNumeric<unsigned int,N> mrpt::math::CArrayUInt< N >::Base

Definition at line 409 of file CArray.h.

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

Definition at line 410 of file CArray.h.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 412 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 413 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