VTK
9.0.1
Interaction
Widgets
vtkResliceCursorThickLineRepresentation.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkResliceCursorLineRepresentation.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
29
#ifndef vtkResliceCursorThickLineRepresentation_h
30
#define vtkResliceCursorThickLineRepresentation_h
31
32
#include "vtkInteractionWidgetsModule.h"
// For export macro
33
#include "
vtkResliceCursorLineRepresentation.h
"
34
35
class
VTKINTERACTIONWIDGETS_EXPORT
vtkResliceCursorThickLineRepresentation
36
:
public
vtkResliceCursorLineRepresentation
37
{
38
public
:
42
static
vtkResliceCursorThickLineRepresentation
*
New
();
43
45
48
vtkTypeMacro(
vtkResliceCursorThickLineRepresentation
,
vtkResliceCursorLineRepresentation
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
51
58
void
CreateDefaultResliceAlgorithm
()
override
;
59
65
void
SetResliceParameters
(
66
double
outputSpacingX,
double
outputSpacingY,
int
extentX,
int
extentY)
override
;
67
68
protected
:
69
vtkResliceCursorThickLineRepresentation
();
70
~
vtkResliceCursorThickLineRepresentation
()
override
;
71
72
private
:
73
vtkResliceCursorThickLineRepresentation
(
const
vtkResliceCursorThickLineRepresentation
&) =
delete
;
74
void
operator=(
const
vtkResliceCursorThickLineRepresentation
&) =
delete
;
75
};
76
77
#endif
vtkResliceCursorThickLineRepresentation
represents a thick slab of the reslice cursor widget
Definition:
vtkResliceCursorThickLineRepresentation.h:35
vtkResliceCursorLineRepresentation
represent the vtkResliceCursorWidget
Definition:
vtkResliceCursorLineRepresentation.h:44
vtkResliceCursorLineRepresentation.h
vtkResliceCursorRepresentation::CreateDefaultResliceAlgorithm
virtual void CreateDefaultResliceAlgorithm()
Create New Reslice plane.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkResliceCursorLineRepresentation::New
static vtkResliceCursorLineRepresentation * New()
Instantiate the class.
vtkResliceCursorLineRepresentation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkResliceCursorRepresentation::SetResliceParameters
virtual void SetResliceParameters(double outputSpacingX, double outputSpacingY, int extentX, int extentY)
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17