SimpleITK  
sitkCreateKernel.h File Reference
+ Include dependency graph for sitkCreateKernel.h:

Go to the source code of this file.

Namespaces

namespace  itk
 
namespace  itk::simple
 

Macros

#define sitkKernelPolygonCreateMacro(n)
 

Functions

template<unsigned int VImageDimension>
itk::FlatStructuringElement< VImageDimension > itk::simple::CreateKernel (KernelEnum kernelType, const std::vector< uint32_t > &size)
 

Macro Definition Documentation

◆ sitkKernelPolygonCreateMacro

#define sitkKernelPolygonCreateMacro ( n)
Value:
case sitkPolygon##n: \
return ITKKernelType::Polygon(radius, n)

Definition at line 28 of file sitkCreateKernel.h.

Referenced by itk::simple::CreateKernel().