VTK
dox
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
=========================================================================*/
35
#ifndef vtkResliceCursorThickLineRepresentation_h
36
#define vtkResliceCursorThickLineRepresentation_h
37
38
#include "vtkInteractionWidgetsModule.h"
// For export macro
39
#include "
vtkResliceCursorLineRepresentation.h
"
40
41
class
VTKINTERACTIONWIDGETS_EXPORT
vtkResliceCursorThickLineRepresentation
:
public
vtkResliceCursorLineRepresentation
42
{
43
public
:
47
static
vtkResliceCursorThickLineRepresentation
*
New
();
48
50
53
vtkTypeMacro(
vtkResliceCursorThickLineRepresentation
,
vtkResliceCursorLineRepresentation
);
54
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
56
63
void
CreateDefaultResliceAlgorithm
()
override
;
64
70
void
SetResliceParameters
(
71
double
outputSpacingX,
double
outputSpacingY,
72
int
extentX,
int
extentY )
override
;
73
74
protected
:
75
vtkResliceCursorThickLineRepresentation
();
76
~
vtkResliceCursorThickLineRepresentation
()
override
;
77
78
private
:
79
vtkResliceCursorThickLineRepresentation
(
const
vtkResliceCursorThickLineRepresentation
&) =
delete
;
80
void
operator=(
const
vtkResliceCursorThickLineRepresentation
&) =
delete
;
81
};
82
83
#endif
vtkResliceCursorThickLineRepresentation
represents a thick slab of the reslice cursor widget
Definition:
vtkResliceCursorThickLineRepresentation.h:41
vtkResliceCursorLineRepresentation
represent the vtkResliceCursorWidget
Definition:
vtkResliceCursorLineRepresentation.h:51
vtkResliceCursorLineRepresentation.h
vtkResliceCursorRepresentation::CreateDefaultResliceAlgorithm
virtual void CreateDefaultResliceAlgorithm()
Create New Reslice plane.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
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 by
1.8.16