cube widget wireframe

This commit is contained in:
ozantonkal
2013-07-08 11:34:11 +02:00
parent 653eda45f8
commit d394e233bb
3 changed files with 7 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ namespace temp_viz
class CV_EXPORTS CubeWidget : public Widget
{
public:
CubeWidget(const Point3f& pt_min, const Point3f& pt_max, const Color &color = Color::white());
CubeWidget(const Point3f& pt_min, const Point3f& pt_max, bool wire_frame = true, const Color &color = Color::white());
};
class CV_EXPORTS CoordinateSystemWidget : public Widget