#include <SparseGrid.hpp>
Collaboration diagram for singleGridData< T >:

Public Member Functions | |
| singleGridData< T > & | operator= (const singleGridData< T > &src) |
| std::ofstream & | Write (std::ofstream &out) |
| int | Read () |
| int | GetLevel () |
Public Attributes | |
| Array< int > | position |
| T | data |
| double | param |
| double | weight |
| singleGridData<T>& singleGridData< T >::operator= | ( | const singleGridData< T > & | src | ) | [inline] |
| std::ofstream& singleGridData< T >::Write | ( | std::ofstream & | out | ) | [inline] |
| int singleGridData< T >::Read | ( | ) | [inline] |
| int singleGridData< T >::GetLevel | ( | ) | [inline] |
| Array<int> singleGridData< T >::position |
| T singleGridData< T >::data |
| double singleGridData< T >::param |
| double singleGridData< T >::weight |
1.5.2