VTK  9.1.0
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
34
35class VTKINTERACTIONWIDGETS_EXPORT vtkResliceCursorThickLineRepresentation
37{
38public:
43
45
49 void PrintSelf(ostream& os, vtkIndent indent) override;
51
59
66 double outputSpacingX, double outputSpacingY, int extentX, int extentY) override;
67
68protected:
71
72private:
74 void operator=(const vtkResliceCursorThickLineRepresentation&) = delete;
75};
76
77#endif
a simple class to control print indentation
Definition: vtkIndent.h:113
represents a thick slab of the reslice cursor widget
void SetResliceParameters(double outputSpacingX, double outputSpacingY, int extentX, int extentY) override
INTERNAL - Do not use Reslice parameters which are set from vtkResliceCursorWidget based on user inte...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
static vtkResliceCursorThickLineRepresentation * New()
Instantiate the class.
void CreateDefaultResliceAlgorithm() override
INTERNAL - Do not use Create the thick reformat class.