2 #ifndef __vtkITKLevelTracing3DImageFilter_h 3 #define __vtkITKLevelTracing3DImageFilter_h 6 #include "vtkImageAlgorithm.h" 7 #include "vtkObjectFactory.h" 24 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
27 vtkSetVector3Macro(Seed,
int);
28 vtkGetVector3Macro(Seed,
int);
34 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
35 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
36 virtual int FillInputPortInformation(
int port, vtkInformation *info) VTK_OVERRIDE;
Wrapper class around itk::LevelTracingImageFilterImageFilter.