VTK
vtkReebGraphToJoinSplitTreeFilter.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 =========================================================================*/
34 #ifndef vtkReebGraphToJoinSplitTreeFilter_h
35 #define vtkReebGraphToJoinSplitTreeFilter_h
36 
37 #include "vtkFiltersReebGraphModule.h" // For export macro
39 
40 class vtkReebGraph;
41 
44 {
45 public:
49  void PrintSelf(ostream& os, vtkIndent indent);
50 
52 
54  vtkSetMacro(IsSplitTree, bool);
55  vtkGetMacro(IsSplitTree, bool);
57 
59 
63 
65 
66 protected:
69 
71 
73 
74  int FillInputPortInformation(int portNumber, vtkInformation *);
76 
78  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
79 
80 private:
82  void operator=(const vtkReebGraphToJoinSplitTreeFilter&); // Not implemented.
83 };
84 
85 #endif
vtkReebGraphToJoinSplitTreeFilter::New
static vtkReebGraphToJoinSplitTreeFilter * New()
vtkDirectedGraphAlgorithm
Superclass for algorithms that produce only directed graph as output.
Definition: vtkDirectedGraphAlgorithm.h:52
vtkReebGraphToJoinSplitTreeFilter::~vtkReebGraphToJoinSplitTreeFilter
~vtkReebGraphToJoinSplitTreeFilter()
vtkReebGraphToJoinSplitTreeFilter::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkReebGraphToJoinSplitTreeFilter::FillInputPortInformation
int FillInputPortInformation(int portNumber, vtkInformation *)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkReebGraphToJoinSplitTreeFilter::vtkReebGraphToJoinSplitTreeFilter
vtkReebGraphToJoinSplitTreeFilter()
vtkReebGraphToJoinSplitTreeFilter
converts a given Reeb graph either to a join tree or a split tree (respectively the connectivity of t...
Definition: vtkReebGraphToJoinSplitTreeFilter.h:44
vtkReebGraphToJoinSplitTreeFilter::FieldId
vtkIdType FieldId
Definition: vtkReebGraphToJoinSplitTreeFilter.h:72
VTKFILTERSREEBGRAPH_EXPORT
#define VTKFILTERSREEBGRAPH_EXPORT
Definition: vtkFiltersReebGraphModule.h:15
vtkReebGraph
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:131
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkReebGraphToJoinSplitTreeFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkDirectedGraphAlgorithm.h
vtkFiltersReebGraphModule.h
vtkReebGraphToJoinSplitTreeFilter::GetOutput
vtkReebGraph * GetOutput()
vtkReebGraphToJoinSplitTreeFilter::IsSplitTree
bool IsSplitTree
Definition: vtkReebGraphToJoinSplitTreeFilter.h:70
vtkReebGraphToJoinSplitTreeFilter::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *)