VTK  9.3.20240328
vtkOutlineCornerSource.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
14 #ifndef vtkOutlineCornerSource_h
15 #define vtkOutlineCornerSource_h
16 
17 #include "vtkFiltersSourcesModule.h" // For export macro
18 #include "vtkOutlineSource.h"
19 
20 VTK_ABI_NAMESPACE_BEGIN
21 class VTKFILTERSSOURCES_EXPORT vtkOutlineCornerSource : public vtkOutlineSource
22 {
23 public:
25  void PrintSelf(ostream& os, vtkIndent indent) override;
26 
31 
33 
37  vtkSetClampMacro(CornerFactor, double, 0.001, 0.5);
38  vtkGetMacro(CornerFactor, double);
40 
41 protected:
43  ~vtkOutlineCornerSource() override = default;
44 
46 
47  double CornerFactor;
48 
49 private:
51  void operator=(const vtkOutlineCornerSource&) = delete;
52 };
53 
54 VTK_ABI_NAMESPACE_END
55 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
create wireframe outline corners around bounding box
static vtkOutlineCornerSource * New()
Construct outline corner source with default corner factor = 0.2.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkOutlineCornerSource() override=default
create wireframe outline around bounding box