8#include <boost/python/class.hpp>
9#include <boost/python/default_call_policies.hpp>
10#include <boost/python/make_constructor.hpp>
23 class_<RebinParamsValidator, bases<IValidator>, boost::noncopyable>(
"RebinParamsValidator")
25 make_constructor(&createRebinParamsValidator, default_call_policies(),
26 (arg(
"AllowEmpty") =
false, arg(
"AllowRange") =
false)),
27 "Constructs a validator verifying that the given float array is "
28 "valid sequence of rebinning parameters.");
void export_RebinParamsValidator()
IValidator is the basic interface for all validators for properties.
Validator to check the format of a vector providing the rebin parameters to an algorithm.