ESyS-Particle  2.3.4
mesh.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 __MESH_H
14 #define __MESH_H
15 
16 #include <string>
17 using std::string;
18 
19 void do_mesh(const string&,const string&);
20 
21 #endif // __MESH_H
esys::lsm::MeshReader::getNodeIterator
NodeIterator & getNodeIterator()
Definition: MeshReader.cpp:113
MeshData.h
esys::lsm::MeshReader
class to read triangle meshes from Finley mesh format files
Definition: MeshReader.h:68
MeshReader.h
do_mesh
void do_mesh(const string &, const string &)
Definition: mesh.cpp:30
mesh.h
do_mesh
void do_mesh(const string &infilename, const string &outfilename)
Definition: mesh.cpp:30
esys::lsm::bpu::iter
boost::python::object iter(const boost::python::object &pyOb)
Definition: Util.h:25
esys::lsm::MeshReader::getTriIterator
TriIterator & getTriIterator()
Definition: MeshReader.cpp:121