PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
Range< T > Member List

This is the complete list of members for Range< T >, including all inherited members.

Center() const noexceptRange< T >
Clearance(const U &_val) const noexceptRange< T >
ClearancePoint(const U &_val) const noexceptRange< T >
Contains(const U &_val, const double _tolerance=1e-8) const noexceptRange< T >
ExpandToInclude(const T _t) noexceptRange< T >
Length() const noexceptRange< T >
maxRange< T >
minRange< T >
operator==(const Range< T > &_other) constRange< T >
Range() noexceptRange< T >
Range(const T _min, const T _max) noexceptRange< T >
Range(const std::pair< T, T > &_bounds) noexceptRange< T >
Resize(const T _min, const T _max) noexceptRange< T >
Sample() const noexceptRange< T >
SetCenter(const T _t) noexceptRange< T >
Translate(const T _t) noexceptRange< T >