#include <postProcessing.h>
|
int | getPriority () const |
|
template<typename BLOCK > |
void | setup (BLOCK &blockLattice) |
|
template<typename BLOCK > |
void | apply (BLOCK &blockLattice) |
|
Definition at line 220 of file postProcessing.h.
◆ apply()
template<typename BLOCK >
void olb::StatisticsPostProcessor::apply |
( |
BLOCK & | blockLattice | ) |
|
|
inline |
◆ getPriority()
int olb::StatisticsPostProcessor::getPriority |
( |
| ) |
const |
|
inline |
Definition at line 223 of file postProcessing.h.
223 {
224 return std::numeric_limits<int>::min();
225 }
◆ setup()
template<typename BLOCK >
void olb::StatisticsPostProcessor::setup |
( |
BLOCK & | blockLattice | ) |
|
|
inline |
◆ scope
The documentation for this struct was generated from the following file: