Main VMesh writer class. Writes a mesh or a segment to a file.
More...
#include <vmesh_writer.hpp>
Public Member Functions |
void | operator() (MeshType const &mesh_obj, SegmentationType const &segmentation, std::string const &inputfile, std::string const &outputfile) |
| Triggers the write process to a *.vmesh file.
|
| vmesh_writer () |
Data Fields |
std::string | empty_ |
std::string | indent_ |
Detailed Description
template<typename MeshType, typename SegmentationType = typename viennagrid::result_of::segmentation<MeshType>::type>
class viennagrid::io::vmesh_writer< MeshType, SegmentationType >
Main VMesh writer class. Writes a mesh or a segment to a file.
- Template Parameters:
-
MeshType | Type of the ViennaGrid mesh. |
SegmentationType | Type of the ViennaGrid segmentation. Default is the default segmentation of MeshType |
Constructor & Destructor Documentation
Member Function Documentation
void operator() |
( |
MeshType const & |
mesh_obj, |
|
|
SegmentationType const & |
segmentation, |
|
|
std::string const & |
inputfile, |
|
|
std::string const & |
outputfile |
|
) |
| [inline] |
Triggers the write process to a *.vmesh file.
- Parameters:
-
mesh_obj | The ViennaGrid mesh |
segmentation | The ViennaGrid segmentation. |
inputfile | The inputfile path |
outputfile | The outputfile path |
Field Documentation
The documentation for this class was generated from the following file: