ITK
5.0.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 "ImageFilterX.h"
int
main(
int
,
char
*[])
{
// Setup types
using
ImageType =
itk::Image<unsigned char, 2>
;
using
FilterType = itk::ImageFilter<ImageType>;
// Create and the filter
FilterType::Pointer filter = FilterType::New();
filter->Update();
return
EXIT_SUCCESS;
}
Generated on Sun Mar 24 2019 02:35:06 for ITK by
1.8.5