ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::Functor::AttributeLabelObjectAccessor< TLabelObject > Class Template Reference

#include <itkAttributeLabelObject.h>

Detailed Description

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

Definition at line 32 of file itkAttributeLabelObject.h.

Public Types

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

Public Member Functions

const AttributeValueType operator() (const LabelObjectType *labelObject)
 
void operator() (LabelObjectType *labelObject, AttributeValueType value)
 

Member Typedef Documentation

◆ AttributeValueType

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

Definition at line 36 of file itkAttributeLabelObject.h.

◆ LabelObjectType

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

Definition at line 35 of file itkAttributeLabelObject.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 39 of file itkAttributeLabelObject.h.

◆ operator()() [2/2]

template<typename TLabelObject>
void itk::Functor::AttributeLabelObjectAccessor< TLabelObject >::operator() ( LabelObjectType * labelObject,
AttributeValueType value )
inline

Definition at line 45 of file itkAttributeLabelObject.h.


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