VTK  9.3.1
vtkOrientedPolygonalHandleRepresentation3D.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 vtkOrientedPolygonalHandleRepresentation3D_h
24 #define vtkOrientedPolygonalHandleRepresentation3D_h
25 
27 #include "vtkInteractionWidgetsModule.h" // For export macro
28 
29 VTK_ABI_NAMESPACE_BEGIN
30 class VTKINTERACTIONWIDGETS_EXPORT vtkOrientedPolygonalHandleRepresentation3D
32 {
33 public:
38 
40 
43  vtkTypeMacro(
45  void PrintSelf(ostream& os, vtkIndent indent) override;
47 
48 protected:
51 
55  void UpdateHandle() override;
56 
57 private:
60  void operator=(const vtkOrientedPolygonalHandleRepresentation3D&) = delete;
61 };
62 
63 VTK_ABI_NAMESPACE_END
64 #endif
a simple class to control print indentation
Definition: vtkIndent.h:28
represent a user defined handle geometry in 3D while maintaining a fixed orientation w...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
virtual void UpdateHandle()
Update the actor position.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent a user defined handle geometry in 3D while maintaining a fixed orientation w...