dune-vtk 2.8
Loading...
Searching...
No Matches
Namespaces | Functions
vtkreader.impl.hh File Reference
#include <fstream>
#include <iterator>
#include <sstream>
#include <string>
#include <dune/common/classname.hh>
#include <dune/common/version.hh>
#include "utility/errors.hh"
#include "utility/filesystem.hh"
#include "utility/string.hh"

Go to the source code of this file.

Namespaces

namespace  Dune
 

Functions

template<class IStream , class T , class Sections >
Sections Dune::readDataArray (IStream &input, std::vector< T > &values, std::size_t max_size, Sections section, Sections parent_section)
 
template<class IStream , class Sections >
Sections Dune::skipRestOfDataArray (IStream &input, Sections section, Sections parent_section)