Main MRPT website > C++ reference
MRPT logo

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

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

#include <mrpt/math/CArray.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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

A partial specialization of CArrayNumeric for int numbers.

See also:
CArrayNumeric, CArray

Definition at line 409 of file CArray.h.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 412 of file CArray.h.

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

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

Definition at line 413 of file CArray.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010