bbitk::ImageProperties Class Reference

#include <bbitkImageProperties.h>

List of all members.

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 ()


Detailed Description

Definition at line 53 of file bbitkImageProperties.h.


Member Function Documentation

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   }

template<class ImageType>
void bbitk::ImageProperties::DoIt (  )  [inline, private]


The documentation for this class was generated from the following files:

Generated on Tue Oct 21 16:06:57 2008 for itk by  doxygen 1.5.6