AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ operator()() [2/3]

template<class C >
Slice& aff::util::Slice< C >::operator() ( const Tsubscript index)
inline

slice next dimension

Definition at line 102 of file slice.h.

References aff::util::Slice< C >::check_dim(), aff::util::Slice< C >::Mdim, and aff::util::Slice< C >::Mshape.

103  {
104  this->check_dim();
105  Mshape.collapse(Mdim, index);
106  ++Mdim;
107  return(*this);
108  }
void check_dim() const
check dimension
Definition: slice.h:131
Tshape Mshape
Shape to process.
Definition: slice.h:137
Tdim Mdim
Next dimension to collapse.
Definition: slice.h:141
Here is the call graph for this function: