#include <ChainedFilter.h>
Public Types | |
using | CellFilter = std::function< void(CellSet &, const IBlock &, const StructuredBlockStorage &, const uint_t)> |
Public Member Functions | |
void | addFilter (const CellFilter &filter) |
void | operator() (CellSet &filteredCells, const IBlock &block, const StructuredBlockStorage &storage, const uint_t ghostLayers=uint_t(0)) const |
Private Attributes | |
std::vector< CellFilter > | filters_ |
using walberla::vtk::ChainedFilter::CellFilter = std::function<void (CellSet &, const IBlock &, const StructuredBlockStorage &, const uint_t)> |
|
inline |
|
inline |
|
private |