ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::ExtractOrthogonalSwath2DImageFilter< TImage > Class Template Reference

#include <itkExtractOrthogonalSwath2DImageFilter.h>

Detailed Description

template<typename TImage>
class itk::ExtractOrthogonalSwath2DImageFilter< TImage >

Extracts into rectangular form a "swath" image from the input image along the parametric path.

Extracts a rectangular "swath" image from the 2D input image by interpolating image pixels orthogonal to the parametric path while walking along the path. The top half of the swath image corresponds to pixels to the left of the path when walking along the path, and the bottom half of the swath image likewise corresponds to pixels to the right of the path when walking along the path. The center row of the swath image corresponds to pixels laying directly on the path. The input and output images must be of the same type.

Definition at line 43 of file itkExtractOrthogonalSwath2DImageFilter.h.

+ Inheritance diagram for itk::ExtractOrthogonalSwath2DImageFilter< TImage >:
+ Collaboration diagram for itk::ExtractOrthogonalSwath2DImageFilter< TImage >:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using ImageConstPointer = typename ImageType::ConstPointer
 
using ImageIndexType = typename ImageType::IndexType
 
using ImagePixelType = typename ImageType::PixelType
 
using ImagePointer = typename ImageType::Pointer
 
using ImageRegionType = typename ImageType::RegionType
 
using ImageType = TImage
 
using PathConstPointer = typename PathType::ConstPointer
 
using PathContinuousIndexType = typename PathType::ContinuousIndexType
 
using PathIndexType = typename PathType::IndexType
 
using PathInputType = typename PathType::InputType
 
using PathOffsetType = typename PathType::OffsetType
 
using PathOutputType = typename PathType::OutputType
 
using PathType = ParametricPath< 2 >
 
using PathVectorType = typename PathType::VectorType
 
using Pointer = SmartPointer< Self >
 
using Self = ExtractOrthogonalSwath2DImageFilter
 
using SizeType = typename ImageType::SizeType
 
using Superclass = ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >
 
- Public Types inherited from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >
using ConstPointer = SmartPointer< const Self >
 
using InputImagePixelType = typename InputImageType::PixelType
 
using InputImagePointer = typename InputImageType::ConstPointer
 
using InputImageRegionType = typename InputImageType::RegionType
 
using InputImageType = TImage
 
using InputPathConstPointer = typename InputPathType::ConstPointer
 
using InputPathIndexType = typename InputPathType::IndexType
 
using InputPathInputType = typename InputPathType::InputType
 
using InputPathOffsetType = typename InputPathType::OffsetType
 
using InputPathOutputType = typename InputPathType::OutputType
 
using InputPathPointer = typename InputPathType::Pointer
 
using InputPathType = ParametricPath< 2 >
 
using OutputImagePixelType = typename OutputImageType::PixelType
 
using OutputImagePointer = typename OutputImageType::Pointer
 
using OutputImageRegionType = typename OutputImageType::RegionType
 
using OutputImageType = TImage
 
using Pointer = SmartPointer< Self >
 
using Self = ImageAndPathToImageFilter
 
using Superclass = ImageToImageFilter< TImage, TImage >
 
- Public Types inherited from itk::ImageToImageFilter< TImage, TImage >
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 = TImage
 
using Pointer = SmartPointer< Self >
 
using Self = ImageToImageFilter
 
using Superclass = ImageSource< TImage >
 
- Public Types inherited from itk::ImageSource< TImage >
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 = TImage
 
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
 

Public Member Functions

void EnlargeOutputRequestedRegion (DataObject *output) override
 
const char * GetNameOfClass () const override
 
virtual const double * GetOrigin () const
 
virtual const double * GetSpacing () const
 
virtual void SetDefaultPixelValue (ImagePixelType _arg)
 
virtual void SetOrigin (const double *origin)
 
virtual void SetOrigin (const float *origin)
 
virtual void SetSize (SizeType _arg)
 
virtual void SetSpacing (const double *spacing)
 
virtual void SetSpacing (const float *spacing)
 
- Public Member Functions inherited from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >
const InputImageTypeGetImageInput ()
 
const char * GetNameOfClass () const override
 
const InputPathTypeGetPathInput ()
 
virtual void SetImageInput (const TImage *image)
 
virtual void SetPathInput (const ParametricPath< 2 > *path)
 
- Public Member Functions inherited from itk::ImageToImageFilter< TImage, TImage >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
void PopBackInput () override
 
void PopFrontInput () override
 
virtual void PushBackInput (const InputImageType *input)
 
virtual void PushFrontInput (const InputImageType *input)
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetInput (const InputImageType *input)
 
virtual void SetInput (unsigned int, const TImage *image)
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::ImageSource< TImage >
OutputImageTypeGetOutput (unsigned int idx)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *graft)
 
ProcessObject::DataObjectPointer MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
ProcessObject::DataObjectPointer MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOn ()
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageToImageFilter< TImage, TImage >
static double GetGlobalDefaultCoordinateTolerance ()
 
static double GetGlobalDefaultDirectionTolerance ()
 
static void SetGlobalDefaultCoordinateTolerance (double)
 
static void SetGlobalDefaultDirectionTolerance (double)
 
- 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 Public Attributes

static constexpr unsigned int ImageDimension = TImage::ImageDimension
 
static constexpr unsigned int PathDimension = 2
 
- Static Public Attributes inherited from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >
static constexpr unsigned int InputImageDimension
 
static constexpr unsigned int OutputImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TImage, TImage >
static constexpr unsigned int InputImageDimension
 
static constexpr unsigned int OutputImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TImage >
static constexpr unsigned int OutputImageDimension
 

Protected Member Functions

 ExtractOrthogonalSwath2DImageFilter ()
 
void GenerateData () override
 
void GenerateOutputInformation () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ExtractOrthogonalSwath2DImageFilter () override=default
 
void GenerateInputRequestedRegion () override
 
- Protected Member Functions inherited from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >
InputImageTypeGetNonConstImageInput ()
 
InputPathTypeGetNonConstPathInput ()
 
 ImageAndPathToImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ImageAndPathToImageFilter () override=default
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TImage, TImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
void GenerateInputRequestedRegion () override
 
 ImageToImageFilter ()
 
void VerifyInputInformation () ITKv5_CONST override
 
 ~ImageToImageFilter () override=default
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
- Protected Member Functions inherited from itk::ImageSource< TImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
void ClassicMultiThread (ThreadFunctionType callbackFunction)
 
void GenerateData () override
 
virtual const ImageRegionSplitterBaseGetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
 ~ImageSource () override=default
 
virtual void ThreadedGenerateData (const OutputImageRegionType &region, ThreadIdType threadId)
 
virtual void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread)
 
virtual bool GetDynamicMultiThreading () const
 
virtual void SetDynamicMultiThreading (bool _arg)
 
virtual void DynamicMultiThreadingOn ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Attributes

ImagePixelType m_DefaultPixelValue {}
 
double m_Origin [ImageDimension] {}
 
SizeType m_Size {}
 
double m_Spacing [ImageDimension] {}
 

Additional Inherited Members

- Protected Types inherited from itk::ImageToImageFilter< TImage, TImage >
using InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension >
 
using OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension >
 
- Static Protected Member Functions inherited from itk::ImageSource< TImage >
static const ImageRegionSplitterBaseGetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION ThreaderCallback (void *arg)
 
- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- Protected Attributes inherited from itk::ImageSource< TImage >
bool m_DynamicMultiThreading
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime {}
 
bool m_Updating {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::ConstPointer = SmartPointer<const Self>

Definition at line 53 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ ImageConstPointer

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::ImageConstPointer = typename ImageType::ConstPointer

Definition at line 64 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ ImageIndexType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::ImageIndexType = typename ImageType::IndexType

Definition at line 66 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ ImagePixelType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::ImagePixelType = typename ImageType::PixelType

Definition at line 67 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ ImagePointer

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::ImagePointer = typename ImageType::Pointer

Definition at line 63 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ ImageRegionType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::ImageRegionType = typename ImageType::RegionType

Definition at line 65 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ ImageType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::ImageType = TImage

Some convenient type alias.

Definition at line 62 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ PathConstPointer

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::PathConstPointer = typename PathType::ConstPointer

Definition at line 69 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ PathContinuousIndexType

Definition at line 73 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ PathIndexType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::PathIndexType = typename PathType::IndexType

Definition at line 72 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ PathInputType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::PathInputType = typename PathType::InputType

Definition at line 70 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ PathOffsetType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::PathOffsetType = typename PathType::OffsetType

Definition at line 74 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ PathOutputType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::PathOutputType = typename PathType::OutputType

Definition at line 71 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ PathType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::PathType = ParametricPath<2>

Definition at line 68 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ PathVectorType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::PathVectorType = typename PathType::VectorType

Definition at line 75 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ Pointer

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::Pointer = SmartPointer<Self>

Definition at line 52 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ Self

Standard class type aliases.

Definition at line 50 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ SizeType

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::SizeType = typename ImageType::SizeType

Definition at line 76 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ Superclass

template<typename TImage >
using itk::ExtractOrthogonalSwath2DImageFilter< TImage >::Superclass = ImageAndPathToImageFilter<TImage, ParametricPath<2>, TImage>

Definition at line 51 of file itkExtractOrthogonalSwath2DImageFilter.h.

Constructor & Destructor Documentation

◆ ExtractOrthogonalSwath2DImageFilter()

template<typename TImage >
itk::ExtractOrthogonalSwath2DImageFilter< TImage >::ExtractOrthogonalSwath2DImageFilter ( )
inlineprotected

Definition at line 132 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ ~ExtractOrthogonalSwath2DImageFilter()

template<typename TImage >
itk::ExtractOrthogonalSwath2DImageFilter< TImage >::~ExtractOrthogonalSwath2DImageFilter ( )
overrideprotecteddefault

Member Function Documentation

◆ EnlargeOutputRequestedRegion()

template<typename TImage >
void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::EnlargeOutputRequestedRegion ( DataObject output)
inlineoverridevirtual

Request the largest possible region on all outputs.

Reimplemented from itk::ProcessObject.

Definition at line 123 of file itkExtractOrthogonalSwath2DImageFilter.h.

References itk::DataObject::SetRequestedRegionToLargestPossibleRegion().

◆ GenerateData()

template<typename TImage >
void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::GenerateData ( )
overrideprotectedvirtual

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

◆ GenerateInputRequestedRegion()

template<typename TImage >
void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::GenerateInputRequestedRegion ( )
inlineoverrideprotectedvirtual

Request the largest possible region on all inputs.

Reimplemented from itk::ProcessObject.

Definition at line 154 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ GenerateOutputInformation()

template<typename TImage >
void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::GenerateOutputInformation ( )
overrideprotectedvirtual

GenerateOutputInformation does not rely on input information

Reimplemented from itk::ProcessObject.

◆ GetNameOfClass()

template<typename TImage >
const char* itk::ExtractOrthogonalSwath2DImageFilter< TImage >::GetNameOfClass ( ) const
overridevirtual

◆ GetOrigin()

template<typename TImage >
virtual const double* itk::ExtractOrthogonalSwath2DImageFilter< TImage >::GetOrigin ( ) const
virtual

◆ GetSpacing()

template<typename TImage >
virtual const double* itk::ExtractOrthogonalSwath2DImageFilter< TImage >::GetSpacing ( ) const
virtual

◆ New()

template<typename TImage >
static Pointer itk::ExtractOrthogonalSwath2DImageFilter< TImage >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

template<typename TImage >
void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::ProcessObject.

◆ SetDefaultPixelValue()

template<typename TImage >
virtual void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::SetDefaultPixelValue ( ImagePixelType  _arg)
virtual

Set the default pixel value of the swath image, to be used if the swath extends past the edge of the input image data.

◆ SetOrigin() [1/2]

template<typename TImage >
virtual void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::SetOrigin ( const double *  origin)
virtual

The origin of the output image. The origin is the geometric coordinates of the index (0,0,...,0). It is stored internally as double but may be set from float.

See also
GetOrigin()

◆ SetOrigin() [2/2]

template<typename TImage >
virtual void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::SetOrigin ( const float *  origin)
virtual

◆ SetSize()

template<typename TImage >
virtual void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::SetSize ( SizeType  _arg)
virtual

Set the size of the swath image. The number of rows (size[1]) MUST be odd

◆ SetSpacing() [1/2]

template<typename TImage >
virtual void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::SetSpacing ( const double *  spacing)
virtual

Spacing (size of a pixel) of the output image. The spacing is normally the geometric distance between image samples, but in the case of a swath image it is meaningless since the size of each pixel varies depending on the curvature of the input path. It is stored internally as double, but may be set from float.

See also
GetSpacing()

◆ SetSpacing() [2/2]

template<typename TImage >
virtual void itk::ExtractOrthogonalSwath2DImageFilter< TImage >::SetSpacing ( const float *  spacing)
virtual

Member Data Documentation

◆ ImageDimension

template<typename TImage >
constexpr unsigned int itk::ExtractOrthogonalSwath2DImageFilter< TImage >::ImageDimension = TImage::ImageDimension
staticconstexpr

Definition at line 80 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ m_DefaultPixelValue

template<typename TImage >
ImagePixelType itk::ExtractOrthogonalSwath2DImageFilter< TImage >::m_DefaultPixelValue {}
private

Definition at line 169 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ m_Origin

template<typename TImage >
double itk::ExtractOrthogonalSwath2DImageFilter< TImage >::m_Origin[ImageDimension] {}
private

Definition at line 171 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ m_Size

template<typename TImage >
SizeType itk::ExtractOrthogonalSwath2DImageFilter< TImage >::m_Size {}
private

Definition at line 170 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ m_Spacing

template<typename TImage >
double itk::ExtractOrthogonalSwath2DImageFilter< TImage >::m_Spacing[ImageDimension] {}
private

Definition at line 172 of file itkExtractOrthogonalSwath2DImageFilter.h.

◆ PathDimension

template<typename TImage >
constexpr unsigned int itk::ExtractOrthogonalSwath2DImageFilter< TImage >::PathDimension = 2
staticconstexpr

ImageDimension constants

Definition at line 79 of file itkExtractOrthogonalSwath2DImageFilter.h.


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