VTK
vtkAreaContourSpectrumFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: $RCSfile$
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 =========================================================================*/
46 #ifndef vtkAreaContourSpectrumFilter_h
47 #define vtkAreaContourSpectrumFilter_h
48 
49 #include "vtkFiltersGeneralModule.h" // For export macro
50 #include "vtkDataObjectAlgorithm.h"
51 
52 class vtkTable;
53 
56 {
57 public:
60  void PrintSelf(ostream& os, vtkIndent indent);
61 
63 
68 
70 
71  vtkSetMacro(NumberOfSamples, int);
72  vtkGetMacro(NumberOfSamples, int);
74 
76 
80 
82 
83 protected:
86 
89 
90  int FillInputPortInformation(int portNumber, vtkInformation *);
92 
94  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
95 
96 private:
98  void operator=(const vtkAreaContourSpectrumFilter&); // Not implemented.
99 };
100 
101 #endif
vtkAreaContourSpectrumFilter::New
static vtkAreaContourSpectrumFilter * New()
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkAreaContourSpectrumFilter::vtkAreaContourSpectrumFilter
vtkAreaContourSpectrumFilter()
vtkAreaContourSpectrumFilter::FillInputPortInformation
int FillInputPortInformation(int portNumber, vtkInformation *)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTable
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:68
vtkAreaContourSpectrumFilter::FillOutputPortInformation
int FillOutputPortInformation(int portNumber, vtkInformation *info)
vtkAreaContourSpectrumFilter::GetOutput
vtkTable * GetOutput()
vtkDataObjectAlgorithm
Superclass for algorithms that produce only data object as output.
Definition: vtkDataObjectAlgorithm.h:43
vtkAreaContourSpectrumFilter::FieldId
vtkIdType FieldId
Definition: vtkAreaContourSpectrumFilter.h:87
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkAreaContourSpectrumFilter::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkAreaContourSpectrumFilter::~vtkAreaContourSpectrumFilter
~vtkAreaContourSpectrumFilter()
vtkAreaContourSpectrumFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkFiltersGeneralModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkAreaContourSpectrumFilter
compute an approximation of the area contour signature (evolution of the area of the input surface al...
Definition: vtkAreaContourSpectrumFilter.h:56
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkDataObjectAlgorithm.h
vtkAreaContourSpectrumFilter::NumberOfSamples
int NumberOfSamples
Definition: vtkAreaContourSpectrumFilter.h:88