ITK
5.2.0
Insight Toolkit
SphinxExamples/src/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;
}
itkImageFileReader.h
itkImage.h
itkImageFileWriter.h
itk::Image
Templated n-dimensional image class.
Definition:
itkImage.h:86
Generated on Thu Apr 1 2021 01:33:58 for ITK by
1.8.16