VTK
vtkUnstructuredGridToReebGraphFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkUnstructuredGridToReebGraphFilter.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 vtkUnstructuredGridToReebGraphFilter_h
30 #define vtkUnstructuredGridToReebGraphFilter_h
31 
32 #include "vtkFiltersReebGraphModule.h" // For export macro
34 
35 class vtkReebGraph;
36 
37 class VTKFILTERSREEBGRAPH_EXPORT vtkUnstructuredGridToReebGraphFilter :
39 {
40 public:
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
47 
50  vtkSetMacro(FieldId, int);
51  vtkGetMacro(FieldId, int);
53 
55 
56 
57 protected:
60 
61  int FieldId;
62 
63  int FillInputPortInformation(int portNumber, vtkInformation *);
65 
69 
70 private:
72  void operator=(const vtkUnstructuredGridToReebGraphFilter&) VTK_DELETE_FUNCTION;
73 };
74 
75 #endif
vtkDirectedGraphAlgorithm
Superclass for algorithms that produce only directed graph as output.
Definition: vtkDirectedGraphAlgorithm.h:53
vtkUnstructuredGridToReebGraphFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkUnstructuredGridToReebGraphFilter::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
vtkUnstructuredGridToReebGraphFilter
generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid.
Definition: vtkUnstructuredGridToReebGraphFilter.h:39
vtkReebGraph
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:135
vtkUnstructuredGridToReebGraphFilter::FillInputPortInformation
int FillInputPortInformation(int portNumber, vtkInformation *)
Fill the input port information objects for this algorithm.
vtkUnstructuredGridToReebGraphFilter::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkUnstructuredGridToReebGraphFilter::GetOutput
vtkReebGraph * GetOutput()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkUnstructuredGridToReebGraphFilter::~vtkUnstructuredGridToReebGraphFilter
~vtkUnstructuredGridToReebGraphFilter()
vtkUnstructuredGridToReebGraphFilter::vtkUnstructuredGridToReebGraphFilter
vtkUnstructuredGridToReebGraphFilter()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkDirectedGraphAlgorithm.h
vtkUnstructuredGridToReebGraphFilter::New
static vtkUnstructuredGridToReebGraphFilter * New()
vtkUnstructuredGridToReebGraphFilter::FieldId
int FieldId
Definition: vtkUnstructuredGridToReebGraphFilter.h:61