VTK  9.3.20240831
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
131#ifndef vtkVertexGlyphFilter_h
132#define vtkVertexGlyphFilter_h
133
134#include "vtkFiltersGeneralModule.h" // For export macro
135#include "vtkPolyDataAlgorithm.h"
136
137VTK_ABI_NAMESPACE_BEGIN
138class VTKFILTERSGENERAL_EXPORT vtkVertexGlyphFilter : public vtkPolyDataAlgorithm
139{
140public:
142 void PrintSelf(ostream& os, vtkIndent indent) override;
144
145protected:
148
151
152private:
154 void operator=(const vtkVertexGlyphFilter&) = delete;
155};
156
157VTK_ABI_NAMESPACE_END
158#endif //_vtkVertexGlyphFilter_h
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
Make a vtkPolyData with a vertex on each point.
~vtkVertexGlyphFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
static vtkVertexGlyphFilter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.