ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkGreaterEqualValImageFilter.h>
Computes the absolute difference between an image and a constant. Can be done with ShiftScale and AbsIamgeFilters.
Definition at line 62 of file itkGreaterEqualValImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GEConst< TInputImage::PixelType, TOutputImage::PixelType > > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
GreaterEqualValImageFilter () | |
virtual | ~GreaterEqualValImageFilter () |
GreaterEqualValImageFilter (const Self &) | |
void | operator= (const Self &) |
typedef SmartPointer< const Self > itk::GreaterEqualValImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 79 of file itkGreaterEqualValImageFilter.h.
typedef SmartPointer< Self > itk::GreaterEqualValImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 77 of file itkGreaterEqualValImageFilter.h.
typedef GreaterEqualValImageFilter itk::GreaterEqualValImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 72 of file itkGreaterEqualValImageFilter.h.
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::GEConst< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::GreaterEqualValImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 75 of file itkGreaterEqualValImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 100 of file itkGreaterEqualValImageFilter.h.
|
inlineprotectedvirtual |
End concept checking
Definition at line 101 of file itkGreaterEqualValImageFilter.h.
|
private |
End concept checking
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
static |
Method for creation through the object factory.
|
private |
End concept checking
|
inline |
Definition at line 84 of file itkGreaterEqualValImageFilter.h.
itk::GreaterEqualValImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage::PixelType, double > | ) |
Begin concept checking This class requires InputConvertibleToDoubleCheck in the form of ( Concept::Convertible< typename TInputImage::PixelType, double > )
itk::GreaterEqualValImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< double, typename TOutputImage::PixelType > | ) |
This class requires DoubleConvertibleToOutputCheck in the form of ( Concept::Convertible< double, typename TOutputImage::PixelType > )