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);
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 *);
82 
83  int RequestData(vtkInformation *request,
84  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
85 
86 private:
88  void operator=(const vtkReebGraphToJoinSplitTreeFilter&) VTK_DELETE_FUNCTION;
89 };
90 
91 #endif
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Store vtkAlgorithm input/output information.
converts a given Reeb graph either to a join tree or a split tree (respectively the connectivity of t...
int vtkIdType
Definition: vtkType.h:287
static vtkDirectedGraphAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:134
Superclass for algorithms that produce only directed graph as output.
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Store zero or more vtkInformation instances.
vtkDirectedGraph * GetOutput()
Get the output data object for a port on this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.