dune-grid 2.9.0
|
Common stuff for the VTKWriter. More...
#include <limits>
#include <sstream>
#include <string>
#include <cstdint>
#include <dune/common/exceptions.hh>
#include <dune/geometry/type.hh>
#include <dune/common/typetraits.hh>
Go to the source code of this file.
Classes | |
struct | Dune::VTK::PrintType< T > |
determine a type to safely put another type into a stream More... | |
struct | Dune::VTK::PrintType< unsigned char > |
struct | Dune::VTK::PrintType< signed char > |
struct | Dune::VTK::PrintType< char > |
class | Dune::VTK::FieldInfo |
Descriptor struct for VTK fields. More... | |
Namespaces | |
namespace | Dune |
Include standard header files. | |
namespace | Dune::VTK |
Functions | |
GeometryType | Dune::VTK::geometryType (const Dune::GeometryType &t) |
mapping from GeometryType to VTKGeometryType More... | |
int | Dune::VTK::renumber (const Dune::GeometryType &t, int i) |
renumber VTK <-> Dune More... | |
template<typename T > | |
int | Dune::VTK::renumber (const T &t, int i) |
renumber VTK <-> Dune More... | |
std::string | Dune::VTK::getEndiannessString () |
determine endianness of this C++ implementation More... | |
std::string | Dune::VTK::toString (Precision p) |
map precision to VTK type name More... | |
std::size_t | Dune::VTK::typeSize (Precision p) |
map precision to byte size More... | |
Common stuff for the VTKWriter.
This file contains common stuff for all instances of VTKWriter.