ESyS-Particle  2.3.4
pfcc.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2017 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.apache.org/licenses/LICENSE-2.0 //
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
pfcc.h
read_bbx
pair< Vec3, Vec3 > read_bbx(const string &filename)
Definition: pfcc.cpp:111
Vec3
Definition: vec3.h:47
pfc_convert
void pfc_convert(const string &, const string &, const Vec3 &, const Vec3 &, int, int, int, double)
Definition: pfcc.cpp:38
pfc_convert
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
read_bbx
pair< Vec3, Vec3 > read_bbx(const string &)
Definition: pfcc.cpp:111