VTK  9.3.1
vtkVertexGlyphFilter.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
22 #ifndef vtkVertexGlyphFilter_h
23 #define vtkVertexGlyphFilter_h
24 
25 #include "vtkFiltersGeneralModule.h" // For export macro
26 #include "vtkPolyDataAlgorithm.h"
27 
28 VTK_ABI_NAMESPACE_BEGIN
29 class VTKFILTERSGENERAL_EXPORT vtkVertexGlyphFilter : public vtkPolyDataAlgorithm
30 {
31 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34  static vtkVertexGlyphFilter* New();
35 
36 protected:
38  ~vtkVertexGlyphFilter() override;
39 
41  int FillInputPortInformation(int, vtkInformation*) override;
42 
43 private:
45  void operator=(const vtkVertexGlyphFilter&) = delete;
46 };
47 
48 VTK_ABI_NAMESPACE_END
49 #endif //_vtkVertexGlyphFilter_h
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
Make a vtkPolyData with a vertex on each point.
a simple class to control print indentation
Definition: vtkIndent.h:28
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.