ESyS-Particle  2.3
frame_vtk.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_VTK_H
14 #define __FRAME_VTK_H
15 
16 // -- STL includes --
17 #include <string>
18 
19 using std::string;
20 
21 void do_single_frame_vtk(const string&,const string&,int,bool,const string&,bool,double);
22 void do_single_frame_vtk_r(const string&,const string&,int,bool,const string&,bool,double,bool,const string&,bool,bool);
23 void do_single_frame_sliced_vtk(const string&,const string&,int,bool,const string&,double,double);
24 void do_single_frame_sliced_vtk_r(const string&,const string&,int,bool,const string&,double,double);
25 void do_single_frame_vtk_single_r(const string&,const string&,int,int,bool,bool,double);
26 void writeMeshFile(const string&,const string&,int);
27 
28 #endif // __FRAME_H
void do_single_frame_sliced_vtk_r(const string &, const string &, int, bool, const string &, double, double)
Definition: frame_vtk.cpp:1115
void do_single_frame_vtk(const string &, const string &, int, bool, const string &, bool, double)
Definition: frame_vtk.cpp:577
void do_single_frame_vtk_single_r(const string &, const string &, int, int, bool, bool, double)
Definition: frame_vtk.cpp:961
void writeMeshFile(const string &, const string &, int)
Definition: frame_vtk.cpp:1273
void do_single_frame_sliced_vtk(const string &, const string &, int, bool, const string &, double, double)
Definition: frame_vtk.cpp:1109
void do_single_frame_vtk_r(const string &, const string &, int, bool, const string &, bool, double, bool, const string &, bool, bool)
Definition: frame_vtk.cpp:726