#include <math.h>#include "QGpCoreToolsDLLExport.h"#include "Point2D.h"#include "Translations.h"#include "CoreApplication.h"#include "XMLClass.h"Go to the source code of this file.
Classes | |
| class | QGpCoreTools::Grid2D< ValueType > |
| A 2D grid with regular cell sizes. More... | |
Namespaces | |
| namespace | QGpCoreTools |
Functions | |
| template<class ValueType > | |
| QGPCORETOOLS_EXPORT QTextStream & | QGpCoreTools::operator<< (QTextStream &s, Grid2D< ValueType > &grd) |
| template<class ValueType > | |
| QTextStream & | QGpCoreTools::operator<< (QTextStream &s, const Grid2D< double > &grd) |
| template<class ValueType > | |
| QGPCORETOOLS_EXPORT QTextStream & | QGpCoreTools::operator>> (QTextStream &s, Grid2D< ValueType > &grd) |