VTK  9.3.1
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:
33  static vtkRemoveHiddenData* New();
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37 protected:
39  ~vtkRemoveHiddenData() override;
40 
45 
50 
51 private:
53  void operator=(const vtkRemoveHiddenData&) = delete;
54 
57 };
58 
59 VTK_ABI_NAMESPACE_END
60 #endif
Superclass for algorithms that produce output of the same type as input.
Store vtkAlgorithm input/output information.
a simple class to control print indentation
Definition: vtkIndent.h:28
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
return selected rows of a table
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Store zero or more vtkInformation instances.
return a subgraph of a vtkGraph
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkPassInputTypeAlgorithm * New()
Removes the rows/edges/vertices of input data flagged by ann.