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 
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 
82 
84 
85 protected:
88 
90  int NumberOfSamples, NumberOfSmoothingIterations;
91 
92  int FillInputPortInformation(int portNumber, vtkInformation *);
94 
96  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
97 
98 private:
100  void operator=(const vtkReebGraphVolumeSkeletonFilter&); // Not implemented.
101 };
102 
103 #endif
vtkReebGraphVolumeSkeletonFilter::FillOutputPortInformation
int FillOutputPortInformation(int portNumber, vtkInformation *info)
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTable
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:68
vtkDataObjectAlgorithm
Superclass for algorithms that produce only data object as output.
Definition: vtkDataObjectAlgorithm.h:43
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkReebGraphVolumeSkeletonFilter::NumberOfSmoothingIterations
int NumberOfSmoothingIterations
Definition: vtkReebGraphVolumeSkeletonFilter.h:90
VTKFILTERSREEBGRAPH_EXPORT
#define VTKFILTERSREEBGRAPH_EXPORT
Definition: vtkFiltersReebGraphModule.h:15
vtkReebGraphVolumeSkeletonFilter::GetOutput
vtkTable * GetOutput()
vtkReebGraphVolumeSkeletonFilter::FieldId
vtkIdType FieldId
Definition: vtkReebGraphVolumeSkeletonFilter.h:89
vtkReebGraph
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:131
vtkReebGraphVolumeSkeletonFilter::FillInputPortInformation
int FillInputPortInformation(int portNumber, vtkInformation *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkReebGraphVolumeSkeletonFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkReebGraphVolumeSkeletonFilter
compute a skeletal embedding of the Reeb graph of a scalar field defined on a tetrahedral mesh (vtkUn...
Definition: vtkReebGraphVolumeSkeletonFilter.h:57
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkReebGraphVolumeSkeletonFilter::vtkReebGraphVolumeSkeletonFilter
vtkReebGraphVolumeSkeletonFilter()
vtkReebGraphVolumeSkeletonFilter::~vtkReebGraphVolumeSkeletonFilter
~vtkReebGraphVolumeSkeletonFilter()
vtkFiltersReebGraphModule.h
vtkDataObjectAlgorithm.h
vtkReebGraphVolumeSkeletonFilter::New
static vtkReebGraphVolumeSkeletonFilter * New()
vtkReebGraphVolumeSkeletonFilter::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)