SimpleITK  1.2.4
Namespaces | Macros | Functions
sitkCreateKernel.h File Reference
#include "sitkKernel.h"
#include <itkFlatStructuringElement.h>
+ Include dependency graph for sitkCreateKernel.h:

Go to the source code of this file.

Namespaces

 itk
 
 itk::simple
 

Macros

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

Functions

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

Macro Definition Documentation

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

Definition at line 31 of file sitkCreateKernel.h.

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