BBTK Package gdcmvtk 1.0.0

Description : gdcm vtk-based boxes
Author(s) : info-dev at creatis.insa-lyon.fr
Author(s) :
Version : 1.0.0
bbtk Version : 0.9.3

Black Boxes :


Top

GetInfoGdcmReader

Description : Get Dicom info (for a single File) and read (as a vtkImageData)
Author(s) : jpr, eduardo
Category(s) : atomic box 
To use it : include gdcmvtk

Inputs
 In 
 Dicom image file name 
<std::string>
 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
 IOP 
 Image Orientation (Patient) 
<std::vector<double, std::allocator<double> >>
 IPP 
 Image Position (Patient) 
<std::vector<double, std::allocator<double> >>
 InterSlice 
 InterSlice 
<double>
 Out 
 Output image 
<vtkImageData*>
 PixelSpacing 
 Pixel Spacing 
<std::vector<double, std::allocator<double> >>
 BoxChange 
 Signals modifications of the box 
<bbtk::Void>


Top

GetXCoherentInfoGdcmReader

Description : Get Dicom info from a File Set (a list of Dicom image file names) and read (as a vtkImageData)
Author(s) : jpr, eduardo
Category(s) : atomic box 
To use it : include gdcmvtk

Inputs
 IPPSort 
 Sort on Image Position Patient 
<bool>
 In 
 List of Dicom image file names 
<std::vector<std::string, std::allocator<std::string> >>
 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
 IOP 
 Image Orientation (Patient) 
<std::vector<double, std::allocator<double> >>
 IPP 
 Image Position (Patient) 
<std::vector<double, std::allocator<double> >>
 Out 
 Output image 
<vtkImageData*>
 PixelSpacing 
 Pixel Spacing 
<std::vector<double, std::allocator<double> >>
 BoxChange 
 Signals modifications of the box 
<bbtk::Void>


Top

exampleGetInfoGdcmReader

Description :
Author(s) :
Category(s) : complex box  example 
To use it : include /usr/local/bin/../share/bbtk/bbs/gdcmvtk/appli/exampleGetInfoGdcmReader.bbs  [source]
Uses : wx::FileSelector gdcmvtk::GetInfoGdcmReader

Inputs
Outputs


Top

exampleGetXCoherentInfoGdcmReader

Description :
Author(s) :
Category(s) : complex box  example 
To use it : include /usr/local/bin/../share/bbtk/bbs/gdcmvtk/appli/exampleGetXCoherentInfoGdcmReader.bbs  [source]
Uses : wx::DirectorySelector std::FilesFromDirectory gdcmvtk::GetXCoherentInfoGdcmReader

Inputs
Outputs


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