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