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 
38 
39 class vtkReebGraph;
40 
43 {
44 public:
48  void PrintSelf(ostream& os, vtkIndent indent);
49 
51 
53  vtkSetMacro(IsSplitTree, bool);
54  vtkGetMacro(IsSplitTree, bool);
56 
58 
59  vtkSetMacro(FieldId, vtkIdType);
60  vtkGetMacro(FieldId, vtkIdType);
62 
64 
65 protected:
68 
70 
72 
73  int FillInputPortInformation(int portNumber, vtkInformation *);
75 
76  int RequestData(vtkInformation *request,
77  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
78 
79 private:
81  void operator=(const vtkReebGraphToJoinSplitTreeFilter&); // Not implemented.
82 };
83 
84 #endif
#define VTK_GRAPHICS_EXPORT
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:255
static vtkDirectedGraphAlgorithm * New()
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:129
Superclass for algorithms that produce only directed graph as output.
a simple class to control print indentation
Definition: vtkIndent.h:37
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Store zero or more vtkInformation instances.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)