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 
31 #include "vtkFiltersReebGraphModule.h" // For export macro
33 
34 class vtkReebGraph;
35 
38 {
39 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46 
47  vtkSetMacro(FieldId, int);
48  vtkGetMacro(FieldId, int);
50 
52 
53 
54 protected:
57 
58  int FieldId;
59 
60  int FillInputPortInformation(int portNumber, vtkInformation *);
62 
66 
67 private:
69  void operator=(const vtkUnstructuredGridToReebGraphFilter&); // Not implemented.
70 };
71 
72 #endif
vtkDirectedGraphAlgorithm
Superclass for algorithms that produce only directed graph as output.
Definition: vtkDirectedGraphAlgorithm.h:52
vtkUnstructuredGridToReebGraphFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkUnstructuredGridToReebGraphFilter::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *)
VTKFILTERSREEBGRAPH_EXPORT
#define VTKFILTERSREEBGRAPH_EXPORT
Definition: vtkFiltersReebGraphModule.h:15
vtkUnstructuredGridToReebGraphFilter
generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid.
Definition: vtkUnstructuredGridToReebGraphFilter.h:38
vtkReebGraph
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:131
vtkUnstructuredGridToReebGraphFilter::FillInputPortInformation
int FillInputPortInformation(int portNumber, vtkInformation *)
vtkUnstructuredGridToReebGraphFilter::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkUnstructuredGridToReebGraphFilter::GetOutput
vtkReebGraph * GetOutput()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkUnstructuredGridToReebGraphFilter::~vtkUnstructuredGridToReebGraphFilter
~vtkUnstructuredGridToReebGraphFilter()
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkUnstructuredGridToReebGraphFilter::vtkUnstructuredGridToReebGraphFilter
vtkUnstructuredGridToReebGraphFilter()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkDirectedGraphAlgorithm.h
vtkUnstructuredGridToReebGraphFilter::New
static vtkUnstructuredGridToReebGraphFilter * New()
vtkFiltersReebGraphModule.h
vtkUnstructuredGridToReebGraphFilter::FieldId
int FieldId
Definition: vtkUnstructuredGridToReebGraphFilter.h:58