line widget set/get line width

This commit is contained in:
ozantonkal
2013-07-04 16:05:05 +03:00
parent 158ed299c1
commit ba89a6a34a
3 changed files with 16 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ namespace temp_viz
{
public:
LineWidget(const Point3f &pt1, const Point3f &pt2, const Color &color = Color::white());
void setLineWidth(float line_width);
float getLineWidth();
};