VTK  9.0.2
vtkFixedSizeHandleRepresentation3D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkFixedSizeHandleRepresentation.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 =========================================================================*/
36 #ifndef vtkFixedSizeHandleRepresentation3D_h
37 #define vtkFixedSizeHandleRepresentation3D_h
38 
39 #include "vtkInteractionWidgetsModule.h" // For export macro
41 
42 class vtkSphereSource;
43 
44 class VTKINTERACTIONWIDGETS_EXPORT vtkFixedSizeHandleRepresentation3D
46 {
47 public:
52 
54 
58  void PrintSelf(ostream& os, vtkIndent indent) override;
60 
62 
65  vtkGetObjectMacro(SphereSource, vtkSphereSource);
67 
69 
73  vtkSetMacro(HandleSizeInPixels, double);
74  vtkGetMacro(HandleSizeInPixels, double);
76 
78 
85  vtkSetMacro(HandleSizeToleranceInPixels, double);
86  vtkGetMacro(HandleSizeToleranceInPixels, double);
88 
89 protected:
92 
96  void BuildRepresentation() override;
97 
101  void WorldToDisplay(double w[4], double d[4]);
102 
106  void DisplayToWorld(double d[4], double w[4]);
107 
111 
112 private:
114  void operator=(const vtkFixedSizeHandleRepresentation3D&) = delete;
115 };
116 
117 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void WorldToDisplay(double w[4], double d[4])
Convenience method to convert from world to display.
void DisplayToWorld(double d[4], double w[4])
Convenience method to convert from display to world.
static vtkFixedSizeHandleRepresentation3D * New()
Instantiate this class.
void BuildRepresentation() override
Recomputes the handle world size based on the set display size.
a simple class to control print indentation
Definition: vtkIndent.h:34
represent a user defined handle geometry in 3D space
create a polygonal sphere centered at the origin