ITK
4.8.0
Insight Segmentation and Registration Toolkit
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
SphinxExamples/src/Core/Common/GetNameOfClass/Code.cxx
#include "
itkImage.h
"
int
main(
int
,
char
*[])
{
const
unsigned
int
Dimension = 2;
typedef
unsigned
char
PixelType;
typedef
itk::Image< PixelType, Dimension >
ImageType;
ImageType::Pointer image = ImageType::New();
std::cout <<
"image is type: "
<< image->GetNameOfClass() << std::endl;
return
EXIT_SUCCESS;
}
Generated on Fri Jul 3 2015 02:47:23 for ITK by
1.8.5