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
41class vtkReebGraph;
42
43class VTKFILTERSREEBGRAPH_EXPORT vtkReebGraphToJoinSplitTreeFilter :
45{
46public:
50 void PrintSelf(ostream& os, vtkIndent indent);
51
53
57 vtkSetMacro(IsSplitTree, bool);
58 vtkGetMacro(IsSplitTree, bool);
60
62
67 vtkGetMacro(FieldId, vtkIdType);
69
71
72protected:
75
77
79
82
84 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
85
86private:
88 void operator=(const vtkReebGraphToJoinSplitTreeFilter&) VTK_DELETE_FUNCTION;
89};
90
91#endif
Superclass for algorithms that produce only directed graph as output.
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
converts a given Reeb graph either to a join tree or a split tree (respectively the connectivity of t...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
int FillInputPortInformation(int portNumber, vtkInformation *)
Fill the input port information objects for this algorithm.
static vtkReebGraphToJoinSplitTreeFilter * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:135
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
int vtkIdType
Definition: vtkType.h:287