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

#include <itkImageToImageFilterCommon.h>

+ Inheritance diagram for itk::ImageToImageFilterCommon:

Detailed Description

Secondary base class of ImageToImageFilter common between templates.

This class provides common non-templated code which can be compiled and used by all templated versions of ImageToImageFilter.

This class must be inherited privately, and light-weight adapting of methods is required for virtual methods or non-private methods for the ImageToImageFilter interface.

Definition at line 38 of file itkImageToImageFilterCommon.h.

Static Public Member Functions

static double GetGlobalDefaultCoordinateTolerance ()
 
static double GetGlobalDefaultDirectionTolerance ()
 
static void SetGlobalDefaultCoordinateTolerance (double)
 
static void SetGlobalDefaultDirectionTolerance (double)
 

Member Function Documentation

static double itk::ImageToImageFilterCommon::GetGlobalDefaultCoordinateTolerance ( )
static
static double itk::ImageToImageFilterCommon::GetGlobalDefaultDirectionTolerance ( )
static
static void itk::ImageToImageFilterCommon::SetGlobalDefaultCoordinateTolerance ( double  )
static
static void itk::ImageToImageFilterCommon::SetGlobalDefaultDirectionTolerance ( double  )
static

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