IODA
ioda::ScaleMapping Struct Reference

Settings for how to remap dimension scales. More...

#include <Copying.h>

Public Member Functions

 ~ScaleMapping ()
 

Public Attributes

std::vector< std::pair< Variable, Variable > > map_from_to
 
std::vector< Variablemap_new
 
bool autocreate = false
 

Detailed Description

Settings for how to remap dimension scales.

Definition at line 78 of file Copying.h.

Constructor & Destructor Documentation

◆ ~ScaleMapping()

ioda::ScaleMapping::~ScaleMapping ( )

Definition at line 61 of file Copying.cpp.

Member Data Documentation

◆ autocreate

bool ioda::ScaleMapping::autocreate = false

Definition at line 84 of file Copying.h.

◆ map_from_to

std::vector<std::pair<Variable, Variable> > ioda::ScaleMapping::map_from_to

Definition at line 82 of file Copying.h.

◆ map_new

std::vector<Variable> ioda::ScaleMapping::map_new

Definition at line 83 of file Copying.h.


The documentation for this struct was generated from the following files: