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 Template Reference

Detailed Description

template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel>
class Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >

Definition at line 257 of file Core.

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.
Index innerStride () const
Index outerStride () const

Protected Member Functions

void init ()

Protected Attributes

const XprType::Nested m_xpr
int m_outerStride

Member Typedef Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
typedef MapBase<Block> Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Base

Definition at line 262 of file Core.


Constructor & Destructor Documentation

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

Column or Row constructor.

Definition at line 269 of file Core.

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

Fixed-size constructor.

Definition at line 285 of file Core.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel>
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 295 of file Core.


Member Function Documentation

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

Definition at line 338 of file Core.

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

Definition at line 309 of file Core.

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

Definition at line 317 of file Core.


Member Data Documentation

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

Definition at line 346 of file Core.

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

Definition at line 345 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo