Medusa
1.1
Coordinate Free Mehless Method implementation
Range.cpp
Go to the documentation of this file.
1
#include <
medusa/bits/types/Range.hpp
>
2
#include <
medusa/bits/types/Vec.hpp
>
3
9
template
class
mm::Range<double>
;
10
template
class
mm::Range<int>
;
12
template
mm::Range<int>
mm::Range<int>::seq
(
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
src
types
Range.cpp
Generated on Thu Jun 9 2022 09:42:29 for Medusa by
1.8.17