#include "itkImageRegion.h"#include "bbtkMessageManager.h"#include "bbtkAny.h"#include "bbtkAtomicBlackBox.h"


Go to the source code of this file.
Namespaces | |
| namespace | bbitk |
| namespace | bbtk |
Classes | |
| struct | bbitk::ImageRegion< T > |
| Type traits ImageRegion to define bbtk::any<ImageRegion>. More... | |
| struct | bbitk::ImageRegion< ImageRegion_2 > |
| struct | bbitk::ImageRegion< ImageRegion_3 > |
| struct | bbitk::ImageRegion< ImageRegion_4 > |
| class | bbitk::ImageRegionCreator |
| Black Box which creates an anyImageRegion. More... | |
Typedefs | |
| typedef itk::ImageRegion< 2 > | bbitk::ImageRegion_2 |
| typedef itk::ImageRegion< 3 > | bbitk::ImageRegion_3 |
| typedef itk::ImageRegion< 4 > | bbitk::ImageRegion_4 |
| typedef bbtk::any< ImageRegion > | bbitk::anyImageRegion |
| typedef std::vector< long > | bbitk::vectoroflong |
Functions | |
| bbtk::BBTK_DEFINE_HUMAN_READABLE_TYPE_NAME (bbitk::anyImageRegion,"anyItkImageRegion") | |
| Human readable name for bbtk::any<bbitk::ImageRegion>. | |
| bbitk::BBTK_BEGIN_DESCRIBE_BLACK_BOX (ImageRegionCreator, bbtk::AtomicBlackBox) | |
| bbitk::BBTK_NAME ("ImageRegion") | |
| bbitk::BBTK_AUTHOR ("laurent.guigues@creatis.insa-lyon.fr") | |
| bbitk::BBTK_DESCRIPTION ("Creates a generic ImageRegion ("+bbtk::TypeName< anyImageRegion >()+") from two vectors providing the index and size of the region. The dimension D of the actual itk::ImageRegion<D> created is the max of the sizes of Index and Size (the smallest vector is padded by zeros).") | |
| bbitk::BBTK_CATEGORY ("image") | |
| bbitk::BBTK_INPUT (ImageRegionCreator, Index,"Vector of region indices", vectoroflong,"image index") | |
| bbitk::BBTK_INPUT (ImageRegionCreator, Size,"Vector of region sizes", vectoroflong,"image size") | |
| bbitk::BBTK_OUTPUT (ImageRegionCreator, Out,"Output generic region", anyImageRegion,"") | |
| bbitk::BBTK_END_DESCRIBE_BLACK_BOX (ImageRegionCreator) | |
1.5.6