ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
itk::AttributeUniqueLabelMapFilter< TImage, TAttributeAccessor >::LineOfLabelObject Struct Reference

Detailed Description

template<typename TImage, typename TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
struct itk::AttributeUniqueLabelMapFilter< TImage, TAttributeAccessor >::LineOfLabelObject

Definition at line 116 of file itkAttributeUniqueLabelMapFilter.h.

Public Types

using LineType = typename LabelObjectType::LineType
 

Public Member Functions

 LineOfLabelObject (const LineType l, LabelObjectType *lo)
 

Public Attributes

LabelObjectTypelabelObject
 
LineType line
 

Member Typedef Documentation

◆ LineType

template<typename TImage, typename TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
using itk::AttributeUniqueLabelMapFilter< TImage, TAttributeAccessor >::LineOfLabelObject::LineType = typename LabelObjectType::LineType

Definition at line 118 of file itkAttributeUniqueLabelMapFilter.h.

Constructor & Destructor Documentation

◆ LineOfLabelObject()

template<typename TImage, typename TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
itk::AttributeUniqueLabelMapFilter< TImage, TAttributeAccessor >::LineOfLabelObject::LineOfLabelObject ( const LineType  l,
LabelObjectType lo 
)
inline

Definition at line 120 of file itkAttributeUniqueLabelMapFilter.h.

Member Data Documentation

◆ labelObject

template<typename TImage, typename TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
LabelObjectType* itk::AttributeUniqueLabelMapFilter< TImage, TAttributeAccessor >::LineOfLabelObject::labelObject

Definition at line 126 of file itkAttributeUniqueLabelMapFilter.h.

◆ line

template<typename TImage, typename TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor<typename TImage::LabelObjectType>>
LineType itk::AttributeUniqueLabelMapFilter< TImage, TAttributeAccessor >::LineOfLabelObject::line

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