#include "Felt_File.h"
#include <milib/milib.h>
#include "CDMDataType.h"
#include "DataImpl.h"
#include "Utils.h"
#include "interpolation.h"
#include <cstring>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <cerrno>
#include <cassert>
#include <ctime>
#include <cmath>
#include <iostream>
#include <fstream>
#include <boost/scoped_array.hpp>
#include <algorithm>
Namespaces | |
namespace | MetNoFelt |
Classes | |
class | MetNoFelt::Scale< T > |
Functions | |
void | MetNoFelt::fdPtrClose (int *fdPtr) |
template<typename T> | |
boost::shared_ptr< MetNoFimex::Data > | MetNoFelt::createScaledData (const boost::shared_array< short > &header_data, size_t dataSize, double newFillValue, double scalingFactor) |