26#ifndef TESSERACT_COMMON_TEST_PLUGIN_SUM_H
27#define TESSERACT_COMMON_TEST_PLUGIN_SUM_H
42 double multiply(
double x,
double y)
override;
Definition: test_plugin_base.h:34
Definition: test_plugin_multiply.h:34
TestPluginMultiply()=default
TestPluginMultiply(const TestPluginMultiply &)=default
TestPluginMultiply(TestPluginMultiply &&)=default
TestPluginMultiply & operator=(const TestPluginMultiply &)=default
TestPluginMultiply & operator=(TestPluginMultiply &&)=default
~TestPluginMultiply() override=default
double multiply(double x, double y) override
Definition: test_plugin_multiply.cpp:30
Definition: allowed_collision_matrix.h:16
Plugin Test plugin base class.