#include <bbitkImageProperties.h>
Private Member Functions | |
| BBTK_BLACK_BOX_INTERFACE (ImageProperties, bbtk::AtomicBlackBox) | |
| BBTK_DECLARE_INPUT (In, anyImagePointer) | |
| BBTK_DECLARE_OUTPUT (TypeName, std::string) | |
| BBTK_DECLARE_OUTPUT (Dimension, unsigned int) | |
| BBTK_DECLARE_OUTPUT (LargestPossibleRegion, anyImageRegion) | |
| BBTK_DECLARE_OUTPUT (Index, std::vector< int >) | |
| BBTK_DECLARE_OUTPUT (Size, std::vector< int >) | |
| BBTK_DECLARE_OUTPUT (Spacing, std::vector< float >) | |
| BBTK_PROCESS (DoIt) | |
| void | DoIt () |
| template<class ImageType> | |
| void | DoIt () |
Definition at line 53 of file bbitkImageProperties.h.
| bbitk::ImageProperties::BBTK_BLACK_BOX_INTERFACE | ( | ImageProperties | , | |
| bbtk::AtomicBlackBox | ||||
| ) | [private] |
| bbitk::ImageProperties::BBTK_DECLARE_INPUT | ( | In | , | |
| anyImagePointer | ||||
| ) | [private] |
| bbitk::ImageProperties::BBTK_DECLARE_OUTPUT | ( | TypeName | , | |
| std::string | ||||
| ) | [private] |
| bbitk::ImageProperties::BBTK_DECLARE_OUTPUT | ( | Dimension | , | |
| unsigned | int | |||
| ) | [private] |
| bbitk::ImageProperties::BBTK_DECLARE_OUTPUT | ( | LargestPossibleRegion | , | |
| anyImageRegion | ||||
| ) | [private] |
| bbitk::ImageProperties::BBTK_DECLARE_OUTPUT | ( | Index | , | |
| std::vector< int > | ||||
| ) | [private] |
| bbitk::ImageProperties::BBTK_DECLARE_OUTPUT | ( | Size | , | |
| std::vector< int > | ||||
| ) | [private] |
| bbitk::ImageProperties::BBTK_DECLARE_OUTPUT | ( | Spacing | , | |
| std::vector< float > | ||||
| ) | [private] |
| bbitk::ImageProperties::BBTK_PROCESS | ( | DoIt | ) | [private] |
| void bbitk::ImageProperties::DoIt | ( | ) | [inline, private] |
Template Processing
Definition at line 51 of file bbitkImageProperties.cxx.
References BBTK_TEMPLATE_ITK_IMAGE_SWITCH.
00052 { 00053 BBTK_TEMPLATE_ITK_IMAGE_SWITCH(bbGetInputIn().type(),DoIt); 00054 }
| void bbitk::ImageProperties::DoIt | ( | ) | [inline, private] |
1.5.6