GridTable.hpp File Reference

#include "List.hpp"
#include "SortedList.hpp"

Include dependency graph for GridTable.hpp:

This graph shows which files directly or indirectly include this file:


Classes

class  gridData< T >
 Helper class for GridTable. More...
struct  refinementInfo
 Helper structure for GridTable. More...
class  GridTable< T >
 Template for a multidimensional hierarchical representation of grid data. More...

Functions

int CalcLevel (const Array< int > &pos)
bool operator> (refinementInfo info1, refinementInfo info2)
 Introduces an order.
bool operator< (refinementInfo info1, refinementInfo info2)
 Introduces an order.
std::ostream & operator<< (std::ostream &o, refinementInfo &info)
template<typename T>
std::ostream & operator<< (std::ostream &out, GridTable< T > &gridTab)

Function Documentation

int CalcLevel ( const Array< int > &  pos  ) 

bool operator< ( refinementInfo  info1,
refinementInfo  info2 
)

Introduces an order.

template<typename T>
std::ostream& operator<< ( std::ostream &  out,
GridTable< T > &  gridTab 
) [inline]

std::ostream& operator<< ( std::ostream &  o,
refinementInfo info 
)

bool operator> ( refinementInfo  info1,
refinementInfo  info2 
)

Introduces an order.


Generated on Fri Sep 21 12:33:14 2007 for SG2 by  doxygen 1.5.2