Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true > Class Reference
Inheritance diagram for Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef MapBase< BlockBase

Public Member Functions

 Block (XprType &xpr, Index i)
 Column or Row constructor.
 Block (XprType &xpr, Index startRow, Index startCol)
 Fixed-size constructor.
 Block (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
 Dynamic-size constructor.
const internal::remove_all
< typename XprType::Nested >
::type & 
nestedExpression () const
Index innerStride () const
Index outerStride () const

Protected Member Functions

void init ()

Protected Attributes

const XprType::Nested m_xpr
int m_outerStride

Member Typedef Documentation

typedef MapBase<Block> Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Base

Definition at line 277 of file Core.


Constructor & Destructor Documentation

Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block ( XprType &  xpr,
Index  i 
) [inline]

Column or Row constructor.

Definition at line 284 of file Core.

Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block ( XprType &  xpr,
Index  startRow,
Index  startCol 
) [inline]

Fixed-size constructor.

Definition at line 300 of file Core.

Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block ( XprType &  xpr,
Index  startRow,
Index  startCol,
Index  blockRows,
Index  blockCols 
) [inline]

Dynamic-size constructor.

Definition at line 310 of file Core.


Member Function Documentation

void Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::init ( ) [inline, protected]

Definition at line 358 of file Core.

Index Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::innerStride ( ) const [inline]
See also:
MapBase::innerStride()

Definition at line 329 of file Core.

const internal::remove_all<typename XprType::Nested>::type& Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::nestedExpression ( ) const [inline]

Definition at line 323 of file Core.

Index Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::outerStride ( ) const [inline]
See also:
MapBase::outerStride()

Definition at line 337 of file Core.


Member Data Documentation

int Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::m_outerStride [protected]

Definition at line 366 of file Core.

const XprType::Nested Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::m_xpr [protected]

Definition at line 365 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011