#include "bbtkAtomicBlackBox.h"
#include "bbitkImage.h"


Go to the source code of this file.
Namespaces | |
| namespace | bbitk |
Classes | |
| class | bbitk::ImageSeriesReader |
Typedefs | |
| typedef std::vector< std::string > | bbitk::vectorofstring |
Functions | |
| bbitk::BBTK_BEGIN_DESCRIBE_BLACK_BOX (ImageSeriesReader, bbtk::AtomicBlackBox) | |
| bbitk::BBTK_NAME ("ImageSeriesReader") | |
| bbitk::BBTK_AUTHOR ("laurent.guigues at creatis.insa-lyon.fr") | |
| bbitk::BBTK_DESCRIPTION ("Generic itk image series reader") | |
| bbitk::BBTK_CATEGORY ("image;read/write") | |
| bbitk::BBTK_INPUT (ImageSeriesReader, FileNames,"vector of file names with complete paths", vectorofstring,"file names list") | |
| bbitk::BBTK_OUTPUT (ImageSeriesReader, Out,"Output itk::image<T,D> with type T and dimension D determined by the content of the files", anyImagePointer,"") | |
| bbitk::BBTK_END_DESCRIBE_BLACK_BOX (ImageSeriesReader) | |
Definition in file bbitkImageSeriesReader.h.
1.5.6