vtkCleanUnstructuredGridCells.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkCleanUnstructuredGridCells.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 
16 // Programmed 2010 by Dominik Szczerba <dominik@itis.ethz.ch>
17 //
33 #ifndef vtkCleanUnstructuredGridCells_h
34 #define vtkCleanUnstructuredGridCells_h
35 
36 #include "vtkPVVTKExtensionsFiltersGeneralModule.h" //needed for exports
38 
41 {
42 public:
44 
46 
47  void PrintSelf(ostream& os, vtkIndent indent) override;
48 
49 protected:
52 
54  int FillInputPortInformation(int port, vtkInformation* info) override;
55 
56 private:
58  void operator=(const vtkCleanUnstructuredGridCells&) = delete;
59 };
60 
61 #endif
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
remove duplicate/degenerate cells
void operator=(const vtkObjectBase &)