ITK  5.2.0
Insight Toolkit
Static Public Member Functions | List of all members
itk::ImageToImageFilterCommon Class Reference

#include <itkImageToImageFilterCommon.h>

+ Inheritance diagram for itk::ImageToImageFilterCommon:

Static Public Member Functions

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

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.

Member Function Documentation

◆ GetGlobalDefaultCoordinateTolerance()

static double itk::ImageToImageFilterCommon::GetGlobalDefaultCoordinateTolerance ( )
static

◆ GetGlobalDefaultDirectionTolerance()

static double itk::ImageToImageFilterCommon::GetGlobalDefaultDirectionTolerance ( )
static

◆ SetGlobalDefaultCoordinateTolerance()

static void itk::ImageToImageFilterCommon::SetGlobalDefaultCoordinateTolerance ( double  )
static

◆ SetGlobalDefaultDirectionTolerance()

static void itk::ImageToImageFilterCommon::SetGlobalDefaultDirectionTolerance ( double  )
static

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