5#include <pybind11/pybind11.h>
10#include <ChimeraTK/DataConsistencyGroup.h>
24 for(
const auto& acc : args) {
33 bool update(
const TransferElementID& transferelementid) {
return _impl.update(transferelementid); }
PyDataConsistencyGroup(const py::args &args, DataConsistencyGroup::MatchingMode mode, unsigned histLen)
static void bind(py::module &mod)
DataConsistencyGroup _impl
PyDataConsistencyGroup(DataConsistencyGroup &&other)
void add(PyTransferElementBase &acc, unsigned histLen=DataConsistencyGroup::defaultHistLen)
DataConsistencyGroup::MatchingMode getMatchingMode() const
bool update(const TransferElementID &transferelementid)
virtual const TransferElementAbstractor & getTE() const =0
InvalidityTracer application module.