ESyS-Particle  2.3
pfcc.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 __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
void pfc_convert(const string &, const string &, const Vec3 &, const Vec3 &, int, int, int, double)
Definition: pfcc.cpp:38
Definition: vec3.h:46
pair< Vec3, Vec3 > read_bbx(const string &)
Definition: pfcc.cpp:111