Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/CLI/ResampleDTIVolume/itkMatrixExtended.h>
Public Types | |
typedef T | ComponentType |
typedef vnl_matrix_fixed< T, NRows, NColumns > | InternalMatrixType |
typedef MatrixExtended | Self |
typedef Matrix< T, NRows, NColumns > | Superclass |
typedef T | ValueType |
Public Member Functions | |
MatrixExtended () | |
MatrixExtended (const InternalMatrixType &matrix) | |
MatrixExtended (const Self &matrix) | |
MatrixExtended (const Superclass &matrix) | |
template<class C , unsigned int NRowsC, unsigned int NColumnsC> | |
operator MatrixExtended< C, NRowsC, NColumnsC > const () | |
Self | operator= (const Self &matrix) |
Self | operator= (const Superclass &matrix) |
Self | operator= (const InternalMatrixType &matrix) |
Matrices of this class can be casted blockwise
Definition at line 26 of file itkMatrixExtended.h.
typedef T itk::MatrixExtended< T, NRows, NColumns >::ComponentType |
Definition at line 32 of file itkMatrixExtended.h.
typedef vnl_matrix_fixed<T, NRows, NColumns> itk::MatrixExtended< T, NRows, NColumns >::InternalMatrixType |
Definition at line 33 of file itkMatrixExtended.h.
typedef MatrixExtended itk::MatrixExtended< T, NRows, NColumns >::Self |
Definition at line 29 of file itkMatrixExtended.h.
typedef Matrix<T, NRows, NColumns> itk::MatrixExtended< T, NRows, NColumns >::Superclass |
Definition at line 30 of file itkMatrixExtended.h.
typedef T itk::MatrixExtended< T, NRows, NColumns >::ValueType |
Definition at line 31 of file itkMatrixExtended.h.
itk::MatrixExtended< T, NRows, NColumns >::MatrixExtended | ( | ) |
itk::MatrixExtended< T, NRows, NColumns >::MatrixExtended | ( | const InternalMatrixType & | matrix | ) |
itk::MatrixExtended< T, NRows, NColumns >::MatrixExtended | ( | const Self & | matrix | ) |
itk::MatrixExtended< T, NRows, NColumns >::MatrixExtended | ( | const Superclass & | matrix | ) |
itk::MatrixExtended< T, NRows, NColumns >::operator MatrixExtended< C, NRowsC, NColumnsC > const | ( | ) |
Self itk::MatrixExtended< T, NRows, NColumns >::operator= | ( | const Self & | matrix | ) |
Self itk::MatrixExtended< T, NRows, NColumns >::operator= | ( | const Superclass & | matrix | ) |
Self itk::MatrixExtended< T, NRows, NColumns >::operator= | ( | const InternalMatrixType & | matrix | ) |