VTK  9.3.1
vtkResliceCursorThickLineRepresentation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
23 #ifndef vtkResliceCursorThickLineRepresentation_h
24 #define vtkResliceCursorThickLineRepresentation_h
25 
26 #include "vtkInteractionWidgetsModule.h" // For export macro
28 
29 VTK_ABI_NAMESPACE_BEGIN
30 class VTKINTERACTIONWIDGETS_EXPORT vtkResliceCursorThickLineRepresentation
32 {
33 public:
38 
40 
44  void PrintSelf(ostream& os, vtkIndent indent) override;
46 
53  void CreateDefaultResliceAlgorithm() override;
54 
61  double outputSpacingX, double outputSpacingY, int extentX, int extentY) override;
62 
63 protected:
66 
67 private:
69  void operator=(const vtkResliceCursorThickLineRepresentation&) = delete;
70 };
71 
72 VTK_ABI_NAMESPACE_END
73 #endif
virtual void SetResliceParameters(double outputSpacingX, double outputSpacingY, int extentX, int extentY)
Create New Reslice plane.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
represents a thick slab of the reslice cursor widget
a simple class to control print indentation
Definition: vtkIndent.h:28
represent the vtkResliceCursorWidget
virtual void CreateDefaultResliceAlgorithm()
Create New Reslice plane.
static vtkResliceCursorLineRepresentation * New()
Instantiate the class.