parent
efa7f09048
commit
141cfd562c
3 changed files with 7 additions and 5 deletions
@ -1,15 +1,17 @@ |
||||
#pragma once |
||||
|
||||
#include <opencv2/viz/widgets.hpp> |
||||
#include <opencv2/core/cvdef.h> |
||||
#include <vtkSmartPointer.h> |
||||
#include <vtkLODActor.h> |
||||
|
||||
namespace temp_viz |
||||
{ |
||||
class Widget; |
||||
|
||||
//The class is only that depends on VTK in its interface.
|
||||
//It is indended for those user who want to develop own widgets system using VTK library API.
|
||||
//It is indended for those users who want to develop own widgets system using VTK library API.
|
||||
struct CV_EXPORTS WidgetAccessor |
||||
{ |
||||
static vtkSmartPointer<vtkLODActor> getActor(const Widget &widget); |
||||
static vtkSmartPointer<vtkLODActor> getActor(const Widget &widget); |
||||
}; |
||||
} |
||||
|
Loading…
Reference in new issue