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

Detailed Description

A partial specialization of CArrayNumeric for int numbers.

See also:
CArrayNumeric, CArray

#include <mrpt/math/CArray.h>

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

List of all members.

Public Types

typedef CArrayNumeric< int, N > Base
typedef CArrayInt< N > mrpt_autotype

Public Member Functions

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

Member Typedef Documentation

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

Definition at line 395 of file CArray.h.

Definition at line 396 of file CArray.h.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 398 of file CArray.h.

mrpt::math::CArrayInt::CArrayInt ( const int *  ptr) [inline]

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

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