63 vtkSmartPointer<vtkImageData>
implementProcess(vtkSmartPointer<vtkImageData> img);
65 template <
class InputPixelType,
class OutputPixelType, const
int dim>
66 vtkSmartPointer<vtkImageData>
itkProcess(vtkSmartPointer<vtkImageData> img);
88 #endif // DERIVATIVE_H
Perform a derivative filter on the ImageComponent.
Definition: Derivative.h:41
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
vtkSmartPointer< vtkImageData > itkProcess(vtkSmartPointer< vtkImageData > img)
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
Definition: ImageComponent.h:69
virtual void process(camitk::ImageComponent *)
helper method to simplify the target component processing
virtual ~Derivative()
Default Destructor.
Derivative(camitk::ActionExtension *)
Default Constructor.
int derivativeOrder
The order of the derivative.
Definition: Derivative.h:85
bool keepOrgVoxelType
The derivation requires a signed type for voxel.
Definition: Derivative.h:75
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
vtkSmartPointer< vtkImageData > implementProcess(vtkSmartPointer< vtkImageData > img)
int direction
The direction of the derivative 0-> derivate along x axis, 1-> derivate along y axis, 2-> derivate along z axis.
Definition: Derivative.h:82