ITK
5.2.0
Insight Toolkit
|
#include <itkTernaryFunctorImageFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FunctorType = TFunction |
using | Input1ImagePixelType = typename Input1ImageType::PixelType |
using | Input1ImagePointer = typename Input1ImageType::ConstPointer |
using | Input1ImageRegionType = typename Input1ImageType::RegionType |
using | Input1ImageType = TInputImage1 |
using | Input2ImagePixelType = typename Input2ImageType::PixelType |
using | Input2ImagePointer = typename Input2ImageType::ConstPointer |
using | Input2ImageRegionType = typename Input2ImageType::RegionType |
using | Input2ImageType = TInputImage2 |
using | Input3ImagePixelType = typename Input3ImageType::PixelType |
using | Input3ImagePointer = typename Input3ImageType::ConstPointer |
using | Input3ImageRegionType = typename Input3ImageType::RegionType |
using | Input3ImageType = TInputImage3 |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = TernaryFunctorImageFilter |
using | Superclass = InPlaceImageFilter< TInputImage1, TOutputImage > |
Public Types inherited from itk::InPlaceImageFilter< TInputImage1, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage1 |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | Pointer = SmartPointer< Self > |
using | Self = InPlaceImageFilter |
using | Superclass = ImageToImageFilter< TInputImage1, TOutputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage1, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage1 |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::ImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage1, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
static constexpr unsigned int | Input1ImageDimension = TInputImage1::ImageDimension |
static constexpr unsigned int | Input2ImageDimension = TInputImage2::ImageDimension |
static constexpr unsigned int | Input3ImageDimension = TInputImage3::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
FunctorType | m_Functor |
void | SetFunctor (const FunctorType &functor) |
TernaryFunctorImageFilter () | |
~TernaryFunctorImageFilter () override=default | |
void | BeforeThreadedGenerateData () override |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
Implements pixel-wise generic operation of three images.
This class is parameterized over the types of the three input images and the type of the output image. It is also parameterized by the operation to be applied, using a Functor style.
Definition at line 43 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::ConstPointer = SmartPointer<const Self> |
Definition at line 52 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::FunctorType = TFunction |
Some type alias.
Definition at line 61 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input1ImagePixelType = typename Input1ImageType::PixelType |
Definition at line 65 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input1ImagePointer = typename Input1ImageType::ConstPointer |
Definition at line 63 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input1ImageRegionType = typename Input1ImageType::RegionType |
Definition at line 64 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input1ImageType = TInputImage1 |
Definition at line 62 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input2ImagePixelType = typename Input2ImageType::PixelType |
Definition at line 69 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input2ImagePointer = typename Input2ImageType::ConstPointer |
Definition at line 67 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input2ImageRegionType = typename Input2ImageType::RegionType |
Definition at line 68 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input2ImageType = TInputImage2 |
Definition at line 66 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input3ImagePixelType = typename Input3ImageType::PixelType |
Definition at line 73 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input3ImagePointer = typename Input3ImageType::ConstPointer |
Definition at line 71 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input3ImageRegionType = typename Input3ImageType::RegionType |
Definition at line 72 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Input3ImageType = TInputImage3 |
Definition at line 70 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::OutputImagePixelType = typename OutputImageType::PixelType |
Definition at line 77 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 75 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 76 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::OutputImageType = TOutputImage |
Definition at line 74 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Pointer = SmartPointer<Self> |
Definition at line 51 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Self = TernaryFunctorImageFilter |
Standard class type aliases.
Definition at line 49 of file itkTernaryFunctorImageFilter.h.
using itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::Superclass = InPlaceImageFilter<TInputImage1, TOutputImage> |
Definition at line 50 of file itkTernaryFunctorImageFilter.h.
|
protected |
Image dimensions
|
overrideprotecteddefault |
Image dimensions
|
overrideprotectedvirtual |
Validate the presence of all three inputs. If one or more inputs are missing, throw an exception.
Reimplemented from itk::ImageSource< TOutputImage >.
|
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.
|
overrideprotectedvirtual |
TernaryFunctorImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a DynamicThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling DynamicThreadedGenerateData(). DynamicThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >.
|
inline |
Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer).
Definition at line 96 of file itkTernaryFunctorImageFilter.h.
|
inline |
Get the functor object. The functor is returned by reference. (Functors do not have to derive from itk::LightObject, so they do not necessarily have a reference count. So we cannot return a SmartPointer.)
Definition at line 106 of file itkTernaryFunctorImageFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::InPlaceImageFilter< TInputImage1, TOutputImage >.
|
static |
Method for creation through the object factory.
|
inline |
Set the functor object. This replaces the current Functor with a copy of the specified Functor. This allows the user to specify a functor that has ivars set differently than the default functor. This method requires an operator==() be defined on the functor (or the compiler's default implementation of operator==() being appropriate).
Definition at line 118 of file itkTernaryFunctorImageFilter.h.
void itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::SetInput1 | ( | const TInputImage1 * | image1 | ) |
Connect one of the operands for pixel-wise addition.
void itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::SetInput2 | ( | const TInputImage2 * | image2 | ) |
Connect one of the operands for pixel-wise addition.
void itk::TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, TFunction >::SetInput3 | ( | const TInputImage3 * | image3 | ) |
Connect one of the operands for pixel-wise addition.
|
staticconstexpr |
Image dimensions
Definition at line 129 of file itkTernaryFunctorImageFilter.h.
|
staticconstexpr |
Image dimensions
Definition at line 130 of file itkTernaryFunctorImageFilter.h.
|
staticconstexpr |
Image dimensions
Definition at line 131 of file itkTernaryFunctorImageFilter.h.
|
private |
Image dimensions
Definition at line 166 of file itkTernaryFunctorImageFilter.h.
|
staticconstexpr |
Image dimensions
Definition at line 132 of file itkTernaryFunctorImageFilter.h.