VTK
vtkReebGraphVolumeSkeletonFilter.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 =========================================================================*/
46 #ifndef vtkReebGraphVolumeSkeletonFilter_h
47 #define vtkReebGraphVolumeSkeletonFilter_h
48 
49 #include "vtkFiltersReebGraphModule.h" // For export macro
50 #include "vtkDataObjectAlgorithm.h"
51 
52 class vtkReebGraph;
53 class vtkTable;
54 
55 class VTKFILTERSREEBGRAPH_EXPORT vtkReebGraphVolumeSkeletonFilter :
57 {
58 public:
62  void PrintSelf(ostream& os, vtkIndent indent);
63 
65 
67  vtkSetMacro(NumberOfSamples, int);
68  vtkGetMacro(NumberOfSamples, int);
70 
72 
73  vtkSetMacro(NumberOfSmoothingIterations, int);
74  vtkGetMacro(NumberOfSmoothingIterations, int);
76 
78 
79  vtkSetMacro(FieldId, vtkIdType);
80  vtkGetMacro(FieldId, vtkIdType);
82 
84 
85 protected:
88 
90  int NumberOfSamples, NumberOfSmoothingIterations;
91 
92  int FillInputPortInformation(int portNumber, vtkInformation *);
93  int FillOutputPortInformation(int portNumber, vtkInformation *info);
94 
95  int RequestData(vtkInformation *request,
96  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
97 
98 private:
100  void operator=(const vtkReebGraphVolumeSkeletonFilter&); // Not implemented.
101 };
102 
103 #endif
vtkDataObject * GetOutput()
Store vtkAlgorithm input/output information.
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
int vtkIdType
Definition: vtkType.h:275
compute a skeletal embedding of the Reeb graph of a scalar field defined on a tetrahedral mesh (vtkUn...
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:130
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only data object as output.
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:67
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
virtual int FillOutputPortInformation(int port, vtkInformation *info)