VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Infovis
Core
vtkRemoveHiddenData.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
19
#ifndef vtkRemoveHiddenData_h
20
#define vtkRemoveHiddenData_h
21
22
#include "vtkInfovisCoreModule.h"
// For export macro
23
#include "
vtkPassInputTypeAlgorithm.h
"
24
#include "
vtkSmartPointer.h
"
// For Smartpointer
25
26
VTK_ABI_NAMESPACE_BEGIN
27
class
vtkExtractSelectedGraph
;
28
class
vtkExtractSelectedRows
;
29
30
class
VTKINFOVISCORE_EXPORT
vtkRemoveHiddenData
:
public
vtkPassInputTypeAlgorithm
31
{
32
public
:
33
static
vtkRemoveHiddenData
*
New
();
34
vtkTypeMacro(
vtkRemoveHiddenData
,
vtkPassInputTypeAlgorithm
);
35
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
36
37
protected
:
38
vtkRemoveHiddenData
();
39
~
vtkRemoveHiddenData
()
override
;
40
44
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
45
49
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
50
51
private
:
52
vtkRemoveHiddenData
(
const
vtkRemoveHiddenData
&) =
delete
;
53
void
operator=(
const
vtkRemoveHiddenData
&) =
delete
;
54
55
vtkSmartPointer<vtkExtractSelectedGraph>
ExtractGraph;
56
vtkSmartPointer<vtkExtractSelectedRows>
ExtractTable;
57
};
58
59
VTK_ABI_NAMESPACE_END
60
#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
vtkSmartPointer< vtkExtractSelectedGraph >
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
vtkPassInputTypeAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkExtractSelectedRows
return selected rows of a table
Definition:
vtkExtractSelectedRows.h:23
vtkSmartPointer.h
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
vtkExtractSelectedGraph
return a subgraph of a vtkGraph
Definition:
vtkExtractSelectedGraph.h:34
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()
vtkRemoveHiddenData
Removes the rows/edges/vertices of input data flagged by ann.
Definition:
vtkRemoveHiddenData.h:30
Generated on Sun Dec 8 2024 22:10:37 for VTK by
1.8.10