Particle Identification and Tracking
Functions
wrapper_o_hdf.cpp File Reference
#include <iostream>
#include <sstream>
#include <stdexcept>
#include "particle_track.h"
#include "attr_list_hdf.h"
#include "read_config.h"
#include "track_box.h"
#include "wrapper_o_hdf.h"
#include "wrapper_o_hdf_group.h"
#include "H5Cpp.h"
+ Include dependency graph for wrapper_o_hdf.cpp:

Functions

template<class T >
void local_add_meta_data_root (const std::string &key, T val, bool wrapper_open, H5File *file)
 
template<class T >
void local_add_meta_data (const std::string &key, T val, bool group_open, Wrapper_o_hdf_group *current_group)
 
template<class T >
void local_add_meta (const std::string &key, T val, D_TYPE dset_type, bool wrapper_open, int comp_number, Group *dset_pram_group)
 

Function Documentation

template<class T >
void local_add_meta ( const std::string &  key,
val,
D_TYPE  dset_type,
bool  wrapper_open,
int  comp_number,
Group *  dset_pram_group 
)
template<class T >
void local_add_meta_data ( const std::string &  key,
val,
bool  group_open,
Wrapper_o_hdf_group current_group 
)
template<class T >
void local_add_meta_data_root ( const std::string &  key,
val,
bool  wrapper_open,
H5File *  file 
)