Tesseract
Motion Planning Environment
|
#include <test_plugin_multiply.h>
Public Member Functions | |
TestPluginMultiply ()=default | |
~TestPluginMultiply () override=default | |
TestPluginMultiply (const TestPluginMultiply &)=default | |
TestPluginMultiply & | operator= (const TestPluginMultiply &)=default |
TestPluginMultiply (TestPluginMultiply &&)=default | |
TestPluginMultiply & | operator= (TestPluginMultiply &&)=default |
double | multiply (double x, double y) override |
Public Member Functions inherited from tesseract_common::TestPluginBase | |
TestPluginBase ()=default | |
virtual | ~TestPluginBase ()=default |
TestPluginBase (const TestPluginBase &)=default | |
TestPluginBase & | operator= (const TestPluginBase &)=default |
TestPluginBase (TestPluginBase &&)=default | |
TestPluginBase & | operator= (TestPluginBase &&)=default |
virtual double | multiply (double x, double y)=0 |
Additional Inherited Members | |
Static Protected Attributes inherited from tesseract_common::TestPluginBase | |
static const std::string | SECTION_NAME = "TestBase" |
|
default |
|
overridedefault |
|
default |
|
default |
|
overridevirtual |
Implements tesseract_common::TestPluginBase.
|
default |
|
default |