| 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.3 |
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 | Input itkImage | <bbtk::any<bbitk::ImagePointer>> |
BoxExecute | Any signal received by this input executes the box | <bbtk::Void> |
BoxProcessMode | Sets the processing mode of the box (Pipeline | Always | Reactive) | <std::string> |
| Outputs | ||
Out | Output vtkImageData | <vtkImageData*> |
BoxChange | Signals modifications of the box | <bbtk::Void> |
| 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 | Input vtkImageData | <vtkImageData*> |
BoxExecute | Any signal received by this input executes the box | <bbtk::Void> |
BoxProcessMode | Sets the processing mode of the box (Pipeline | Always | Reactive) | <std::string> |
| Outputs | ||
Out | Output itkImage | <bbtk::any<bbitk::ImagePointer>> |
BoxChange | Signals modifications of the box | <bbtk::Void> |