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


Go to the source code of this file.
Namespaces | |
| namespace | bbitk |
Classes | |
| class | bbitk::ImageProperties |
Functions | |
| bbitk::BBTK_BEGIN_DESCRIBE_BLACK_BOX (ImageProperties, bbtk::AtomicBlackBox) | |
| bbitk::BBTK_NAME ("ImageProperties") | |
| bbitk::BBTK_AUTHOR ("laurent.guigues at creatis.insa-lyon.fr") | |
| bbitk::BBTK_CATEGORY ("image") | |
| bbitk::BBTK_DESCRIPTION ("Outputs different properties of an image (type, dimension, size, spacing, ...)") | |
| bbitk::BBTK_INPUT (ImageProperties, In,"Input image", anyImagePointer,"") | |
| bbitk::BBTK_OUTPUT (ImageProperties, TypeName,"Pixel type name", std::string,"pixel type") | |
| bbitk::BBTK_OUTPUT (ImageProperties, Dimension,"Dimension", unsigned int,"image dimension") | |
| bbitk::BBTK_OUTPUT (ImageProperties, LargestPossibleRegion,"Global extent of the image", anyImageRegion,"") | |
| bbitk::BBTK_OUTPUT (ImageProperties, Index,"Origin of the image", std::vector< int >,"image index") | |
| bbitk::BBTK_OUTPUT (ImageProperties, Size,"Size in each dimension", std::vector< int >,"image size") | |
| bbitk::BBTK_OUTPUT (ImageProperties, Spacing,"Size of the voxels", std::vector< float >,"voxel size") | |
| bbitk::BBTK_END_DESCRIBE_BLACK_BOX (ImageProperties) | |
Definition in file bbitkImageProperties.h.
1.5.6