Go to the source code of this file.
◆ MRTRIX_OP
Value:template <class ImageType> \
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 derived(); \
}
Definition at line 17 of file dense_base.h.
◆ operator+=()
template<class ImageType >
◆ operator-=()
template<class ImageType >
◆ operator=()
template<class ImageType >