WaveBlocksND
Public Attributes | List of all members
waveblocks::io::ctype Struct Reference

The ctype struct for writing complex numbers. More...

#include <hdf5writer.hpp>

Public Attributes

double real =0.
 
double imag =0.
 

Detailed Description

The ctype struct for writing complex numbers.

The ctype struct is used for defining an H5:CompType which is used to write complex numbers in a simplified manner which is compatible with the python HDF interface. Also the default value for this type is defined as 0 + 0*i which is used for the allocation of memory in the HDF format

Member Data Documentation

double waveblocks::io::ctype::imag =0.
double waveblocks::io::ctype::real =0.

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