LBIBCell
 All Classes Functions Variables Friends Pages
LbmLib::reportHandler::vtkCellPNGReporter Class Reference

The vtkCellReporter class This class dumps the cell boundaries, cell attributes and cell forces in .vtm vtk format. More...

#include <vtkCellPNGReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::vtkCellPNGReporter:
LbmLib::reportHandler::AbstractReportFunctor

Public Member Functions

 vtkCellPNGReporter (const std::vector< std::shared_ptr< geometry::Connection > > &connections, const std::string &filename)
 vtkCellReporter The constructor. More...
 
virtual void operator() (unsigned int time) const
 operator() Writes the report More...
 
- Public Member Functions inherited from LbmLib::reportHandler::AbstractReportFunctor
 AbstractReportFunctor (const std::string &filename)
 ReportFunctor The constructor of a reporter functor which takes a name. More...
 
virtual ~AbstractReportFunctor ()
 ~ReportFunctor virtual destructor
 

Additional Inherited Members

- Protected Attributes inherited from LbmLib::reportHandler::AbstractReportFunctor
const std::string filename_
 filename_ Stores the filename of this functor
 

Detailed Description

The vtkCellReporter class This class dumps the cell boundaries, cell attributes and cell forces in .vtm vtk format.

Definition at line 52 of file vtkCellPNGReporter.hpp.

Constructor & Destructor Documentation

LbmLib::reportHandler::vtkCellPNGReporter::vtkCellPNGReporter ( const std::vector< std::shared_ptr< geometry::Connection > > &  connections,
const std::string &  filename 
)
inline

vtkCellReporter The constructor.

Parameters
connectionsThe connections between the geomtry nodes.
filenameThe filename where the dump is written to.

Definition at line 59 of file vtkCellPNGReporter.hpp.

Member Function Documentation

void LbmLib::reportHandler::vtkCellPNGReporter::operator() ( unsigned int  time) const
virtual

operator() Writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 54 of file vtkCellPNGReporter.cpp.


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