Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
Block< XprType, BlockRows, BlockCols, InnerPanel, true > Class Template Reference

#include <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)
 Block (XprType &xpr, Index startRow, Index startCol)
 Block (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
Index innerStride () const
Index outerStride () const

Protected Member Functions

 Block (XprType &xpr, const Scalar *data, Index blockRows, Index blockCols)
void init ()

Protected Attributes

int m_outerStride
const XprType::Nested m_xpr

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.


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.

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.

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.

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

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


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.


The documentation for this class was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:53