VTK  9.4.20241221
vtkConvertSelectionDomain.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
3// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
25#ifndef vtkConvertSelectionDomain_h
26#define vtkConvertSelectionDomain_h
27
29#include "vtkViewsCoreModule.h" // For export macro
30#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
31
32VTK_ABI_NAMESPACE_BEGIN
33class vtkAnnotation;
34
37{
38public:
41 void PrintSelf(ostream& os, vtkIndent indent) override;
42
43protected:
46
48
49 int FillInputPortInformation(int port, vtkInformation* info) override;
50
51 int FillOutputPortInformation(int port, vtkInformation* info) override;
52
53private:
55 void operator=(const vtkConvertSelectionDomain&) = delete;
56};
57
58VTK_ABI_NAMESPACE_END
59#endif
Stores a collection of annotation artifacts.
Convert a selection from one domain to another.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkConvertSelectionDomain() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkConvertSelectionDomain * New()
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
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 output of the same type as input.
#define VTK_MARSHALAUTO