SourceForge.net Logo

camvox::TInterval< T > Class Template Reference

#include <Interval.h>

List of all members.

template<class T>
class camvox::TInterval< T >


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

low
high

Constructor & Destructor Documentation

template<class T>
camvox::TInterval< T >::TInterval ( _low,
_high 
) [inline]

template<class T>
camvox::TInterval< T >::TInterval ( value  )  [inline]

template<class T>
camvox::TInterval< T >::~TInterval (  )  [inline]


Member Function Documentation

template<class T>
TInterval camvox::TInterval< T >::operator+ ( const TInterval< T > &  other  )  const [inline]

template<class T>
TInterval camvox::TInterval< T >::operator- ( const TInterval< T > &  other  )  const [inline]

template<class T>
TInterval camvox::TInterval< T >::operator* ( const TInterval< T > &  other  )  const [inline]

template<class T>
TInterval camvox::TInterval< T >::operator/ ( const TInterval< T > &  other  )  const [inline]

template<class T>
TInterval camvox::TInterval< T >::abs ( void   )  const [inline]

template<class T>
TInterval camvox::TInterval< T >::square ( void   )  const [inline]

template<class T>
TInterval camvox::TInterval< T >::squareroot ( void   )  const [inline]


Member Data Documentation

template<class T>
T camvox::TInterval< T >::low

template<class T>
T camvox::TInterval< T >::high


The documentation for this class was generated from the following file: