VTK  9.0.1
vtkAreaContourSpectrumFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkAreaContourSpectrumFilter.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 vtkAreaContourSpectrumFilter_h
45 #define vtkAreaContourSpectrumFilter_h
46 
47 #include "vtkDataObjectAlgorithm.h"
48 #include "vtkFiltersGeneralModule.h" // For export macro
49 
50 class vtkTable;
51 
52 class VTKFILTERSGENERAL_EXPORT vtkAreaContourSpectrumFilter : public vtkDataObjectAlgorithm
53 {
54 public:
57  void PrintSelf(ostream& os, vtkIndent indent) override;
58 
60 
64  vtkSetMacro(ArcId, vtkIdType);
65  vtkGetMacro(ArcId, vtkIdType);
67 
69 
73  vtkSetMacro(NumberOfSamples, int);
74  vtkGetMacro(NumberOfSamples, int);
76 
78 
82  vtkSetMacro(FieldId, vtkIdType);
83  vtkGetMacro(FieldId, vtkIdType);
85 
87 
88 protected:
90  ~vtkAreaContourSpectrumFilter() override;
91 
94 
95  int FillInputPortInformation(int portNumber, vtkInformation*) override;
96  int FillOutputPortInformation(int portNumber, vtkInformation* info) override;
97 
98  int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
99  vtkInformationVector* outputVector) override;
100 
101 private:
103  void operator=(const vtkAreaContourSpectrumFilter&) = delete;
104 };
105 
106 #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:338
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
compute an approximation of the area contour signature (evolution of the area of the input surface al...
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.