dune-vtk 2.8
|
Go to the source code of this file.
Classes | |
class | Dune::Vtk::Path |
Namespaces | |
namespace | Dune |
namespace | Dune::Vtk |
Functions | |
bool | Dune::Vtk::exists (Path const &) |
Test whether the path is a valid (existing and accessible) file / directory. More... | |
bool | Dune::Vtk::createDirectories (Path const &) |
Create directory and non existing parent directories. More... | |
Path | Dune::Vtk::currentPath () |
Returns the current path. More... | |
Path | Dune::Vtk::relative (Path const &a, Path const &b) |
Find the path of a relative to directory of b More... | |