Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Modules
Loadable
Markups
VTKWidgets
vtkSlicerAngleWidget.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Copyright (c) ProxSim ltd., Kwun Tong, Hong Kong. All Rights Reserved.
4
5
See COPYRIGHT.txt
6
or http://www.slicer.org/copyright/copyright.txt for details.
7
8
Unless required by applicable law or agreed to in writing, software
9
distributed under the License is distributed on an "AS IS" BASIS,
10
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
See the License for the specific language governing permissions and
12
limitations under the License.
13
14
This file was originally developed by Davide Punzo, punzodavide@hotmail.it,
15
and development was supported by ProxSim ltd.
16
17
=========================================================================*/
18
27
#ifndef vtkSlicerAngleWidget_h
28
#define vtkSlicerAngleWidget_h
29
30
#include "vtkSlicerMarkupsModuleVTKWidgetsExport.h"
31
#include "
vtkSlicerMarkupsWidget.h
"
32
33
class
vtkSlicerMarkupsWidgetRepresentation
;
34
class
vtkPolyData;
35
class
vtkIdList;
36
37
class
VTK_SLICER_MARKUPS_MODULE_VTKWIDGETS_EXPORT
vtkSlicerAngleWidget
:
public
vtkSlicerMarkupsWidget
38
{
39
public
:
41
static
vtkSlicerAngleWidget
*New();
42
44
vtkTypeMacro(
vtkSlicerAngleWidget
,
vtkSlicerMarkupsWidget
);
45
47
void
CreateDefaultRepresentation
(
vtkMRMLMarkupsDisplayNode
* markupsDisplayNode,
vtkMRMLAbstractViewNode
* viewNode, vtkRenderer* renderer)
override
;
48
49
protected
:
50
vtkSlicerAngleWidget
();
51
~
vtkSlicerAngleWidget
()
override
;
52
53
private
:
54
vtkSlicerAngleWidget
(
const
vtkSlicerAngleWidget
&) =
delete
;
55
void
operator=(
const
vtkSlicerAngleWidget
&) =
delete
;
56
};
57
58
#endif
vtkMRMLMarkupsDisplayNode
Definition:
vtkMRMLMarkupsDisplayNode.h:45
vtkMRMLAbstractViewNode
Abstract MRML node to represent a view. The class holds the properties common to any view type (3D...
Definition:
vtkMRMLAbstractViewNode.h:37
vtkSlicerMarkupsWidget.h
vtkSlicerMarkupsWidget
Process interaction events to update state of markup widget nodes.
Definition:
vtkSlicerMarkupsWidget.h:45
vtkSlicerAngleWidget
create an angle with a set of 3 points
Definition:
vtkSlicerAngleWidget.h:37
vtkSlicerMarkupsWidgetRepresentation
Class for rendering a markups node.
Definition:
vtkSlicerMarkupsWidgetRepresentation.h:72
vtkSlicerMarkupsWidget::CreateDefaultRepresentation
virtual void CreateDefaultRepresentation(vtkMRMLMarkupsDisplayNode *markupsDisplayNode, vtkMRMLAbstractViewNode *viewNode, vtkRenderer *renderer)=0
Create the default widget representation and initializes the widget and representation.
Generated on Mon May 2 2022 16:14:14 for Slicer by
1.8.14