|
ViennaGrid - The Vienna Grid Library
2.1.0
|
Reader for Neper .tess files. More...
#include <neper_tess_reader.hpp>
Public Member Functions | |
| template<typename MeshT > | |
| int | operator() (MeshT &mesh_obj, std::string const &filename) const |
| The functor interface triggering the read operation. Segmentations are not supported in this version. | |
| template<typename MeshT > | |
| void | operator() (MeshT &mesh_obj, std::string const &filename, std::vector< std::pair< typename viennagrid::result_of::point< MeshT >::type, int > > &seed_points) const |
| The functor interface triggering the read operation. Segmentations are not supported in this version. | |
Reader for Neper .tess files.
See http://neper.sourceforge.net/docs/neper.pdf page 49-52 for a description of the file format
| int operator() | ( | MeshT & | mesh_obj, |
| std::string const & | filename | ||
| ) | const [inline] |
The functor interface triggering the read operation. Segmentations are not supported in this version.
| mesh_obj | The mesh where the file content is written to |
| filename | Name of the file |
| void operator() | ( | MeshT & | mesh_obj, |
| std::string const & | filename, | ||
| std::vector< std::pair< typename viennagrid::result_of::point< MeshT >::type, int > > & | seed_points | ||
| ) | const [inline] |
The functor interface triggering the read operation. Segmentations are not supported in this version.
| mesh_obj | The mesh where the file content is written to |
| filename | Name of the file |
| seed_points | A container for seed points, output parameter |
1.7.6.1