22 #ifndef CONNECTION_REPORTER_HPP
23 #define CONNECTION_REPORTER_HPP
24 #include <LbmLib/include/reportHandler/AbstractReportFunctor.hpp>
34 namespace reportHandler {
46 const std::vector<std::shared_ptr<geometry::Connection> >& connections,
47 const std::string& filename)
49 connections_(connections) {}
55 virtual void operator()(
unsigned int time)
const;
61 const std::vector<std::shared_ptr<geometry::Connection> >& connections_;
65 #endif // CONNECTION_REPORTER_HPP
ConnectionReporter(const std::vector< std::shared_ptr< geometry::Connection > > &connections, const std::string &filename)
GeomertyHandler The constructor.
The GridReporter class This class reports the grid.
virtual void operator()(unsigned int time) const
operator() Writes the report
the abstract reporter functor inherit from this for your reporters