ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::LabelOverlapLabelSetMeasures Class Reference

#include <itkLabelOverlapLabelSetMeasures.h>

Detailed Description

Metrics stored per label.

Definition at line 29 of file itkLabelOverlapLabelSetMeasures.h.

Public Member Functions

SizeValueType GetIntersection () const
 
SizeValueType GetSource () const
 
SizeValueType GetSourceComplement () const
 
SizeValueType GetTarget () const
 
SizeValueType GetTargetComplement () const
 
SizeValueType GetUnion () const
 

Public Attributes

SizeValueType m_Intersection { 0 }
 
SizeValueType m_Source { 0 }
 
SizeValueType m_SourceComplement { 0 }
 
SizeValueType m_Target { 0 }
 
SizeValueType m_TargetComplement { 0 }
 
SizeValueType m_Union { 0 }
 

Member Function Documentation

◆ GetIntersection()

SizeValueType itk::LabelOverlapLabelSetMeasures::GetIntersection ( ) const
inline

Definition at line 60 of file itkLabelOverlapLabelSetMeasures.h.

References m_Intersection.

◆ GetSource()

SizeValueType itk::LabelOverlapLabelSetMeasures::GetSource ( ) const
inline

Definition at line 45 of file itkLabelOverlapLabelSetMeasures.h.

References m_Source.

◆ GetSourceComplement()

SizeValueType itk::LabelOverlapLabelSetMeasures::GetSourceComplement ( ) const
inline

Definition at line 65 of file itkLabelOverlapLabelSetMeasures.h.

References m_SourceComplement.

◆ GetTarget()

SizeValueType itk::LabelOverlapLabelSetMeasures::GetTarget ( ) const
inline

Definition at line 50 of file itkLabelOverlapLabelSetMeasures.h.

References m_Target.

◆ GetTargetComplement()

SizeValueType itk::LabelOverlapLabelSetMeasures::GetTargetComplement ( ) const
inline

Definition at line 70 of file itkLabelOverlapLabelSetMeasures.h.

References m_TargetComplement.

◆ GetUnion()

SizeValueType itk::LabelOverlapLabelSetMeasures::GetUnion ( ) const
inline

Definition at line 55 of file itkLabelOverlapLabelSetMeasures.h.

References m_Union.

Member Data Documentation

◆ m_Intersection

SizeValueType itk::LabelOverlapLabelSetMeasures::m_Intersection { 0 }

Definition at line 34 of file itkLabelOverlapLabelSetMeasures.h.

Referenced by GetIntersection().

◆ m_Source

SizeValueType itk::LabelOverlapLabelSetMeasures::m_Source { 0 }

Definition at line 31 of file itkLabelOverlapLabelSetMeasures.h.

Referenced by GetSource().

◆ m_SourceComplement

SizeValueType itk::LabelOverlapLabelSetMeasures::m_SourceComplement { 0 }

Definition at line 35 of file itkLabelOverlapLabelSetMeasures.h.

Referenced by GetSourceComplement().

◆ m_Target

SizeValueType itk::LabelOverlapLabelSetMeasures::m_Target { 0 }

Definition at line 32 of file itkLabelOverlapLabelSetMeasures.h.

Referenced by GetTarget().

◆ m_TargetComplement

SizeValueType itk::LabelOverlapLabelSetMeasures::m_TargetComplement { 0 }

Definition at line 36 of file itkLabelOverlapLabelSetMeasures.h.

Referenced by GetTargetComplement().

◆ m_Union

SizeValueType itk::LabelOverlapLabelSetMeasures::m_Union { 0 }

Definition at line 33 of file itkLabelOverlapLabelSetMeasures.h.

Referenced by GetUnion().


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