ESyS-Particle  2.2.2
pfcc.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2013 by The University of Queensland //
4 // Earth Systems Science Computational Centre (ESSCC) //
5 // http://www.uq.edu.au/esscc //
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 __PFCC_H
14 #define __PFCC_H
15 
16 // --- project includes ---
17 #include "../../Foundation/vec3.h"
18 
19 //--- STL includes ---
20 #include <utility>
21 using std::pair;
22 
23 void pfc_convert(const string&,const string&,const Vec3&,const Vec3&,int,int,int,double);
24 pair<Vec3,Vec3> read_bbx(const string&);
25 
26 #endif //__PFCC_H
Definition: vec3.h:46
pair< Vec3, Vec3 > read_bbx(const string &filename)
Definition: pfcc.cpp:111
void pfc_convert(const string &infilename, const string &outfilename, const Vec3 &bbx_min, const Vec3 &bbx_max, int cx, int cy, int cz, double scale)
Definition: pfcc.cpp:38