OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"
#include <sstream>
#include <BaseType.h>
#include <Float64.h>
#include <Str.h>
#include <Array.h>
#include <Grid.h>
#include <Error.h>
#include <DDS.h>
#include <debug.h>
#include <util.h>
#include "LinearScaleFunction.h"
Go to the source code of this file.
Namespaces | |
libdap | |
Functions | |
void | libdap::function_linear_scale (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
Given a BaseType, scale it using 'y = mx + b'. More... | |