OpenCV
4.0.0-pre
Open Source Computer Vision
|
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me! |
This class is for users who want to develop their own widgets using VTK library API. More...
#include "widget_accessor.hpp"
Static Public Member Functions | |
static vtkSmartPointer< vtkProp > | getProp (const Widget &widget) |
Returns vtkProp of a given widget. More... | |
static void | setProp (Widget &widget, vtkSmartPointer< vtkProp > prop) |
Sets vtkProp of a given widget. More... | |
This class is for users who want to develop their own widgets using VTK library API.
:
|
static |
Returns vtkProp of a given widget.
widget | Widget whose vtkProp is to be returned. |
|
static |
Sets vtkProp of a given widget.
widget | Widget whose vtkProp is to be set. |
prop | A vtkProp. |