![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkTensorRelativeAnisotropyImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
bool | m_DynamicMultiThreading {} |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Computes the Relative Anisotropy for every pixel of a input tensor image.
TensorRelativeAnisotropyImageFilter applies pixel-wise the invocation for computing the relative anisotropy of every pixel. The pixel type of the input image is expected to implement a method GetRelativeAnisotropy(), and to specify its return type as RealValueType.
Definition at line 71 of file itkTensorRelativeAnisotropyImageFilter.h.
using itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 87 of file itkTensorRelativeAnisotropyImageFilter.h.
using itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >::InputPixelType = typename TInputImage::PixelType |
Definition at line 91 of file itkTensorRelativeAnisotropyImageFilter.h.
using itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >::InputValueType = typename InputPixelType::ValueType |
Definition at line 92 of file itkTensorRelativeAnisotropyImageFilter.h.
using itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename TOutputImage::PixelType |
Definition at line 90 of file itkTensorRelativeAnisotropyImageFilter.h.
using itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 86 of file itkTensorRelativeAnisotropyImageFilter.h.
using itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >::Self = TensorRelativeAnisotropyImageFilter |
Standard class type aliases.
Definition at line 80 of file itkTensorRelativeAnisotropyImageFilter.h.
using itk::TensorRelativeAnisotropyImageFilter< TInputImage, TOutputImage >::Superclass = UnaryFunctorImageFilter<TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction<typename TInputImage::PixelType> > |
Definition at line 84 of file itkTensorRelativeAnisotropyImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< TInputImage::PixelType > >.
|
static |
Method for creation through the object factory.
|
inlineoverridevirtual |
Print internal ivars
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
Definition at line 102 of file itkTensorRelativeAnisotropyImageFilter.h.
References itk::InPlaceImageFilter< TInputImage, TOutputImage >::PrintSelf().