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