VTK  9.3.0
vtkVectorText.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
38 #ifndef vtkVectorText_h
39 #define vtkVectorText_h
40 
41 #include "vtkPolyDataAlgorithm.h"
42 #include "vtkRenderingFreeTypeModule.h" // For export macro
43 
44 VTK_ABI_NAMESPACE_BEGIN
45 class VTKRENDERINGFREETYPE_EXPORT vtkVectorText : public vtkPolyDataAlgorithm
46 {
47 public:
48  static vtkVectorText* New();
50  void PrintSelf(ostream& os, vtkIndent indent) override;
51 
53 
56  vtkSetStringMacro(Text);
57  vtkGetStringMacro(Text);
59 
60 protected:
62  ~vtkVectorText() override;
63 
65  char* Text;
66 
67 private:
68  vtkVectorText(const vtkVectorText&) = delete;
69  void operator=(const vtkVectorText&) = delete;
70 };
71 
72 VTK_ABI_NAMESPACE_END
73 #endif
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
create polygonal text
Definition: vtkVectorText.h:46
~vtkVectorText() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkVectorText * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
@ Text
Definition: vtkX3D.h:160