ITK  4.8.0
Insight Segmentation and Registration Toolkit
Static Public Member Functions | List of all members
itk::ImageSourceCommon Class Reference

#include <itkImageSourceCommon.h>

+ Inheritance diagram for itk::ImageSourceCommon:

Detailed Description

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 39 of file itkImageSourceCommon.h.

Static Public Member Functions

static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 

Member Function Documentation

static const ImageRegionSplitterBase* itk::ImageSourceCommon::GetGlobalDefaultSplitter ( )
static

Provide access to a common static object for image region splitting

Referenced by itk::ImageSource< TIntensityImage >::GetGlobalDefaultSplitter().


The documentation for this class was generated from the following file: