VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Views
Core
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
28
#include "
vtkPassInputTypeAlgorithm.h
"
29
#include "vtkViewsCoreModule.h"
// For export macro
30
31
VTK_ABI_NAMESPACE_BEGIN
32
class
vtkAnnotation
;
33
34
class
VTKVIEWSCORE_EXPORT
vtkConvertSelectionDomain
:
public
vtkPassInputTypeAlgorithm
35
{
36
public
:
37
static
vtkConvertSelectionDomain
*
New
();
38
vtkTypeMacro(
vtkConvertSelectionDomain
,
vtkPassInputTypeAlgorithm
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
40
41
protected
:
42
vtkConvertSelectionDomain
();
43
~
vtkConvertSelectionDomain
()
override
;
44
45
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
46
47
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
48
49
int
FillOutputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
50
51
private
:
52
vtkConvertSelectionDomain
(
const
vtkConvertSelectionDomain
&) =
delete
;
53
void
operator=(
const
vtkConvertSelectionDomain
&) =
delete
;
54
};
55
56
VTK_ABI_NAMESPACE_END
57
#endif
vtkPassInputTypeAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition:
vtkPassInputTypeAlgorithm.h:44
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:62
vtkPassInputTypeAlgorithm.h
vtkX3D::info
Definition:
vtkX3D.h:376
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
vtkPassInputTypeAlgorithm::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkPassInputTypeAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkConvertSelectionDomain
Convert a selection from one domain to another.
Definition:
vtkConvertSelectionDomain.h:34
vtkAnnotation
Stores a collection of annotation artifacts.
Definition:
vtkAnnotation.h:32
vtkPassInputTypeAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:30
vtkX3D::port
Definition:
vtkX3D.h:447
vtkPassInputTypeAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Definition:
vtkPassInputTypeAlgorithm.h:176
vtkPassInputTypeAlgorithm::New
static vtkPassInputTypeAlgorithm * New()
Generated on Sun Mar 23 2025 01:22:52 for VTK by
1.8.10