|
ViennaGrid - The Vienna Grid Library
2.1.0
|
Reader for Netgen files obtained from the 'Export mesh...' menu item. Tested with Netgen version 4.9.12. More...
#include <netgen_reader.hpp>
Public Member Functions | |
| template<typename MeshType , typename SegmentationType > | |
| void | operator() (MeshType &mesh_obj, SegmentationType &segmentation, std::string const &filename) const |
| The functor interface triggering the read operation. | |
| template<typename MeshType > | |
| void | operator() (MeshType &mesh_obj, std::string const &filename) |
| The functor interface triggering the read operation. | |
Reader for Netgen files obtained from the 'Export mesh...' menu item. Tested with Netgen version 4.9.12.
| void operator() | ( | MeshType & | mesh_obj, |
| SegmentationType & | segmentation, | ||
| std::string const & | filename | ||
| ) | const [inline] |
The functor interface triggering the read operation.
| mesh_obj | The mesh where the file content is written to |
| segmentation | The segmentation where the file content is written to |
| filename | Name of the file |
| void operator() | ( | MeshType & | mesh_obj, |
| std::string const & | filename | ||
| ) | [inline] |
The functor interface triggering the read operation.
| mesh_obj | The mesh where the file content is written to |
| filename | Name of the file |
1.7.6.1