25 #ifndef MEDIANFILTER_H
26 #define MEDIANFILTER_H
64 vtkSmartPointer<vtkImageData>
implementProcess(vtkSmartPointer<vtkImageData> img);
66 template <
class InputPixelType,
class OutputPixelType, const
int dim>
67 vtkSmartPointer<vtkImageData>
itkProcess(vtkSmartPointer<vtkImageData> img);
75 #endif // MEDIANFILTER_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
Definition: ImageComponent.h:69
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196