VTK
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 =========================================================================*/
34 #ifndef vtkResliceCursorThickLineRepresentation_h
35 #define vtkResliceCursorThickLineRepresentation_h
36 
37 #include "vtkInteractionWidgetsModule.h" // For export macro
39 
41 {
42 public:
45 
47 
49  void PrintSelf(ostream& os, vtkIndent indent);
51 
56 
58 
60  virtual void SetResliceParameters(
61  double outputSpacingX, double outputSpacingY,
62  int extentX, int extentY );
64 
65 protected:
68 
69 private:
71  void operator=(const vtkResliceCursorThickLineRepresentation&); //Not implemented
72 };
73 
74 #endif
vtkResliceCursorThickLineRepresentation::vtkResliceCursorThickLineRepresentation
vtkResliceCursorThickLineRepresentation()
vtkResliceCursorThickLineRepresentation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkResliceCursorThickLineRepresentation::CreateDefaultResliceAlgorithm
virtual void CreateDefaultResliceAlgorithm()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkResliceCursorThickLineRepresentation
represents a thick slab of the reslice cursor widget
Definition: vtkResliceCursorThickLineRepresentation.h:41
vtkInteractionWidgetsModule.h
vtkResliceCursorThickLineRepresentation::SetResliceParameters
virtual void SetResliceParameters(double outputSpacingX, double outputSpacingY, int extentX, int extentY)
vtkResliceCursorLineRepresentation
represent the vtkResliceCursorWidget
Definition: vtkResliceCursorLineRepresentation.h:51
vtkResliceCursorLineRepresentation.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkResliceCursorThickLineRepresentation::New
static vtkResliceCursorThickLineRepresentation * New()
VTKINTERACTIONWIDGETS_EXPORT
#define VTKINTERACTIONWIDGETS_EXPORT
Definition: vtkInteractionWidgetsModule.h:15
vtkResliceCursorThickLineRepresentation::~vtkResliceCursorThickLineRepresentation
~vtkResliceCursorThickLineRepresentation()