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 =========================================================================*/
44 #ifndef vtkReebGraphVolumeSkeletonFilter_h
45 #define vtkReebGraphVolumeSkeletonFilter_h
46 
47 #include "vtkFiltersReebGraphModule.h" // For export macro
48 #include "vtkDataObjectAlgorithm.h"
49 
50 class vtkReebGraph;
51 class vtkTable;
52 
53 class VTKFILTERSREEBGRAPH_EXPORT vtkReebGraphVolumeSkeletonFilter :
55 {
56 public:
60  void PrintSelf(ostream& os, vtkIndent indent) override;
61 
63 
67  vtkSetMacro(NumberOfSamples, int);
68  vtkGetMacro(NumberOfSamples, int);
70 
72 
76  vtkSetMacro(NumberOfSmoothingIterations, int);
77  vtkGetMacro(NumberOfSmoothingIterations, int);
79 
81 
85  vtkSetMacro(FieldId, vtkIdType);
86  vtkGetMacro(FieldId, vtkIdType);
88 
90 
91 protected:
94 
96  int NumberOfSamples, NumberOfSmoothingIterations;
97 
98  int FillInputPortInformation(int portNumber, vtkInformation *) override;
99  int FillOutputPortInformation(int portNumber, vtkInformation *info) override;
100 
101  int RequestData(vtkInformation *request,
102  vtkInformationVector **inputVector, vtkInformationVector *outputVector) override;
103 
104 private:
106  void operator=(const vtkReebGraphVolumeSkeletonFilter&) = delete;
107 };
108 
109 #endif
vtkDataObjectAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdType
int vtkIdType
Definition: vtkType.h:347
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:35
vtkTable
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:62
vtkDataObjectAlgorithm
Superclass for algorithms that produce only data object as output.
Definition: vtkDataObjectAlgorithm.h:43
vtkDataObjectAlgorithm::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkReebGraphVolumeSkeletonFilter::NumberOfSmoothingIterations
int NumberOfSmoothingIterations
Definition: vtkReebGraphVolumeSkeletonFilter.h:96
vtkReebGraphVolumeSkeletonFilter::FieldId
vtkIdType FieldId
Definition: vtkReebGraphVolumeSkeletonFilter.h:95
vtkReebGraph
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:131
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:33
vtkReebGraphVolumeSkeletonFilter
compute a skeletal embedding of the Reeb graph of a scalar field defined on a tetrahedral mesh (vtkUn...
Definition: vtkReebGraphVolumeSkeletonFilter.h:53
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:80
vtkX3D::info
Definition: vtkX3D.h:376
vtkDataObjectAlgorithm::GetOutput
vtkDataObject * GetOutput()
Get the output data object for a port on this algorithm.
vtkDataObjectAlgorithm::New
static vtkDataObjectAlgorithm * New()
vtkDataObjectAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Definition: vtkDataObjectAlgorithm.h:122
vtkDataObjectAlgorithm.h
vtkDataObjectAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.