VTK  9.3.1
vtkVolumeContourSpectrumFilter.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
35 #ifndef vtkVolumeContourSpectrumFilter_h
36 #define vtkVolumeContourSpectrumFilter_h
37 
38 #include "vtkDataObjectAlgorithm.h"
39 #include "vtkFiltersGeneralModule.h" // For export macro
40 
41 VTK_ABI_NAMESPACE_BEGIN
42 class vtkReebGraph;
43 class vtkTable;
44 
45 class VTKFILTERSGENERAL_EXPORT vtkVolumeContourSpectrumFilter : public vtkDataObjectAlgorithm
46 {
47 public:
50  void PrintSelf(ostream& os, vtkIndent indent) override;
51 
53 
57  vtkSetMacro(ArcId, vtkIdType);
58  vtkGetMacro(ArcId, vtkIdType);
60 
62 
66  vtkSetMacro(NumberOfSamples, int);
67  vtkGetMacro(NumberOfSamples, int);
69 
71 
75  vtkSetMacro(FieldId, vtkIdType);
76  vtkGetMacro(FieldId, vtkIdType);
78 
80 
81 protected:
84 
87 
88  int FillInputPortInformation(int portNumber, vtkInformation*) override;
89  int FillOutputPortInformation(int portNumber, vtkInformation* info) override;
90 
91  int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
92  vtkInformationVector* outputVector) override;
93 
94 private:
96  void operator=(const vtkVolumeContourSpectrumFilter&) = delete;
97 };
98 
99 VTK_ABI_NAMESPACE_END
100 #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:315
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:120
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:28
Superclass for algorithms that produce only data object as output.
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:58
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.