| Description | : | itk to vtk structures adaptors |
| Author(s) | : | laurent.guigues at creatis.insa-lyon.fr |
| Author(s) | : | |
| Version | : | 1.0.0 |
| bbtk Version | : | "0.9.0" |
Black Boxes :
Adaptors :
| itkImage2vtkImageData | Converts a generic itkImage to a vtkImageData |
| vtkImageData2itkImage | Converts a vtkImageData* to a generic itkImage pointer |
| Description | : | Converts a generic itkImage to a vtkImageData |
| Author(s) | : | laurent.guigues@creatis.insa-lyon.fr |
| Category(s) | : | atomic box adaptor |
| To use it | : | include itkvtk |
| Inputs | ||
In | <bbtk::any<bbitk::ImagePointer>> | Input itkImage |
BoxExecute | <bbtk::Void> | Any signal received by this input executes the box |
BoxProcessMode | <std::string> | Sets the processing mode of the box (Pipeline | Always | Reactive) |
| Outputs | ||
Out | <vtkImageData*> | Output vtkImageData |
BoxChange | <bbtk::Void> | Signals modifications of the box |
| Description | : | Converts a vtkImageData* to a generic itkImage pointer |
| Author(s) | : | laurent.guigues@creatis.insa-lyon.fr |
| Category(s) | : | atomic box adaptor |
| To use it | : | include itkvtk |
| Inputs | ||
In | <vtkImageData*> | Input vtkImageData |
BoxExecute | <bbtk::Void> | Any signal received by this input executes the box |
BoxProcessMode | <std::string> | Sets the processing mode of the box (Pipeline | Always | Reactive) |
| Outputs | ||
Out | <bbtk::any<bbitk::ImagePointer>> | Output itkImage |
BoxChange | <bbtk::Void> | Signals modifications of the box |