Phoxonics
1.0
Object Oriented FDTD Software
|
Public Member Functions | |
Hdf5Base (std::string h5_file_name, std::string dataset_name, bool print_exception) | |
virtual | ~Hdf5Base () |
virtual void | create_dataset_slice (const void *data) |
virtual void | create_dataset (const void *data) |
Protected Attributes | |
H5std_string | h5_file_name_ |
H5std_string | dataset_name_ |
bool | print_exception_ |
long long unsigned int | dim_y_extend_ { 1 } |
long long unsigned int | dim_z_extend_ { 1 } |
long long unsigned int | data_offset_ { 0 } |
![]() | |
Logger | log_ |
Additional Inherited Members | |
![]() | |
typedef Formatter | fmt_ |
![]() | |
CommonBase () | |
virtual | ~CommonBase () |
|
explicit |
References phoxonics::common::CommonBase::log_, and phoxonics::common::Logger::log_trac().
|
virtual |
References phoxonics::common::CommonBase::log_, and phoxonics::common::Logger::log_trac().
|
virtual |
Reimplemented in phoxonics::common::Hdf5Grid1D, and phoxonics::common::Hdf5Grid2D.
References phoxonics::common::CommonBase::log_, and phoxonics::common::Logger::log_trac().
|
virtual |
Reimplemented in phoxonics::common::Hdf5Grid1DSlice, and phoxonics::common::Hdf5Grid2DSlice.
References phoxonics::common::CommonBase::log_, and phoxonics::common::Logger::log_trac().
|
protected |
|
protected |
|
protected |
Referenced by phoxonics::common::Hdf5Grid1DSlice::create_dataset_slice().
|
protected |
Referenced by phoxonics::common::Hdf5Grid2DSlice::create_dataset_slice().
|
protected |
|
protected |