#include "config.h"
#include <sstream>
#include <BaseType.h>
#include <Float64.h>
#include <Str.h>
#include <Array.h>
#include <Grid.h>
#include "D4RValue.h"
#include <Error.h>
#include <DDS.h>
#include <debug.h>
#include <util.h>
#include "BESDebug.h"
#include "LinearScaleFunction.h"
Go to the source code of this file.
|
| | libdap |
| | static class NCMLUtil overview
|
| |
|
| void | libdap::function_dap2_linear_scale (int argc, BaseType *argv[], DDS &, BaseType **btpp) |
| | Given a BaseType, scale it using 'y = mx + b'. More...
|
| |
| BaseType * | libdap::function_dap4_linear_scale (D4RValueList *args, DMR &dmr) |
| | Given a BaseType, scale it using 'y = mx + b'. More...
|
| |
| BaseType * | libdap::function_linear_scale_worker (BaseType *bt, double m, double b, double missing, bool use_missing) |
| |