VTK
vtkVolumeContourSpectrumFilter.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 vtkVolumeContourSpectrumFilter_h
47 #define vtkVolumeContourSpectrumFilter_h
48 
49 #include "vtkFiltersGeneralModule.h" // For export macro
50 #include "vtkDataObjectAlgorithm.h"
51 
52 class vtkReebGraph;
53 class vtkTable;
54 
57 {
58 public:
61  void PrintSelf(ostream& os, vtkIndent indent);
62 
64 
69 
71 
72  vtkSetMacro(NumberOfSamples, int);
73  vtkGetMacro(NumberOfSamples, int);
75 
77 
81 
83 
84 protected:
87 
90 
91  int FillInputPortInformation(int portNumber, vtkInformation *);
93 
95  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
96 
97 private:
99  void operator=(const vtkVolumeContourSpectrumFilter&); // Not implemented.
100 };
101 
102 #endif
vtkVolumeContourSpectrumFilter::GetOutput
vtkTable * GetOutput()
vtkVolumeContourSpectrumFilter::New
static vtkVolumeContourSpectrumFilter * New()
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkVolumeContourSpectrumFilter::FieldId
vtkIdType FieldId
Definition: vtkVolumeContourSpectrumFilter.h:88
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
vtkVolumeContourSpectrumFilter::~vtkVolumeContourSpectrumFilter
~vtkVolumeContourSpectrumFilter()
vtkDataObjectAlgorithm
Superclass for algorithms that produce only data object as output.
Definition: vtkDataObjectAlgorithm.h:43
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkVolumeContourSpectrumFilter
compute an approximation of the volume contour signature (evolution of the volume of the input tet-me...
Definition: vtkVolumeContourSpectrumFilter.h:57
vtkReebGraph
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:131
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
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkVolumeContourSpectrumFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkVolumeContourSpectrumFilter::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkDataObjectAlgorithm.h
vtkVolumeContourSpectrumFilter::vtkVolumeContourSpectrumFilter
vtkVolumeContourSpectrumFilter()
vtkVolumeContourSpectrumFilter::NumberOfSamples
int NumberOfSamples
Definition: vtkVolumeContourSpectrumFilter.h:89
vtkVolumeContourSpectrumFilter::FillInputPortInformation
int FillInputPortInformation(int portNumber, vtkInformation *)
vtkVolumeContourSpectrumFilter::FillOutputPortInformation
int FillOutputPortInformation(int portNumber, vtkInformation *info)