VTK
vtkReebGraphVolumeSkeletonFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkReebGraphVolumeSkeletonFilter.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 =========================================================================*/
47 #ifndef vtkReebGraphVolumeSkeletonFilter_h
48 #define vtkReebGraphVolumeSkeletonFilter_h
49 
50 #include "vtkFiltersReebGraphModule.h" // For export macro
51 #include "vtkDataObjectAlgorithm.h"
52 
53 class vtkReebGraph;
54 class vtkTable;
55 
56 class VTKFILTERSREEBGRAPH_EXPORT vtkReebGraphVolumeSkeletonFilter :
58 {
59 public:
63  void PrintSelf(ostream& os, vtkIndent indent);
64 
66 
70  vtkSetMacro(NumberOfSamples, int);
71  vtkGetMacro(NumberOfSamples, int);
73 
75 
79  vtkSetMacro(NumberOfSmoothingIterations, int);
80  vtkGetMacro(NumberOfSmoothingIterations, int);
82 
84 
89  vtkGetMacro(FieldId, vtkIdType);
91 
93 
94 protected:
97 
99  int NumberOfSamples, NumberOfSmoothingIterations;
100 
101  int FillInputPortInformation(int portNumber, vtkInformation *);
103 
105  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
106 
107 private:
109  void operator=(const vtkReebGraphVolumeSkeletonFilter&) VTK_DELETE_FUNCTION;
110 };
111 
112 #endif
vtkReebGraphVolumeSkeletonFilter::FillOutputPortInformation
int FillOutputPortInformation(int portNumber, vtkInformation *info)
Fill the output port information objects for this algorithm.
vtkIdType
int vtkIdType
Definition: vtkType.h:287
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkTable
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:69
vtkDataObjectAlgorithm
Superclass for algorithms that produce only data object as output.
Definition: vtkDataObjectAlgorithm.h:44
vtkReebGraphVolumeSkeletonFilter::NumberOfSmoothingIterations
int NumberOfSmoothingIterations
Definition: vtkReebGraphVolumeSkeletonFilter.h:99
vtkReebGraphVolumeSkeletonFilter::GetOutput
vtkTable * GetOutput()
vtkReebGraphVolumeSkeletonFilter::FieldId
vtkIdType FieldId
Definition: vtkReebGraphVolumeSkeletonFilter.h:98
vtkReebGraph
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:135
vtkReebGraphVolumeSkeletonFilter::FillInputPortInformation
int FillInputPortInformation(int portNumber, vtkInformation *)
Fill the input port information objects for this algorithm.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkReebGraphVolumeSkeletonFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkReebGraphVolumeSkeletonFilter
compute a skeletal embedding of the Reeb graph of a scalar field defined on a tetrahedral mesh (vtkUn...
Definition: vtkReebGraphVolumeSkeletonFilter.h:58
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkReebGraphVolumeSkeletonFilter::vtkReebGraphVolumeSkeletonFilter
vtkReebGraphVolumeSkeletonFilter()
vtkReebGraphVolumeSkeletonFilter::~vtkReebGraphVolumeSkeletonFilter
~vtkReebGraphVolumeSkeletonFilter()
vtkDataObjectAlgorithm.h
vtkReebGraphVolumeSkeletonFilter::New
static vtkReebGraphVolumeSkeletonFilter * New()
vtkReebGraphVolumeSkeletonFilter::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)