BBTK Package itkvtk 1.0.0

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 :


Top

itkImage2vtkImageData

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


Top

vtkImageData2itkImage

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


Automatically generated by bbtk on 21/9/2008 - 14:6 GMT