VTK  9.3.20240328
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
represent a user defined handle geometry in 3D while maintaining a fixed orientation w....
a simple class to control print indentation
Definition: vtkIndent.h:108
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.
static vtkOrientedPolygonalHandleRepresentation3D * New()
Instantiate this class.
void UpdateHandle() override
Override the superclass method.