PlasCom2  1.0
XPACC Multi-physics simluation application
IndexUtil.H File Reference
#include <vector>
#include <istream>
#include <ostream>
#include <cstdlib>
Include dependency graph for IndexUtil.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sizeextent
 Simple Block Structured Mesh object. More...
 

Namespaces

 ix
 Defines MPI-specific parallel global and program classes.
 
 ix::util
 General support utilities.
 

Functions

template<typename DataType >
bool IntervalOverlaps (const DataType &i1, const DataType &i2, const DataType &j1, const DataType &j2)
 
std::ostream & operator<< (std::ostream &outStream, const ix::util::sizeextent &sizeExtent)
 
std::istream & operator>> (std::istream &inStream, ix::util::sizeextent &sizeExtent)