Go to the source code of this file.
◆ MRTRIX_OP
Value:
this->resize (row.image.size(row.axis),1); \
for (row.image.index(row.axis) = 0; row.image.index (row.axis) < row.image.size (row.axis); ++row.image.index (row.axis)) \
this->operator() (ssize_t (row.image.index (row.axis)), 0) ARG row.image.value(); \
return *this; \
}
Matrix(const MR::Helper::ConstRow< ImageType > &row)
Definition at line 20 of file matrix.h.
◆ Matrix() [1/2]
template<class ImageType >
◆ Matrix() [2/2]
template<class ImageType >
◆ operator=()
template<class ImageType >