|
template<class Grid > |
| VtkReader (GridFactory< Grid > &) -> VtkReader< Grid, Vtk::ContinuousGridCreator< Grid > > |
|
template<class GridCreator , class = std::void_t<typename GridCreator::Grid>> |
| VtkReader (GridCreator &) -> VtkReader< typename GridCreator::Grid, GridCreator > |
|
template<class GridCreator , class = std::void_t<typename GridCreator::Grid>> |
| VtkReader (std::shared_ptr< GridCreator >) -> VtkReader< typename GridCreator::Grid, GridCreator > |
|
template<class IStream , class T , class Sections > |
Sections | readDataArray (IStream &input, std::vector< T > &values, std::size_t max_size, Sections section, Sections parent_section) |
|
template<class IStream , class Sections > |
Sections | skipRestOfDataArray (IStream &input, Sections section, Sections parent_section) |
|
template<class GridView , class = std::void_t<typename GridView::IndexSet>> |
| VtkWriter (GridView const &, Vtk::FormatTypes=Vtk::FormatTypes::BINARY, Vtk::DataTypes=Vtk::DataTypes::FLOAT32) -> VtkWriter< GridView > |
|
template<class GridView , class... Args, Vtk::IsGridView< GridView > = true> |
| VtkImageDataWriter (GridView, Args...) -> VtkImageDataWriter< GridView, Vtk::StructuredDataCollector< GridView > > |
|
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true> |
| VtkImageDataWriter (DataCollector &, Args...) -> VtkImageDataWriter< typename DataCollector::GridView, DataCollector > |
|
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true> |
| VtkImageDataWriter (std::shared_ptr< DataCollector >, Args...) -> VtkImageDataWriter< typename DataCollector::GridView, DataCollector > |
|
template<class GridView , class... Args, Vtk::IsGridView< GridView > = true> |
| VtkRectilinearGridWriter (GridView, Args...) -> VtkRectilinearGridWriter< GridView, Vtk::StructuredDataCollector< GridView > > |
|
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true> |
| VtkRectilinearGridWriter (DataCollector &, Args...) -> VtkRectilinearGridWriter< typename DataCollector::GridView, DataCollector > |
|
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true> |
| VtkRectilinearGridWriter (std::shared_ptr< DataCollector >, Args...) -> VtkRectilinearGridWriter< typename DataCollector::GridView, DataCollector > |
|
template<class GridView , class... Args, Vtk::IsGridView< GridView > = true> |
| VtkStructuredGridWriter (GridView, Args...) -> VtkStructuredGridWriter< GridView, Vtk::StructuredDataCollector< GridView > > |
|
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true> |
| VtkStructuredGridWriter (DataCollector &, Args...) -> VtkStructuredGridWriter< typename DataCollector::GridView, DataCollector > |
|
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true> |
| VtkStructuredGridWriter (std::shared_ptr< DataCollector >, Args...) -> VtkStructuredGridWriter< typename DataCollector::GridView, DataCollector > |
|
template<class GridView , class... Args, Vtk::IsGridView< GridView > = true> |
| VtkUnstructuredGridWriter (GridView, Args...) -> VtkUnstructuredGridWriter< GridView, Vtk::ContinuousDataCollector< GridView > > |
|
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true> |
| VtkUnstructuredGridWriter (DataCollector &, Args...) -> VtkUnstructuredGridWriter< typename DataCollector::GridView, DataCollector > |
|
template<class DataCollector , class... Args, Vtk::IsDataCollector< DataCollector > = true> |
| VtkUnstructuredGridWriter (std::shared_ptr< DataCollector >, Args...) -> VtkUnstructuredGridWriter< typename DataCollector::GridView, DataCollector > |
|