Medusa  1.1
Coordinate Free Mehless Method implementation
Range.cpp
Go to the documentation of this file.
3 
9 template class mm::Range<double>;
10 template class mm::Range<int>;
13 template mm::Range<int> mm::Range<int>::seq(int, int);
14 template mm::Range<int> mm::Range<int>::seq(int, int, int);
16 // template class mm::Range<bool>;
17 template class mm::Range<mm::Range<int>>;
18 template class mm::Range<mm::Vec1d>;
19 template class mm::Range<mm::Vec2d>;
20 template class mm::Range<mm::Vec3d>;
mm::Range::seq
static Range seq(V n)
Returns range {0, ..., n-1}.
Vec.hpp
mm::Range
An extension of std::vector<T> to support additional useful operations.
Definition: Range_fwd.hpp:30
Range.hpp