VTK
vtkPolyDataToReebGraphFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPolyDataToReebGraphFilter.h
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 =========================================================================*/
26 #ifndef vtkPolyDataToReebGraphFilter_h
27 #define vtkPolyDataToReebGraphFilter_h
28 
29 #include "vtkFiltersGeneralModule.h" // For export macro
31 
32 class vtkReebGraph;
33 
34 class VTKFILTERSGENERAL_EXPORT vtkPolyDataToReebGraphFilter :
36 {
37 public:
40  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
41 
43 
46  vtkSetMacro(FieldId, int);
47  vtkGetMacro(FieldId, int);
49 
51 
52 protected:
54  ~vtkPolyDataToReebGraphFilter() VTK_OVERRIDE;
55 
56  int FieldId;
57 
58  int FillInputPortInformation(int portNumber, vtkInformation *) VTK_OVERRIDE;
59  int FillOutputPortInformation(int, vtkInformation *) VTK_OVERRIDE;
60 
61  int RequestData(vtkInformation*,
63  vtkInformationVector*) VTK_OVERRIDE;
64 
65 private:
67  void operator=(const vtkPolyDataToReebGraphFilter&) VTK_DELETE_FUNCTION;
68 };
69 
70 #endif
Store vtkAlgorithm input/output information.
static vtkDirectedGraphAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:131
Superclass for algorithms that produce only directed graph as output.
a simple class to control print indentation
Definition: vtkIndent.h:33
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Store zero or more vtkInformation instances.
generate a Reeb graph from a scalar field defined on a vtkPolyData.
vtkDirectedGraph * GetOutput()
Get the output data object for a port on this algorithm.