ITK
6.0.0
Insight Toolkit
|
#include <itkImageSourceCommon.h>
Secondary base class of ImageSource common between templates.
This class provides common non-templated code which can be compiled and used by all templated versions of ImageSource.
This class must be inherited privately, and light-weight adapting of methods is required for virtual methods or non-private methods for the ImageSource interface.
Definition at line 42 of file itkImageSourceCommon.h.
Static Public Member Functions | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
Private Member Functions | |
itkGetGlobalDeclarationMacro (ImageSourceCommonGlobals, PimplGlobals) | |
Static Private Attributes | |
static ImageSourceCommonGlobals * | m_PimplGlobals |
|
static |
Provide access to a common static object for image region splitting
Referenced by itk::ImageSource< TOutputImage >::GetGlobalDefaultSplitter().
|
private |
|
staticprivate |
Definition at line 52 of file itkImageSourceCommon.h.