ESyS-Particle  2.3
frame_silo.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2014 by The University of Queensland //
4 // Centre for Geoscience Computing //
5 // http://earth.uq.edu.au/centre-geoscience-computing //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.opensource.org/licenses/osl-3.0.php //
10 // //
12 
13 #ifndef __FRAME_SILO_H
14 #define __FRAME_SILO_H
15 
16 // -- STL includes --
17 #include <string>
18 
19 using std::string;
20 
21 void saveSiloSnap(const string&,const string&,int,bool,const string&,bool);
22 void saveSiloSnapSliced(const string&,const string&,int,bool,const string&,double,double);
23 
24 
25 #endif // __FRAME_SILO_H
void saveSiloSnapSliced(const string &, const string &, int, bool, const string &, double, double)
Definition: frame_silo.cpp:447
void saveSiloSnap(const string &, const string &, int, bool, const string &, bool)
Definition: frame_silo.cpp:349