Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes

Block< XprType, BlockRows, BlockCols, InnerPanel, true > Class Template Reference


Detailed Description

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

Definition at line 256 of file Core/Block.h.

#include <src/Core/Block.h>

Inheritance diagram for 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> Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Base

Definition at line 261 of file Core/Block.h.


Constructor & Destructor Documentation

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

Column or Row constructor.

Definition at line 268 of file Core/Block.h.

References eigen_assert.

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

Fixed-size constructor.

Definition at line 284 of file Core/Block.h.

References eigen_assert.

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

Dynamic-size constructor.

Definition at line 294 of file Core/Block.h.

References Dynamic, and eigen_assert.


Member Function Documentation

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

Definition at line 337 of file Core/Block.h.

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

Definition at line 308 of file Core/Block.h.

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

Definition at line 316 of file Core/Block.h.


Member Data Documentation

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

Definition at line 345 of file Core/Block.h.

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

Definition at line 344 of file Core/Block.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011