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=========================================================================*/
29#ifndef vtkPolyDataToReebGraphFilter_h
30#define vtkPolyDataToReebGraphFilter_h
31
32#include "vtkFiltersGeneralModule.h" // For export macro
34
35class vtkReebGraph;
36
37class VTKFILTERSGENERAL_EXPORT vtkPolyDataToReebGraphFilter :
39{
40public:
43 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
44
46
49 vtkSetMacro(FieldId, int);
50 vtkGetMacro(FieldId, int);
52
54
55protected:
58
59 int FieldId;
60
61 int FillInputPortInformation(int portNumber, vtkInformation *) VTK_OVERRIDE;
62 int FillOutputPortInformation(int, vtkInformation *) VTK_OVERRIDE;
63
64 int RequestData(vtkInformation*,
66 vtkInformationVector*) VTK_OVERRIDE;
67
68private:
70 void operator=(const vtkPolyDataToReebGraphFilter&) VTK_DELETE_FUNCTION;
71};
72
73#endif
Superclass for algorithms that produce only directed graph as output.
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
generate a Reeb graph from a scalar field defined on a vtkPolyData.
static vtkPolyDataToReebGraphFilter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkReebGraph * GetOutput()
~vtkPolyDataToReebGraphFilter() override
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:135
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.