VTK
vtkVolumeContourSpectrumFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkVolumeContourSpectrumFilter.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 vtkVolumeContourSpectrumFilter_h
45 #define vtkVolumeContourSpectrumFilter_h
46 
47 #include "vtkFiltersGeneralModule.h" // For export macro
48 #include "vtkDataObjectAlgorithm.h"
49 
50 class vtkReebGraph;
51 class vtkTable;
52 
53 class VTKFILTERSGENERAL_EXPORT vtkVolumeContourSpectrumFilter :
55 {
56 public:
59  void PrintSelf(ostream& os, vtkIndent indent) override;
60 
62 
66  vtkSetMacro(ArcId, vtkIdType);
67  vtkGetMacro(ArcId, vtkIdType);
69 
71 
75  vtkSetMacro(NumberOfSamples, int);
76  vtkGetMacro(NumberOfSamples, int);
78 
80 
84  vtkSetMacro(FieldId, vtkIdType);
85  vtkGetMacro(FieldId, vtkIdType);
87 
89 
90 protected:
93 
96 
97  int FillInputPortInformation(int portNumber, vtkInformation *) override;
98  int FillOutputPortInformation(int portNumber, vtkInformation *info) override;
99 
100  int RequestData(vtkInformation *request,
101  vtkInformationVector **inputVector, vtkInformationVector *outputVector) override;
102 
103 private:
105  void operator=(const vtkVolumeContourSpectrumFilter&) = delete;
106 };
107 
108 #endif
vtkDataObject * GetOutput()
Get the output data object for a port on this algorithm.
Store vtkAlgorithm input/output information.
static vtkDataObjectAlgorithm * New()
int vtkIdType
Definition: vtkType.h:345
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:131
compute an approximation of the volume contour signature (evolution of the volume of the input tet-me...
a simple class to control print indentation
Definition: vtkIndent.h:33
Superclass for algorithms that produce only data object as output.
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:62
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.