A partial specialization of CArrayNumeric for int numbers.
Definition at line 94 of file CArrayNumeric.h.
#include <mrpt/math/CArrayNumeric.h>
Public Types | |
typedef CArrayNumeric< int, N > | Base |
typedef CArrayInt< N > | mrpt_autotype |
typedef int | value_type |
Public Member Functions | |
CArrayInt () | |
Default constructor. More... | |
CArrayInt (const int *ptr) | |
Constructor from initial values ptr[0]-ptr[N-1]. More... | |
typedef CArrayNumeric<int,N> mrpt::math::CArrayInt< N >::Base |
Definition at line 97 of file CArrayNumeric.h.
typedef CArrayInt<N> mrpt::math::CArrayInt< N >::mrpt_autotype |
Definition at line 98 of file CArrayNumeric.h.
|
inherited |
Definition at line 28 of file CArrayNumeric.h.
|
inline |
Default constructor.
Definition at line 100 of file CArrayNumeric.h.
|
inline |
Constructor from initial values ptr[0]-ptr[N-1].
Definition at line 101 of file CArrayNumeric.h.
References MRPT_EIGEN_DERIVED_CLASS_CTOR_OPERATOR_EQUAL.
Page generated by Doxygen 1.8.11 for MRPT 1.4.0 SVN:Unversioned directory at Mon Jul 4 10:31:07 UTC 2016 |