LBIBCell
|
The vtkCellReporter class This class dumps the cell boundaries, cell attributes and cell forces in .vtm vtk format. More...
#include <vtkCellPNGReporter.hpp>
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 | |
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.
|
inline |
vtkCellReporter The constructor.
connections | The connections between the geomtry nodes. |
filename | The filename where the dump is written to. |
Definition at line 59 of file vtkCellPNGReporter.hpp.
|
virtual |
operator() Writes the report
time | The time step |
Implements LbmLib::reportHandler::AbstractReportFunctor.
Definition at line 54 of file vtkCellPNGReporter.cpp.