VTK  9.3.20240329
vtkImageDataToPointSet.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
4 
50 #ifndef vtkImageDataToPointSet_h
51 #define vtkImageDataToPointSet_h
52 
53 #include "vtkFiltersGeneralModule.h" // For export macro
55 
56 VTK_ABI_NAMESPACE_BEGIN
57 class vtkImageData;
58 class vtkStructuredData;
59 
60 class VTKFILTERSGENERAL_EXPORT vtkImageDataToPointSet : public vtkStructuredGridAlgorithm
61 {
62 public:
64  void PrintSelf(ostream& os, vtkIndent indent) override;
65 
67 
68 protected:
71 
72  int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
73  vtkInformationVector* outputVector) override;
74 
76 
77 private:
79  void operator=(const vtkImageDataToPointSet&) = delete;
80 };
81 
82 VTK_ABI_NAMESPACE_END
83 #endif // vtkImageDataToPointSet_h
Converts a vtkImageData to a vtkPointSet.
static vtkImageDataToPointSet * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkImageDataToPointSet() override
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
topologically and geometrically regular array of data
Definition: vtkImageData.h:156
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Singleton class for topologically regular data.
Superclass for algorithms that produce only structured grid as output.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447