3#include "../_cexports/c_polimago.h"
4#include "predictor_factory_base.hpp"
6#include "../global.hpp"
22 class TestResultFactory
26 TestResultFactory(
const TestResultFactory &other) =
delete;
27 TestResultFactory &operator=(
const TestResultFactory &other) =
delete;
28 TestResultFactory(TestResultFactory &&other) =
delete;
29 TestResultFactory &operator=(TestResultFactory &&other) =
delete;
30 virtual ~TestResultFactory() =
default;
33 TestResultFactory()
noexcept =
default;
22 class TestResultFactory {
…};
Base class for test factory classes.
Definition test_result_factory.hpp:23
Namespace for the Polimago package testing functionality.
Definition classification_test_result.hpp:21
std::shared_ptr< TestResultFactory > TestResultFactoryPtr
Convenience shared pointer for TestResultFactory.
Definition test_result_factory.hpp:37
Namespace for the Polimago package.
Definition classification_predictor.hpp:38
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17