17 #ifndef vtkMitkRectangleProp_h
18 #define vtkMitkRectangleProp_h
22 #include <vtkActor2D.h>
23 #include <vtkRenderWindow.h>
24 #include <vtkSmartPointer.h>
46 void SetColor(
float col1,
float col2,
float col3);
48 void SetLineWidth(
unsigned int lineWidth);
50 int RenderOverlay(vtkViewport *viewport);
60 vtkIdType m_BottomLeftR, m_BottomRightL, m_BottomLeftU, m_TopLeftD, m_TopLeftR,
m_TopRightL, m_TopRightD,
66 void CreateRectangle();
68 void UpdateRectangle();
vtkSmartPointer< vtkPolyData > m_PolyData
m_PolyData holds the rectangle.
The vtkMitkRectangleProp2 class Renders a rectangle into a renderwindow as a frame.
static itkEventMacro(BoundingShapeInteractionEvent, itk::AnyEvent) class MITKBOUNDINGSHAPE_EXPORT BoundingShapeInteractor Pointer New()
Basic interaction methods for mitk::GeometryData.