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 =========================================================================*/
47 #ifndef vtkVolumeContourSpectrumFilter_h
48 #define vtkVolumeContourSpectrumFilter_h
49 
50 #include "vtkFiltersGeneralModule.h" // For export macro
51 #include "vtkDataObjectAlgorithm.h"
52 
53 class vtkReebGraph;
54 class vtkTable;
55 
56 class VTKFILTERSGENERAL_EXPORT vtkVolumeContourSpectrumFilter :
58 {
59 public:
62  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
63 
65 
70  vtkGetMacro(ArcId, vtkIdType);
72 
74 
78  vtkSetMacro(NumberOfSamples, int);
79  vtkGetMacro(NumberOfSamples, int);
81 
83 
88  vtkGetMacro(FieldId, vtkIdType);
90 
92 
93 protected:
96 
97  vtkIdType ArcId, FieldId;
98  int NumberOfSamples;
99 
100  int FillInputPortInformation(int portNumber, vtkInformation *) VTK_OVERRIDE;
101  int FillOutputPortInformation(int portNumber, vtkInformation *info) VTK_OVERRIDE;
102 
103  int RequestData(vtkInformation *request,
104  vtkInformationVector **inputVector, vtkInformationVector *outputVector) VTK_OVERRIDE;
105 
106 private:
108  void operator=(const vtkVolumeContourSpectrumFilter&) VTK_DELETE_FUNCTION;
109 };
110 
111 #endif
vtkVolumeContourSpectrumFilter::GetOutput
vtkTable * GetOutput()
vtkVolumeContourSpectrumFilter::New
static vtkVolumeContourSpectrumFilter * New()
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
vtkVolumeContourSpectrumFilter
compute an approximation of the volume contour signature (evolution of the volume of the input tet-me...
Definition: vtkVolumeContourSpectrumFilter.h:58
vtkReebGraph
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:135
vtkVolumeContourSpectrumFilter::~vtkVolumeContourSpectrumFilter
~vtkVolumeContourSpectrumFilter() override
vtkVolumeContourSpectrumFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
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
vtkDataObjectAlgorithm.h
vtkVolumeContourSpectrumFilter::vtkVolumeContourSpectrumFilter
vtkVolumeContourSpectrumFilter()