IODA
Copying.h File Reference

Generic copying facility. More...

#include <algorithm>
#include <gsl/gsl-lite.hpp>
#include <memory>
#include <set>
#include <utility>
#include <vector>
#include "ioda/Group.h"
#include "ioda/defs.h"
Include dependency graph for Copying.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ioda::ObjectSelection
 Allows you to select objects for a copy operation. More...
 
struct  ioda::ScaleMapping
 Settings for how to remap dimension scales. More...
 

Namespaces

 ioda
 

Functions

IODA_DL void ioda::copy (const ObjectSelection &from, ObjectSelection &to, const ScaleMapping &scale_map)
 Generic data copying function. More...
 

Detailed Description

Generic copying facility.

Note
Feature is under development. This is a placeholder header file.

Definition in file Copying.h.