|
template<class T , unsigned Dim> |
NDRegion< T, Dim > | operator+ (const NDRegion< T, Dim > &, T) |
|
template<class T , unsigned Dim> |
NDRegion< T, Dim > | operator+ (T, const NDRegion< T, Dim > &) |
|
template<class T , unsigned Dim> |
NDRegion< T, Dim > | operator- (const NDRegion< T, Dim > &, T) |
|
template<class T , unsigned Dim> |
NDRegion< T, Dim > | operator- (T, const NDRegion< T, Dim > &) |
|
template<class T , unsigned Dim> |
NDRegion< T, Dim > | operator- (const NDRegion< T, Dim > &) |
|
template<class T , unsigned Dim> |
NDRegion< T, Dim > | operator* (const NDRegion< T, Dim > &, T) |
|
template<class T , unsigned Dim> |
NDRegion< T, Dim > | operator* (T, const NDRegion< T, Dim > &) |
|
template<class T , unsigned Dim> |
NDRegion< T, Dim > | operator/ (const NDRegion< T, Dim > &, T) |
|
template<class T , unsigned Dim> |
bool | operator< (const NDRegion< T, Dim > &, const NDRegion< T, Dim > &) |
|
template<class T , unsigned Dim> |
bool | operator== (const NDRegion< T, Dim > &, const NDRegion< T, Dim > &) |
|
template<class T , unsigned Dim> |
bool | operator!= (const NDRegion< T, Dim > &, const NDRegion< T, Dim > &) |
|
template<class T , unsigned Dim> |
std::ostream & | operator<< (std::ostream &, const NDRegion< T, Dim > &) |
|