VTK  9.2.6
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
40 
41 class VTKINTERACTIONWIDGETS_EXPORT vtkResliceCursorThickLineRepresentation
43 {
44 public:
49 
51 
55  void PrintSelf(ostream& os, vtkIndent indent) override;
57 
65 
72  double outputSpacingX, double outputSpacingY, int extentX, int extentY) override;
73 
74 protected:
77 
78 private:
80  void operator=(const vtkResliceCursorThickLineRepresentation&) = delete;
81 };
82 
83 #endif
a simple class to control print indentation
Definition: vtkIndent.h:119
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.
void CreateDefaultResliceAlgorithm() override
INTERNAL - Do not use Create the thick reformat class.
static vtkResliceCursorThickLineRepresentation * New()
Instantiate the class.