File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/Graphics/Widgets/Tests Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ namespace SCIRun
7676 std::string cylinder (CylinderParameters params, WidgetBase& widget) const override { return " __cylinder__" + std::to_string (instanceCount_++); }
7777 std::string basicBox (BasicBoundingBoxParameters params, WidgetBase& widget) const override { return " __basicBox__" + std::to_string (instanceCount_++); }
7878 std::string box (BoundingBoxParameters params, WidgetBase& widget) const override { return " __box__" + std::to_string (instanceCount_++); }
79+ std::string superquadric (SuperquadricParameters params, WidgetBase& widget) const override { return " __superquadric__" + std::to_string (instanceCount_++); }
7980 private:
8081 mutable int instanceCount_{0 };
8182 };
You can’t perform that action at this time.
0 commit comments