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 
66  vtkSetMacro(ArcId, vtkIdType);
67  vtkGetMacro(ArcId, vtkIdType);
69 
71 
72  vtkSetMacro(NumberOfSamples, int);
73  vtkGetMacro(NumberOfSamples, int);
75 
77 
78  vtkSetMacro(FieldId, vtkIdType);
79  vtkGetMacro(FieldId, vtkIdType);
81 
83 
84 protected:
87 
90 
91  int FillInputPortInformation(int portNumber, vtkInformation *);
92  int FillOutputPortInformation(int portNumber, vtkInformation *info);
93 
94  int RequestData(vtkInformation *request,
95  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
96 
97 private:
99  void operator=(const vtkVolumeContourSpectrumFilter&); // Not implemented.
100 };
101 
102 #endif
vtkDataObject * GetOutput()
Store vtkAlgorithm input/output information.
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
int vtkIdType
Definition: vtkType.h:275
Reeb graph computation for PL scalar fields.
Definition: vtkReebGraph.h:130
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:38
#define VTKFILTERSGENERAL_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only data object as output.
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:67
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
virtual int FillOutputPortInformation(int port, vtkInformation *info)