26#ifndef TESSERACT_COMMON_TEST_PLUGIN_BASE_H
27#define TESSERACT_COMMON_TEST_PLUGIN_BASE_H
42 virtual double multiply(
double x,
double y) = 0;
This is a utility class for loading plugins within Tesseract.
Definition: plugin_loader.h:57
Definition: test_plugin_base.h:34
TestPluginBase(TestPluginBase &&)=default
TestPluginBase & operator=(const TestPluginBase &)=default
virtual ~TestPluginBase()=default
static const std::string SECTION_NAME
Definition: test_plugin_base.h:45
TestPluginBase(const TestPluginBase &)=default
virtual double multiply(double x, double y)=0
TestPluginBase & operator=(TestPluginBase &&)=default
Definition: allowed_collision_matrix.h:16