OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
PRegion.h File Reference
#include "Message/Message.h"
#include <iostream>
Include dependency graph for PRegion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PRegion< T >
 
class  PRegion< T >
 

Functions

template<class T >
PRegion< Toperator+ (const PRegion< T > &, T)
 
template<class T >
PRegion< Toperator+ (T, const PRegion< T > &)
 
template<class T >
PRegion< Toperator- (const PRegion< T > &, T)
 
template<class T >
PRegion< Toperator- (T, const PRegion< T > &)
 
template<class T >
PRegion< Toperator- (const PRegion< T > &)
 
template<class T >
PRegion< Toperator* (const PRegion< T > &, T)
 
template<class T >
PRegion< Toperator* (T, const PRegion< T > &)
 
template<class T >
PRegion< Toperator/ (const PRegion< T > &, T)
 
template<class T >
std::ostream & operator<< (std::ostream &, const PRegion< T > &)
 

Function Documentation

template<class T >
PRegion< T > operator* ( const PRegion< T > &  r,
T  t 
)
inline

Definition at line 257 of file PRegion.h.

References PRegion< T >::first(), and PRegion< T >::last().

Here is the call graph for this function:

template<class T >
PRegion< T > operator* ( T  t,
const PRegion< T > &  r 
)
inline

Definition at line 262 of file PRegion.h.

References PRegion< T >::first(), and PRegion< T >::last().

Here is the call graph for this function:

template<class T >
PRegion< T > operator+ ( const PRegion< T > &  r,
T  t 
)
inline

Definition at line 230 of file PRegion.h.

References PRegion< T >::first(), and PRegion< T >::last().

Here is the call graph for this function:

template<class T >
PRegion< T > operator+ ( T  t,
const PRegion< T > &  r 
)
inline

Definition at line 235 of file PRegion.h.

References PRegion< T >::first(), and PRegion< T >::last().

Here is the call graph for this function:

template<class T >
PRegion< T > operator- ( const PRegion< T > &  r,
T  t 
)
inline

Definition at line 240 of file PRegion.h.

References PRegion< T >::first(), and PRegion< T >::last().

Here is the call graph for this function:

template<class T >
PRegion< T > operator- ( T  t,
const PRegion< T > &  r 
)
inline

Definition at line 245 of file PRegion.h.

References PRegion< T >::first(), and PRegion< T >::last().

Here is the call graph for this function:

template<class T >
PRegion< T > operator- ( const PRegion< T > &  r)
inline

Definition at line 252 of file PRegion.h.

References PRegion< T >::first(), and PRegion< T >::last().

Here is the call graph for this function:

template<class T >
PRegion< T > operator/ ( const PRegion< T > &  r,
T  t 
)
inline

Definition at line 267 of file PRegion.h.

References PRegion< T >::first(), and PRegion< T >::last().

Here is the call graph for this function:

template<class T >
std::ostream & operator<< ( std::ostream &  out,
const PRegion< T > &  r 
)
inline

Definition at line 277 of file PRegion.h.

References PRegion< T >::min().

Here is the call graph for this function: