Shapeworks Studio
2.1
Shape analysis software suite
|
Expression of a fixed-size or dynamic-size block. More...
#include <Block.h>
Public Types | |
typedef Impl | Base |
Public Member Functions | |
Block (XprType &xpr, Index i) | |
Block (XprType &xpr, Index a_startRow, Index a_startCol) | |
Block (XprType &xpr, Index a_startRow, Index a_startCol, Index blockRows, Index blockCols) | |
Expression of a fixed-size or dynamic-size block.
XprType | the type of the expression in which we are taking a block |
BlockRows | the number of rows of the block we are taking at compile time (optional) |
BlockCols | the number of columns of the block we are taking at compile time (optional) |
This class represents an expression of either a fixed-size or dynamic-size block. It is the return type of DenseBase::block(Index,Index,Index,Index) and DenseBase::block<int,int>(Index,Index) and most of the time this is the only way it is used.
However, if you want to directly maniputate block expressions, for instance if you want to write a function returning such an expression, you will need to use this class.
Here is an example illustrating the dynamic case:
Output:
Here is an example illustrating the fixed-size case:
Output:
|
inline |
|
inline |
|
inline |