21#include "MooseObject.h"
23#include "openmc/tallies/filter.h"
54 virtual std::string
binName(
unsigned int bin_index)
const = 0;
Definition FilterBase.h:41
OpenMCCellAverageProblem & _openmc_problem
The OpenMCCellAverageProblem using the tally system.
Definition FilterBase.h:70
FilterBase(const InputParameters ¶meters)
openmc::Filter * getWrappedFilter()
virtual std::string binName(unsigned int bin_index) const =0
int numBins() const
Definition FilterBase.h:60
openmc::Filter * _filter
The OpenMC filter this class wraps.
Definition FilterBase.h:73
static InputParameters validParams()
unsigned int _filter_index
The index of the OpenMC filter this class wraps.
Definition FilterBase.h:76
Definition OpenMCCellAverageProblem.h:67