You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
factory->registerObjects(sofa::core::ObjectRegistrationData("TestImageEngine to test engine with data image")
36
+
template classTestImageEngine<ImageUC>;
37
+
template classTestImageEngine<ImageD>;
38
+
#ifdef BUILD_ALL_IMAGE_TYPES
39
+
template classTestImageEngine<ImageC>;
40
+
template classTestImageEngine<ImageI>;
41
+
template classTestImageEngine<ImageUI>;
42
+
template classTestImageEngine<ImageS>;
43
+
template classTestImageEngine<ImageUS>;
44
+
template classTestImageEngine<ImageL>;
45
+
template classTestImageEngine<ImageUL>;
46
+
template classTestImageEngine<ImageF>;
47
+
template classTestImageEngine<ImageB>;
48
+
#endif
49
+
50
+
// register effectively TestImageEngine in the registry
51
+
// it is done statically as it will be executed into the image_test executable
52
+
bool res = sofa::core::ObjectFactory::getInstance()->registerObjects(sofa::core::ObjectRegistrationData("TestImageEngine to test engine with data image")
0 commit comments