VTK
vtkImageSkeleton2D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageSkeleton2D.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 =========================================================================*/
32 #ifndef vtkImageSkeleton2D_h
33 #define vtkImageSkeleton2D_h
34 
35 #include "vtkImagingMorphologicalModule.h" // For export macro
36 #include "vtkImageIterateFilter.h"
37 
39 {
40 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46 
47  vtkSetMacro(Prune,int);
48  vtkGetMacro(Prune,int);
49  vtkBooleanMacro(Prune,int);
51 
54 
55 protected:
58 
59  int Prune;
60 
62  vtkInformation* out);
64  vtkInformation* request,
65  vtkInformationVector** inputVector,
66  vtkInformationVector* outputVector,
67  vtkImageData ***inDataV,
68  vtkImageData **outDataV,
69  int outExt[6],
70  int id);
71 private:
72  vtkImageSkeleton2D(const vtkImageSkeleton2D&); // Not implemented.
73  void operator=(const vtkImageSkeleton2D&); // Not implemented.
74 };
75 
76 #endif
77 
78 
79 
vtkImageSkeleton2D::New
static vtkImageSkeleton2D * New()
vtkImageSkeleton2D::SetNumberOfIterations
void SetNumberOfIterations(int num)
vtkImageSkeleton2D::Prune
int Prune
Definition: vtkImageSkeleton2D.h:59
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageSkeleton2D
Skeleton of 2D images.
Definition: vtkImageSkeleton2D.h:39
vtkgl::in
GLuint in
Definition: vtkgl.h:16905
vtkImageSkeleton2D::ThreadedRequestData
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inDataV, vtkImageData **outDataV, int outExt[6], int id)
vtkgl::num
GLuint GLuint num
Definition: vtkgl.h:16907
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkImageSkeleton2D::IterativeRequestUpdateExtent
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)
vtkImagingMorphologicalModule.h
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkImageIterateFilter
Multiple executes per update.
Definition: vtkImageIterateFilter.h:33
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkImageSkeleton2D::~vtkImageSkeleton2D
~vtkImageSkeleton2D()
Definition: vtkImageSkeleton2D.h:57
vtkImageIterateFilter.h
vtkImageSkeleton2D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkImageSkeleton2D::vtkImageSkeleton2D
vtkImageSkeleton2D()
VTKIMAGINGMORPHOLOGICAL_EXPORT
#define VTKIMAGINGMORPHOLOGICAL_EXPORT
Definition: vtkImagingMorphologicalModule.h:15