initial redesigning widgets

This commit is contained in:
ozantonkal
2013-07-09 10:21:57 +02:00
parent 061c28cde0
commit d324c03b6a
4 changed files with 272 additions and 166 deletions

View File

@@ -13,5 +13,6 @@ namespace temp_viz
struct CV_EXPORTS WidgetAccessor
{
static vtkSmartPointer<vtkProp> getActor(const Widget &widget);
static void setVtkProp(Widget &widget, vtkSmartPointer<vtkProp> actor);
};
}