ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | List of all members
itk::Functor::LabelLabelObjectAccessor< TLabelObject > Class Template Reference

#include <itkLabelObjectAccessors.h>

Detailed Description

template<typename TLabelObject>
class itk::Functor::LabelLabelObjectAccessor< TLabelObject >

Definition at line 37 of file itkLabelObjectAccessors.h.

Public Types

using AttributeValueType = typename LabelObjectType::LabelType
 
using LabelObjectType = TLabelObject
 

Public Member Functions

AttributeValueType operator() (const LabelObjectType *labelObject) const
 

Member Typedef Documentation

◆ AttributeValueType

template<typename TLabelObject >
using itk::Functor::LabelLabelObjectAccessor< TLabelObject >::AttributeValueType = typename LabelObjectType::LabelType

Definition at line 41 of file itkLabelObjectAccessors.h.

◆ LabelObjectType

template<typename TLabelObject >
using itk::Functor::LabelLabelObjectAccessor< TLabelObject >::LabelObjectType = TLabelObject

Definition at line 40 of file itkLabelObjectAccessors.h.

Member Function Documentation

◆ operator()()

template<typename TLabelObject >
AttributeValueType itk::Functor::LabelLabelObjectAccessor< TLabelObject >::operator() ( const LabelObjectType labelObject) const
inline

Definition at line 44 of file itkLabelObjectAccessors.h.


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