#include <string>
#include <vector>
#include <iosfwd>
#include <boost/array.hpp>
Go to the source code of this file.
Namespaces | |
namespace | felt |
Classes | |
class | felt::FeltGridDefinition |
Functions | |
boost::array< float, 6 > | felt::gridParameters (int gridType, int xNum, int yNum, int a, int b, int c, int d, const std::vector< short int > &extraData) |
std::string | felt::gridParametersToProjDefinition (int gridType, const boost::array< float, 6 > &gridPars) |
std::ostream & | felt::contentSummary (std::ostream &out, const FeltGridDefinition &grid) |