VTK
vtkSurfaceReconstructionFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSurfaceReconstructionFilter.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 =========================================================================*/
33 #ifndef vtkSurfaceReconstructionFilter_h
34 #define vtkSurfaceReconstructionFilter_h
35 
36 #include "vtkImagingHybridModule.h" // For export macro
37 #include "vtkImageAlgorithm.h"
38 
40 {
41 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
47 
49 
55  vtkGetMacro(NeighborhoodSize,int);
56  vtkSetMacro(NeighborhoodSize,int);
58 
60 
62  vtkGetMacro(SampleSpacing,double);
63  vtkSetMacro(SampleSpacing,double);
65 
66 protected:
69 
73  virtual int RequestData (vtkInformation *,
76 
78  double SampleSpacing;
79 
81 
82 private:
84  void operator=(const vtkSurfaceReconstructionFilter&); // Not implemented.
85 };
86 
87 #endif
88 
vtkSurfaceReconstructionFilter::vtkSurfaceReconstructionFilter
vtkSurfaceReconstructionFilter()
vtkSurfaceReconstructionFilter::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageAlgorithm.h
vtkImageAlgorithm
Generic algorithm superclass for image algs.
Definition: vtkImageAlgorithm.h:40
vtkImagingHybridModule.h
vtkSurfaceReconstructionFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTKIMAGINGHYBRID_EXPORT
#define VTKIMAGINGHYBRID_EXPORT
Definition: vtkImagingHybridModule.h:15
vtkSurfaceReconstructionFilter::NeighborhoodSize
int NeighborhoodSize
Definition: vtkSurfaceReconstructionFilter.h:77
vtkSurfaceReconstructionFilter::SampleSpacing
double SampleSpacing
Definition: vtkSurfaceReconstructionFilter.h:78
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSurfaceReconstructionFilter::New
static vtkSurfaceReconstructionFilter * New()
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkSurfaceReconstructionFilter
reconstructs a surface from unorganized points
Definition: vtkSurfaceReconstructionFilter.h:40
vtkSurfaceReconstructionFilter::FillInputPortInformation
virtual int FillInputPortInformation(int, vtkInformation *)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSurfaceReconstructionFilter::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkSurfaceReconstructionFilter::~vtkSurfaceReconstructionFilter
~vtkSurfaceReconstructionFilter()
Definition: vtkSurfaceReconstructionFilter.h:68