VTK  9.3.20240328
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 
26 VTK_ABI_NAMESPACE_BEGIN
29 
30 class VTKINFOVISCORE_EXPORT vtkRemoveHiddenData : public vtkPassInputTypeAlgorithm
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37 protected:
40 
45 
50 
51 private:
53  void operator=(const vtkRemoveHiddenData&) = delete;
54 
57 };
58 
59 VTK_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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
static vtkRemoveHiddenData * New()
~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.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447