ITK  5.0.0
Insight Segmentation and Registration 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 114 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

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

Definition at line 116 of file itkAttributeUniqueLabelMapFilter.h.

Constructor & Destructor Documentation

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 118 of file itkAttributeUniqueLabelMapFilter.h.

Member Data Documentation

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

Definition at line 124 of file itkAttributeUniqueLabelMapFilter.h.

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: