ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions
itk::Functor::AttributeLabelObjectAccessor< TLabelObject > Class Template Reference

#include <itkAttributeLabelObject.h>

List of all members.

Public Types

typedef
LabelObjectType::AttributeValueType 
AttributeValueType
typedef TLabelObject LabelObjectType

Public Member Functions

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

Detailed Description

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

Definition at line 31 of file itkAttributeLabelObject.h.


Member Typedef Documentation

template<class TLabelObject >
typedef LabelObjectType::AttributeValueType itk::Functor::AttributeLabelObjectAccessor< TLabelObject >::AttributeValueType

Definition at line 35 of file itkAttributeLabelObject.h.

template<class TLabelObject >
typedef TLabelObject itk::Functor::AttributeLabelObjectAccessor< TLabelObject >::LabelObjectType

Definition at line 34 of file itkAttributeLabelObject.h.


Member Function Documentation

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

Definition at line 37 of file itkAttributeLabelObject.h.

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

Definition at line 42 of file itkAttributeLabelObject.h.


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