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.3

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 
 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>


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 
 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>


Automatically generated by bbtk on 3/1/2010 - 9:58 GMT