|
dune-grid 2.10
|
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 | |
| int | Dune::VTK::renumber (const Dune::GeometryType &t, int i) |
| renumber VTK <-> Dune | |
| template<typename T > | |
| int | Dune::VTK::renumber (const T &t, int i) |
| renumber VTK <-> Dune | |
| std::string | Dune::VTK::getEndiannessString () |
| determine endianness of this C++ implementation | |
| std::string | Dune::VTK::toString (Precision p) |
| map precision to VTK type name | |
| std::size_t | Dune::VTK::typeSize (Precision p) |
| map precision to byte size | |
Common stuff for the VTKWriter.
This file contains common stuff for all instances of VTKWriter.