|
Peano
|
#include <PlotFilter.h>

Data Structures | |
| struct | FilterEntry |
| One filter entry. More... | |
Public Types | |
| typedef std::tuple< tarch::la::Vector< Dimensions, double >, tarch::la::Vector< Dimensions, double >, int > | FilterEntryTuple |
Public Member Functions | |
| void | addFilter (FilterEntryTuple newEntry) |
| bool | plotPatch (const peano4::datamanagement::CellMarker &marker) |
| void | finishPlottingStep () |
Private Attributes | |
| std::vector< FilterEntry > | _filterEntries |
Definition at line 13 of file PlotFilter.h.
| typedef std::tuple< tarch::la::Vector<Dimensions,double>, tarch::la::Vector<Dimensions,double>, int > exahype2::PlotFilter::FilterEntryTuple |
Definition at line 37 of file PlotFilter.h.
| void exahype2::PlotFilter::addFilter | ( | FilterEntryTuple | newEntry | ) |
Definition at line 4 of file PlotFilter.cpp.
References _filterEntries, exahype2::PlotFilter::FilterEntry::frequency, exahype2::PlotFilter::FilterEntry::nextPlot, exahype2::PlotFilter::FilterEntry::offset, and exahype2::PlotFilter::FilterEntry::size.
| void exahype2::PlotFilter::finishPlottingStep | ( | ) |
Definition at line 27 of file PlotFilter.cpp.
References _filterEntries.
| bool exahype2::PlotFilter::plotPatch | ( | const peano4::datamanagement::CellMarker & | marker | ) |
Definition at line 14 of file PlotFilter.cpp.
References _filterEntries.
|
private |
Definition at line 30 of file PlotFilter.h.
Referenced by addFilter(), finishPlottingStep(), and plotPatch().