ViennaGrid - The Vienna Grid Library
2.1.0
|
Provides a reader for Tetgen .poly files. See http://wias-berlin.de/software/tetgen/fformats.poly.html. More...
#include <fstream>
#include <iostream>
#include <assert.h>
#include "viennagrid/forwards.hpp"
#include "viennagrid/io/helper.hpp"
#include "viennagrid/mesh/mesh.hpp"
Go to the source code of this file.
Data Structures | |
struct | tetgen_poly_reader |
Reader for Tetgen .poly files. More... | |
Namespaces | |
namespace | viennagrid |
The main ViennaGrid namespace. Most user functionality resides directly in this namespace rather than in sub-namespaces. | |
namespace | viennagrid::io |
A namespace with all the input/output functionality, in particular file readers and writers. | |
Functions | |
template<typename stream_type > | |
bool | get_valid_line (stream_type &stream, std::string &line, char comment_line= '#') |
Provides a reader for Tetgen .poly files. See http://wias-berlin.de/software/tetgen/fformats.poly.html.