write a GridView to a DGF file
More...
#include <dune/grid/io/file/dgfparser/dgfwriter.hh>
Public Member Functions |
| DGFWriter (const GridView &gridView) |
| constructor
|
void | write (std::ostream &gridout) const |
| write the GridView into a std::ostreamm
|
void | write (const std::string &fileName) const |
| write the GridView to a file
|
Detailed Description
template<class GV>
class Dune::DGFWriter< GV >
write a GridView to a DGF file
The DGFWriter allows create a DGF file from a given GridView. It allows for the easy creation of file format converters.
- Template Parameters
-
Member Typedef Documentation
type of underlying hierarchical grid
Constructor & Destructor Documentation
constructor
- Parameters
-
[in] | gridView | grid view to operate on |
Member Function Documentation
write the GridView into a std::ostreamm
- Parameters
-
gridout | std::ostream to write the grid to |
Referenced by main().
write the GridView to a file
- Parameters
-
[in] | fileName | name of the write to write the grid to |
Member Data Documentation
The documentation for this class was generated from the following file: