ESyS-Particle  2.2.2
frame_vtk.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 __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(const string &, const string &, int, bool, const string &, double, double)
Definition: frame_vtk.cpp:1112
void do_single_frame_vtk_single_r(const string &infilename, const string &outfilename, int iframe, int ptag, bool unwrap, bool remove_xbonds, double bond_remove_dist)
Definition: frame_vtk.cpp:961
void do_single_frame_sliced_vtk_r(const string &infilename, const string &outfilename, int iframe, bool with_list, const string &listfilename, double slz_min, double slz_max)
Definition: frame_vtk.cpp:1118
void do_single_frame_vtk_r(const string &infilename, const string &outfilename, int iframe, bool with_list, const string &listfilename, bool remove_xbonds, double bond_remove_dist, bool with_brklist, const string &brklistname, bool unwrap, bool relpath)
Definition: frame_vtk.cpp:726
void do_single_frame_vtk(const string &infilename, const string &outfilename, int iframe, bool with_list, const string &listfilename, bool remove_xbonds, double bond_remove_dist)
Definition: frame_vtk.cpp:577
void writeMeshFile(const string &infilename, const string &outfilename, int snapNum)
Definition: frame_vtk.cpp:1276