home | project pages | download | documentation | doxygen | contact |
#include <Interval.h>
Public Member Functions | |
TInterval (T _low, T _high) | |
TInterval (T value) | |
~TInterval () | |
TInterval | operator+ (const TInterval &other) const |
TInterval | operator- (const TInterval &other) const |
TInterval | operator* (const TInterval &other) const |
TInterval | operator/ (const TInterval &other) const |
TInterval | abs (void) const |
TInterval | square (void) const |
TInterval | squareroot (void) const |
Public Attributes | |
T | low |
T | high |
camvox::TInterval< T >::TInterval | ( | T | _low, | |
T | _high | |||
) | [inline] |
camvox::TInterval< T >::TInterval | ( | T | value | ) | [inline] |
camvox::TInterval< T >::~TInterval | ( | ) | [inline] |
TInterval camvox::TInterval< T >::operator+ | ( | const TInterval< T > & | other | ) | const [inline] |
TInterval camvox::TInterval< T >::operator- | ( | const TInterval< T > & | other | ) | const [inline] |
TInterval camvox::TInterval< T >::operator* | ( | const TInterval< T > & | other | ) | const [inline] |
TInterval camvox::TInterval< T >::operator/ | ( | const TInterval< T > & | other | ) | const [inline] |
TInterval camvox::TInterval< T >::abs | ( | void | ) | const [inline] |
TInterval camvox::TInterval< T >::square | ( | void | ) | const [inline] |
TInterval camvox::TInterval< T >::squareroot | ( | void | ) | const [inline] |
T camvox::TInterval< T >::low |
T camvox::TInterval< T >::high |