VTK
vtkReebGraphToJoinSplitTreeFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkReebGraphToJoinSplitTreeFilter.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 =========================================================================*/
35 #ifndef vtkReebGraphToJoinSplitTreeFilter_h
36 #define vtkReebGraphToJoinSplitTreeFilter_h
37 
38 #include "vtkFiltersReebGraphModule.h" // For export macro
40 
41 class vtkReebGraph;
42 
43 class VTKFILTERSREEBGRAPH_EXPORT vtkReebGraphToJoinSplitTreeFilter :
45 {
46 public:
50  void PrintSelf(ostream& os, vtkIndent indent) override;
51 
53 
57  vtkSetMacro(IsSplitTree, bool);
58  vtkGetMacro(IsSplitTree, bool);
60 
62 
66  vtkSetMacro(FieldId, vtkIdType);
67  vtkGetMacro(FieldId, vtkIdType);
69 
71 
72 protected:
75 
77 
79 
80  int FillInputPortInformation(int portNumber, vtkInformation *) override;
82 
84  vtkInformationVector **inputVector, vtkInformationVector *outputVector) override;
85 
86 private:
88  void operator=(const vtkReebGraphToJoinSplitTreeFilter&) = delete;
89 };
90 
91 #endif
vtkReebGraphToJoinSplitTreeFilter::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkReebGraphToJoinSplitTreeFilter::New
static vtkReebGraphToJoinSplitTreeFilter * New()
vtkReebGraphToJoinSplitTreeFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDirectedGraphAlgorithm
Superclass for algorithms that produce only directed graph as output.
Definition: vtkDirectedGraphAlgorithm.h:53
vtkReebGraphToJoinSplitTreeFilter::~vtkReebGraphToJoinSplitTreeFilter
~vtkReebGraphToJoinSplitTreeFilter()
vtkIdType
int vtkIdType
Definition: vtkType.h:347
vtkReebGraphToJoinSplitTreeFilter::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
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:45
vtkReebGraphToJoinSplitTreeFilter::FieldId
vtkIdType FieldId
Definition: vtkReebGraphToJoinSplitTreeFilter.h:78
vtkReebGraphToJoinSplitTreeFilter::FillInputPortInformation
int FillInputPortInformation(int portNumber, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkReebGraph
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:135
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkDirectedGraphAlgorithm.h
vtkReebGraphToJoinSplitTreeFilter::GetOutput
vtkReebGraph * GetOutput()
vtkReebGraphToJoinSplitTreeFilter::IsSplitTree
bool IsSplitTree
Definition: vtkReebGraphToJoinSplitTreeFilter.h:76