LBIBCell
 All Classes Functions Variables Friends Pages
LbmLib::reportHandler::AbstractReportFunctor Class Referenceabstract

the abstract reporter functor inherit from this for your reporters More...

#include <AbstractReportFunctor.hpp>

Inheritance diagram for LbmLib::reportHandler::AbstractReportFunctor:
LbmLib::reportHandler::CellTypeReporter LbmLib::reportHandler::ConnectionReporter LbmLib::reportHandler::DensityDomainReporter LbmLib::reportHandler::DensityReporter LbmLib::reportHandler::DomainReporter LbmLib::reportHandler::FluidReporter LbmLib::reportHandler::GeometryReporter LbmLib::reportHandler::GridReporter LbmLib::reportHandler::MatixAbsVelocityReporter LbmLib::reportHandler::SolverReporter LbmLib::reportHandler::UxReporter LbmLib::reportHandler::VelocityReporter LbmLib::reportHandler::vtkCDEReporter LbmLib::reportHandler::vtkCellPNGReporter LbmLib::reportHandler::vtkCellReporter LbmLib::reportHandler::vtkFluidReporter LbmLib::reportHandler::vtkForceReporter

Public Member Functions

 AbstractReportFunctor (const std::string &filename)
 ReportFunctor The constructor of a reporter functor which takes a name. More...
 
virtual ~AbstractReportFunctor ()
 ~ReportFunctor virtual destructor
 
virtual void operator() (unsigned int time) const =0
 operator() This method needs to be overriden by base classes. This should write the report. More...
 

Protected Attributes

const std::string filename_
 filename_ Stores the filename of this functor
 

Detailed Description

the abstract reporter functor inherit from this for your reporters

Definition at line 32 of file AbstractReportFunctor.hpp.

Constructor & Destructor Documentation

LbmLib::reportHandler::AbstractReportFunctor::AbstractReportFunctor ( const std::string &  filename)
inlineexplicit

ReportFunctor The constructor of a reporter functor which takes a name.

Parameters
filenameThe filename which is used by this reporter

Definition at line 38 of file AbstractReportFunctor.hpp.

Member Function Documentation


The documentation for this class was generated from the following file: