VTK  9.3.1
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 
30  static vtkOutlineCornerSource* New();
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
create wireframe outline corners around bounding box
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Store vtkAlgorithm input/output information.
static vtkOutlineSource * New()
Standard methods for instantiation.
a simple class to control print indentation
Definition: vtkIndent.h:28
create wireframe outline around bounding box
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation.
Store zero or more vtkInformation instances.