VTK
vtkUnstructuredGridToReebGraphFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: $RCSfile$
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm 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 =========================================================================*/
28 #ifndef __vtkUnstructuredGridToReebGraphFilter_h
29 #define __vtkUnstructuredGridToReebGraphFilter_h
30 
32 
33 class vtkReebGraph;
34 
37 {
38 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
45 
46  vtkSetMacro(FieldId, int);
47  vtkGetMacro(FieldId, int);
49 
51 
52 
53 protected:
56 
57  int FieldId;
58 
59  int FillInputPortInformation(int portNumber, vtkInformation *);
61 
65 
66 private:
68  void operator=(const vtkUnstructuredGridToReebGraphFilter&); // Not implemented.
69 };
70 
71 #endif