plastimatch
Loading...
Searching...
No Matches
itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage > Class Template Reference

#include <itkAndConstantToImageFilter.h>

Inheritance diagram for itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >:

Public Types

typedef AndConstantToImageFilter Self
 
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::AndConstantTo< typename TInputImage::PixelType, TConstant, typename TOutputImage::PixelType > > Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 

Public Member Functions

 itkNewMacro (Self)
 
 itkTypeMacro (AndConstantToImageFilter, UnaryFunctorImageFilter)
 
void SetConstant (TConstant ct)
 
const TConstant & GetConstant () const
 

Protected Member Functions

 AndConstantToImageFilter ()
 
virtual ~AndConstantToImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TConstant , class TOutputImage >
typedef SmartPointer<const Self> itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::ConstPointer

◆ Pointer

template<class TInputImage , class TConstant , class TOutputImage >
typedef SmartPointer<Self> itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::Pointer

◆ Self

template<class TInputImage , class TConstant , class TOutputImage >
typedef AndConstantToImageFilter itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::Self

Standard class typedefs.

◆ Superclass

template<class TInputImage , class TConstant , class TOutputImage >
typedef UnaryFunctorImageFilter< TInputImage,TOutputImage, Functor::AndConstantTo< typename TInputImage::PixelType, TConstant, typename TOutputImage::PixelType> > itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::Superclass

Constructor & Destructor Documentation

◆ AndConstantToImageFilter()

template<class TInputImage , class TConstant , class TOutputImage >
itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::AndConstantToImageFilter ( )
inlineprotected

◆ ~AndConstantToImageFilter()

template<class TInputImage , class TConstant , class TOutputImage >
virtual itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::~AndConstantToImageFilter ( )
inlineprotectedvirtual

Member Function Documentation

◆ GetConstant()

template<class TInputImage , class TConstant , class TOutputImage >
const TConstant & itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::GetConstant ( ) const
inline

◆ itkNewMacro()

template<class TInputImage , class TConstant , class TOutputImage >
itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::itkNewMacro ( Self )

Method for creation through the object factory.

◆ itkTypeMacro()

template<class TInputImage , class TConstant , class TOutputImage >
itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::itkTypeMacro ( AndConstantToImageFilter< TInputImage, TConstant, TOutputImage > ,
UnaryFunctorImageFilter  )

Run-time type information (and related methods).

◆ PrintSelf()

template<class TInputImage , class TConstant , class TOutputImage >
void itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::PrintSelf ( std::ostream & os,
Indent indent ) const
inlineprotected

◆ SetConstant()

template<class TInputImage , class TConstant , class TOutputImage >
void itk::AndConstantToImageFilter< TInputImage, TConstant, TOutputImage >::SetConstant ( TConstant ct)
inline

Set the constant that will be used to multiply all the image pixels


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