22 #ifndef GRIDREPORTER_HPP
23 #define GRIDREPORTER_HPP
24 #include <LbmLib/include/reportHandler/AbstractReportFunctor.hpp>
29 class GeometryHandler;
32 namespace reportHandler {
45 const std::string& filename)
47 geoHandler_(geoHandler) {}
53 virtual void operator()(
unsigned int time)
const;
63 #endif // GRIDREPORTER_HPP
virtual void operator()(unsigned int time) const
operator() Writes the report
GridReporter(const geometry::GeometryHandler &geoHandler, const std::string &filename)
GeomertyHandler The constructor.
The GridReporter class This class reports the grid.
the abstract reporter functor inherit from this for your reporters
class responsible for generating the internal geometry representation