IODA
persist/test.cpp File Reference
#include <cmath>
#include <iostream>
#include <vector>
#include "ioda/Engines/Factory.h"
#include "ioda/Exception.h"
#include "ioda/Group.h"
Include dependency graph for persist/test.cpp:

Go to the source code of this file.

Functions

void check_dimensions (const std::string &name, const ioda::Dimensions &dims, const std::vector< ioda::Dimensions_t > &exp_dims)
 
void check_data (const std::string &name, const std::vector< double > &data, const std::vector< double > &exp_data)
 
void check_data (const std::string &name, const std::vector< int > &data, const std::vector< int > &exp_data)
 
void build_group_structure (ioda::Group g)
 
void check_group_structure (ioda::Group g)
 
int main (int argc, char **argv)
 

Function Documentation

◆ build_group_structure()

void build_group_structure ( ioda::Group  g)

Definition at line 109 of file persist/test.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ check_data() [1/2]

void check_data ( const std::string &  name,
const std::vector< double > &  data,
const std::vector< double > &  exp_data 
)

Definition at line 49 of file persist/test.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ check_data() [2/2]

void check_data ( const std::string &  name,
const std::vector< int > &  data,
const std::vector< int > &  exp_data 
)

Definition at line 80 of file persist/test.cpp.

Here is the call graph for this function:

◆ check_dimensions()

void check_dimensions ( const std::string &  name,
const ioda::Dimensions dims,
const std::vector< ioda::Dimensions_t > &  exp_dims 
)

Definition at line 19 of file persist/test.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ check_group_structure()

void check_group_structure ( ioda::Group  g)

Definition at line 130 of file persist/test.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 178 of file persist/test.cpp.

Here is the call graph for this function: