#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) |
| int CalcLevel | ( | const Array< int > & | pos | ) |
| bool operator< | ( | refinementInfo | info1, | |
| refinementInfo | info2 | |||
| ) |
Introduces an order.
| 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.
1.5.2