ITK
4.13.0
Insight Segmentation and Registration Toolkit
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
WikiExamples/Developer/SetGetMacro.cxx
#include "
itkImage.h
"
#include "
itkImageFileReader.h
"
#include "
itkImageFileWriter.h
"
#include "ImageFilter.h"
int
main(
int
,
char
*[])
{
// Setup types
typedef
itk::Image<unsigned char, 2>
ImageType;
typedef
itk::ImageFilter<ImageType> FilterType;
// Create and the filter
FilterType::Pointer filter = FilterType::New();
filter->Update();
return
EXIT_SUCCESS;
}
Generated on Tue Dec 19 2017 03:57:01 for ITK by
1.8.5