VTK  9.3.20240424
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
24#include "vtkSmartPointer.h" // For Smartpointer
25
26VTK_ABI_NAMESPACE_BEGIN
29
30class VTKINFOVISCORE_EXPORT vtkRemoveHiddenData : public vtkPassInputTypeAlgorithm
31{
32public:
35 void PrintSelf(ostream& os, vtkIndent indent) override;
36
37protected:
40
45
49 int FillInputPortInformation(int port, vtkInformation* info) override;
50
51private:
53 void operator=(const vtkRemoveHiddenData&) = delete;
54
57};
58
59VTK_ABI_NAMESPACE_END
60#endif
return a subgraph of a vtkGraph
return selected rows of a table
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.
Removes the rows/edges/vertices of input data flagged by ann.
static vtkRemoveHiddenData * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
~vtkRemoveHiddenData() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input type of the algorithm to vtkGraph.
Hold a reference to a vtkObjectBase instance.