BBTK Package itk 1.0.0

Description : Basic itk-based boxes
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Author(s) :
Version : 1.0.0
bbtk Version : "0.9.0"

Black Boxes :

Adaptors :


Top

BinaryThresholdImageFilter

Description : Binarizes an image by thresholding (generic bbification of itk::BinaryThresholdImageFilter)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  filter  image 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input image. Can be any itk::Image*
 InsideValue 
 <double> 
Output value for pixels inside thresholds
 LowerThreshold 
 <double> 
Lower threshold
 OutsideValue 
 <double> 
Output value for pixels outside thresholds
 UpperThreshold 
 <double> 
Upper threshold
 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 image. Of the same type and dimension than the input image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

DICOMDirReader

Description : Reads a series from a DICOM directory as a 3D itk image
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : complex box  image  read/write  dicom 
To use it : include /home/guigues/build/bbtk-build-tmp/bin/bin/../share/bbtk/bbs/itk/boxes/bbDICOMDirReader.bbs  [source]
Uses : itk::DICOMSeriesFileNames itk::ImageSeriesReader

Inputs
 In 
 <std::string> 
The input DICOM directory
Outputs
 Out 
 <bbtk::any<bbitk::ImagePointer>> 
The image read


Top

DICOMSeriesFileNames

Description : Reads a DICOM directory and generates an ordered sequence of filenames based on the DICOM tags in the files. Files can be sorted based on image number, slice location, or patient position. The files in the specified directory are grouped by SeriesUID. The list of SeriesUIDs can be queried and the filenames for a specific series extracted.
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  read/write  image  dicom 
To use it : include itk

Inputs
 In 
 <std::string> 
DICOM directory
 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 
 <std::vector<std::string, std::allocator<std::string> >> 
Vector of file names
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

ExtractImageFilter

Description : Decrease the image size by cropping the image to the selected region bounds (bbification of itk::ExtractImageFilter)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  image  filter 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input image
 Region 
 <bbtk::any<bbitk::ImageRegion>> 
Extraction region
 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 image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

ImageCrop

Description : Extracts a sub-image of an image
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : complex box  application 
To use it : include /home/guigues/build/bbtk-build-tmp/bin/bin/../share/bbtk/bbs/itk/appli/ImageCrop.bbs  [source]
Uses : itk::ExtractImageFilter itk::ImageReader itk::ImageRegion itk::ImageWriter

Inputs
 I 
 <std::string> 
Input file name
 O 
 <bbtk::any<bbitk::ImagePointer>> 
Output file name
 P 
 <std::vector<long, std::allocator<long> >> 
Position of the crop region
 S 
 <std::vector<long, std::allocator<long> >> 
Size of the crop region
Outputs


Top

ImageInfo

Description : Gives information on the input image (pixel type, dimension, size, spacing)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : complex box  application  image 
To use it : include /home/guigues/build/bbtk-build-tmp/bin/bin/../share/bbtk/bbs/itk/appli/ImageInfo.bbs  [source]
Uses : itk::ImageProperties std::PrependDataPath itk::ImageReader

Inputs
 I 
 <std::string> 
Input image file
Outputs


Top

ImageProperties

Description : Outputs different properties of an image (type, dimension, size, spacing, ...)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  image 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input image
 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
 Dimension 
 <unsigned int> 
Dimension
 Index 
 <std::vector<int, std::allocator<int> >> 
Origin of the image
 LargestPossibleRegion 
 <bbtk::any<bbitk::ImageRegion>> 
Global extent of the image
 Size 
 <std::vector<int, std::allocator<int> >> 
Size in each dimension
 Spacing 
 <std::vector<float, std::allocator<float> >> 
Size of the voxels
 TypeName 
 <std::string> 
Pixel type name
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

ImageReader

Description : Generic itk image reader
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  image  read/write 
To use it : include itk

Inputs
 In 
 <std::string> 
filename with complete path
 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 image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

ImageRegion

Description : Creates a generic ImageRegion (bbtk::any) from two vectors providing the index and size of the region. The dimension D of the actual itk::ImageRegion created is the max of the sizes of Index and Size (the smallest vector is padded by zeros).
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  image 
To use it : include itk

Inputs
 Index 
 <std::vector<long, std::allocator<long> >> 
Vector of region indices
 Size 
 <std::vector<long, std::allocator<long> >> 
Vector of region sizes
 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::ImageRegion>> 
Output generic region
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

ImageSeriesReader

Description : Generic itk image series reader
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  image  read/write 
To use it : include itk

Inputs
 FileNames 
 <std::vector<std::string, std::allocator<std::string> >> 
vector of file names with complete paths
 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 itk::image with type T and dimension D determined by the content of the files
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

ImageWriter

Description : Generic itk image writer
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  image  read/write 
To use it : include itk

Inputs
 Filename 
 <std::string> 
filename with complete path
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Image to write
 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
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

ResampleImageFilter

Description : Resamples an image
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  image  filter 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input image. Can be any itk::Image*
 Interpolation 
 <std::string> 
Interpolation
 Spacing 
 <std::vector<double, std::allocator<double> >> 
Spacing
 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 image. Of the same type and dimension than the input image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerRelay

Description : Just copies the value of its input to its output. Usefull to plug an input of a complex box into different internal boxes.
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  misc 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input
 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
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToString

Description : Converts a anyItkImagePointer (bbtk::any) into a string
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input
 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 
 <std::string> 
Output
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageChar2cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageChar2cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<signed char, 2u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageChar2ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageChar2ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<signed char, 2u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageChar3cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageChar3cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<signed char, 3u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageChar3ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageChar3ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<signed char, 3u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageChar4cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageChar4cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<signed char, 4u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageChar4ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageChar4ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<signed char, 4u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageDouble2cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageDouble2cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<double, 2u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageDouble2ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageDouble2ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<double, 2u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageDouble3cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageDouble3cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<double, 3u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageDouble3ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageDouble3ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<double, 3u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageDouble4cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageDouble4cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<double, 4u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageDouble4ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageDouble4ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<double, 4u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageFloat2cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageFloat2cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<float, 2u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageFloat2ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageFloat2ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<float, 2u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageFloat3cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageFloat3cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<float, 3u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageFloat3ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageFloat3ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<float, 3u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageFloat4cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageFloat4cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<float, 4u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageFloat4ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageFloat4ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<float, 4u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageInt2cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageInt2cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<int, 2u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageInt2ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageInt2ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<int, 2u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageInt3cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageInt3cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<int, 3u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageInt3ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageInt3ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<int, 3u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageInt4cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageInt4cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<int, 4u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageInt4ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageInt4ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<int, 4u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageShort2cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageShort2cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<short, 2u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageShort2ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageShort2ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<short, 2u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageShort3cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageShort3cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<short, 3u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageShort3ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageShort3ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<short, 3u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageShort4cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageShort4cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<short, 4u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageShort4ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageShort4ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<short, 4u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUChar2cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageUChar2cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned char, 2u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUChar2ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageUChar2ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned char, 2u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUChar3cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageUChar3cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned char, 3u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUChar3ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageUChar3ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned char, 3u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUChar4cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageUChar4cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned char, 4u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUChar4ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageUChar4ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned char, 4u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUInt2cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageUInt2cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned int, 2u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUInt2ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageUInt2ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned int, 2u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUInt3cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageUInt3cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned int, 3u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUInt3ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageUInt3ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned int, 3u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUInt4cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageUInt4cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned int, 4u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUInt4ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageUInt4ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned int, 4u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUShort2cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageUShort2cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned short, 2u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUShort2ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageUShort2ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned short, 2u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUShort3cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageUShort3cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned short, 3u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUShort3ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageUShort3ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned short, 3u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUShort4cptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a const typed itk image pointer (itkImageUShort4cptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned short, 4u> const*> 
Output const typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

anyItkImagePointerToitkImageUShort4ptr

Description : Converts a generic itk image pointer (anyItkImagePointer) into a typed itk image pointer (itkImageUShort4ptr)
Author(s) : laurent.guigues@creatis.insa-lyon.fr
Category(s) : atomic box  adaptor 
To use it : include itk

Inputs
 In 
 <bbtk::any<bbitk::ImagePointer>> 
Input generic image pointer
 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 
 <itk::Image<unsigned short, 4u>*> 
Output typed image pointer
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageChar2cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageChar2cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<signed char, 2u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageChar2ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageChar2ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<signed char, 2u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageChar3cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageChar3cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<signed char, 3u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageChar3ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageChar3ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<signed char, 3u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageChar4cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageChar4cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<signed char, 4u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageChar4ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageChar4ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<signed char, 4u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageDouble2cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageDouble2cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<double, 2u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageDouble2ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageDouble2ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<double, 2u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageDouble3cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageDouble3cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<double, 3u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageDouble3ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageDouble3ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<double, 3u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageDouble4cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageDouble4cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<double, 4u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageDouble4ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageDouble4ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<double, 4u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageFloat2cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageFloat2cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<float, 2u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageFloat2ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageFloat2ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<float, 2u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageFloat3cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageFloat3cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<float, 3u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageFloat3ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageFloat3ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<float, 3u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageFloat4cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageFloat4cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<float, 4u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageFloat4ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageFloat4ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<float, 4u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageInt2cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageInt2cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<int, 2u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageInt2ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageInt2ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<int, 2u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageInt3cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageInt3cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<int, 3u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageInt3ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageInt3ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<int, 3u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageInt4cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageInt4cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<int, 4u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageInt4ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageInt4ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<int, 4u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageShort2cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageShort2cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<short, 2u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageShort2ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageShort2ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<short, 2u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageShort3cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageShort3cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<short, 3u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageShort3ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageShort3ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<short, 3u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageShort4cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageShort4cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<short, 4u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageShort4ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageShort4ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<short, 4u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUChar2cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUChar2cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned char, 2u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUChar2ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUChar2ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned char, 2u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUChar3cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUChar3cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned char, 3u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUChar3ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUChar3ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned char, 3u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUChar4cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUChar4cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned char, 4u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUChar4ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUChar4ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned char, 4u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUInt2cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUInt2cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned int, 2u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUInt2ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUInt2ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned int, 2u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUInt3cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUInt3cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned int, 3u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUInt3ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUInt3ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned int, 3u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUInt4cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUInt4cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned int, 4u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUInt4ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUInt4ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned int, 4u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUShort2cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUShort2cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned short, 2u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUShort2ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUShort2ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned short, 2u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUShort3cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUShort3cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned short, 3u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUShort3ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUShort3ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned short, 3u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUShort4cptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUShort4cptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned short, 4u> const*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


Top

itkImageUShort4ptrToanyItkImagePointer

Description : Converts a typed itk image pointer (itkImageUShort4ptr) into a generic itk image pointer (anyItkImagePointer)
Author(s) : laurent.guigues at creatis.insa-lyon.fr
Category(s) : atomic box  adaptor  adaptor 
To use it : include itk

Inputs
 In 
 <itk::Image<unsigned short, 4u>*> 
Input typed image
 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 generic image
 BoxChange 
 <bbtk::Void> 
Signals modifications of the box


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