Acoustic FDTD Solver
Main Page
Classes
Files
File List
File Members
include
SimulationOutputFile.hpp
Go to the documentation of this file.
1
#ifndef SIMULATIONOUTPUTFILE_HPP
2
#define SIMULATIONOUTPUTFILE_HPP
3
4
#include "
constant.hpp
"
5
6
#include "
ACFDTD22.hpp
"
7
#include "
PointSensor.hpp
"
8
#include "
LineSensor.hpp
"
9
10
class
SimulationOutputFile
{
11
H5::H5File
file
;
12
H5::Group
group
;
13
public
:
14
SimulationOutputFile
();
15
void
open
(
const
std::string &h5_file_name);
16
SimulationOutputFile
&
operator<<
(
const
ACFDTD22
&ac);
17
SimulationOutputFile
&
operator<<
(
const
PointSensor
&sen);
18
SimulationOutputFile
&
operator<<
(
const
LineSensor
&sen);
19
void
close
();
20
};
21
22
#endif
Generated on Sun Jun 30 2013 00:04:08 for Acoustic FDTD Solver by
1.8.1.2