ARGoS  3
A parallel, multi-engine simulator for swarm robotics
argos::CRange< T > Member List
This is the complete list of members for argos::CRange< T >, including all inherited members.
CRange(const T &t_min=T(), const T &t_max=T())argos::CRange< T > [inline]
GetMax() const argos::CRange< T > [inline]
GetMin() const argos::CRange< T > [inline]
GetSpan() const argos::CRange< T > [inline]
MapValueIntoRange(U &t_output_value, const T &t_input_value, const CRange< U > &c_range) const argos::CRange< T > [inline]
NormalizeValue(const T &t_value) const argos::CRange< T > [inline]
operator<<(std::ostream &os, const CRange &c_range)argos::CRange< T > [friend]
operator>>(std::istream &is, CRange &c_range)argos::CRange< T > [friend]
Set(const T &t_min, const T &t_max)argos::CRange< T > [inline]
SetMax(const T &t_max)argos::CRange< T > [inline]
SetMin(const T &t_min)argos::CRange< T > [inline]
TruncValue(T &t_value) const argos::CRange< T > [inline]
WithinMinBoundExcludedMaxBoundExcluded(const T &t_value) const argos::CRange< T > [inline]
WithinMinBoundExcludedMaxBoundIncluded(const T &t_value) const argos::CRange< T > [inline]
WithinMinBoundIncludedMaxBoundExcluded(const T &t_value) const argos::CRange< T > [inline]
WithinMinBoundIncludedMaxBoundIncluded(const T &t_value) const argos::CRange< T > [inline]
WrapValue(T &t_value) const argos::CRange< T > [inline]