ITK  4.4.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<class TImage, class TAttributeAccessor = typename Functor::AttributeLabelObjectAccessor< typename TImage::LabelObjectType >>
struct itk::AttributeUniqueLabelMapFilter< TImage, TAttributeAccessor >::LineOfLabelObject

Definition at line 117 of file itkAttributeUniqueLabelMapFilter.h.

Public Types

typedef LabelObjectType::LineType LineType
 

Public Member Functions

 LineOfLabelObject (const LineType l, LabelObjectType *lo)
 

Public Attributes

LabelObjectTypelabelObject
 
LineType line
 

Member Typedef Documentation

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

Definition at line 119 of file itkAttributeUniqueLabelMapFilter.h.

Constructor & Destructor Documentation

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

Definition at line 121 of file itkAttributeUniqueLabelMapFilter.h.

Member Data Documentation

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

Definition at line 127 of file itkAttributeUniqueLabelMapFilter.h.

template<class TImage, class 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: