Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Modules
Loadable
Markups
VTKWidgets
vtkSlicerPointsRepresentation3D.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
30
#ifndef vtkSlicerPointsRepresentation3D_h
31
#define vtkSlicerPointsRepresentation3D_h
32
33
#include "vtkSlicerMarkupsModuleVTKWidgetsExport.h"
34
#include "
vtkSlicerMarkupsWidgetRepresentation3D.h
"
35
36
class
VTK_SLICER_MARKUPS_MODULE_VTKWIDGETS_EXPORT
vtkSlicerPointsRepresentation3D
:
public
vtkSlicerMarkupsWidgetRepresentation3D
37
{
38
public
:
40
static
vtkSlicerPointsRepresentation3D
*New();
41
43
vtkTypeMacro(
vtkSlicerPointsRepresentation3D
,
vtkSlicerMarkupsWidgetRepresentation3D
);
44
45
protected
:
46
vtkSlicerPointsRepresentation3D
();
47
~
vtkSlicerPointsRepresentation3D
()
override
;
48
49
private
:
50
vtkSlicerPointsRepresentation3D
(
const
vtkSlicerPointsRepresentation3D
&) =
delete
;
51
void
operator=(
const
vtkSlicerPointsRepresentation3D
&) =
delete
;
52
};
53
54
#endif
vtkSlicerMarkupsWidgetRepresentation3D
Default representation for the markups widget in 3D views.
Definition:
vtkSlicerMarkupsWidgetRepresentation3D.h:46
vtkSlicerPointsRepresentation3D
Default representation for the points widget.
Definition:
vtkSlicerPointsRepresentation3D.h:36
vtkSlicerMarkupsWidgetRepresentation3D.h
Generated on Thu Nov 24 2022 07:48:28 for Slicer by
1.8.14