VTK  9.4.20241114
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
20VTK_ABI_NAMESPACE_BEGIN
21class VTKFILTERSSOURCES_EXPORT vtkOutlineCornerSource : public vtkOutlineSource
22{
23public:
25 void PrintSelf(ostream& os, vtkIndent indent) override;
26
31
33
37 vtkSetClampMacro(CornerFactor, double, 0.001, 0.5);
38 vtkGetMacro(CornerFactor, double);
40
41protected:
43 ~vtkOutlineCornerSource() override = default;
44
46
48
49private:
51 void operator=(const vtkOutlineCornerSource&) = delete;
52};
53
54VTK_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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOutlineCornerSource * New()
Construct outline corner source with default corner factor = 0.2.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkOutlineCornerSource() override=default
create wireframe outline around bounding box