|
ViennaGrid - The Vienna Grid Library
2.1.0
|
Reader for .bnd files. More...
#include <bnd_reader.hpp>
Public Member Functions | |
| template<typename MeshT , typename SegmentationT > | |
| void | operator() (MeshT &mesh, SegmentationT &segmentation, std::string const &filename) const |
| The functor interface triggering the read operation. Segmentations are not supported in this version. | |
Reader for .bnd files.
| void operator() | ( | MeshT & | mesh, |
| SegmentationT & | segmentation, | ||
| std::string const & | filename | ||
| ) | const [inline] |
The functor interface triggering the read operation. Segmentations are not supported in this version.
| mesh | The mesh where the file content is written to |
| segmentation | The mesh where the file content is written to |
| filename | Name of the file |
1.7.6.1