Go to the source code of this file.
|
template<class GridView , class = std::void_t<typename GridView::IndexSet>> |
| Dune::VtkStructuredGridWriter (GridView const &, Vtk::FormatTypes=Vtk::FormatTypes::BINARY, Vtk::DataTypes=Vtk::DataTypes::FLOAT32) -> VtkStructuredGridWriter< GridView, Vtk::StructuredDataCollector< GridView >> |
|
template<class DataCollector , class = std::void_t<typename DataCollector::GridView>> |
| Dune::VtkStructuredGridWriter (DataCollector &, Vtk::FormatTypes=Vtk::FormatTypes::BINARY, Vtk::DataTypes=Vtk::DataTypes::FLOAT32) -> VtkStructuredGridWriter< typename DataCollector::GridView, DataCollector > |
|
template<class DataCollector , class = std::void_t<typename DataCollector::GridView>> |
| Dune::VtkStructuredGridWriter (std::shared_ptr< DataCollector >, Vtk::FormatTypes=Vtk::FormatTypes::BINARY, Vtk::DataTypes=Vtk::DataTypes::FLOAT32) -> VtkStructuredGridWriter< typename DataCollector::GridView, DataCollector > |
|