te::sa::EdgeRemovalInfo Struct Reference

A struct that represents the skater partition values for each edge. More...

#include <SkaterPartition.h>

Public Member Functions

 EdgeRemovalInfo ()
 Default constructor. More...
 
 ~EdgeRemovalInfo ()
 Destructor. More...
 

Public Attributes

std::size_t m_edgeId
 Edge identification. More...
 
double m_l
 Difference between m_SSDT and m_SSDi;. More...
 
std::size_t m_popa
 Sum of population for Tree A. More...
 
std::size_t m_popb
 Sum of population for Tree B. More...
 
double m_SSDi
 Sum of m_SSDa and m_SSDb. More...
 
double m_SSDT
 Sum of Square Difference for Tree. More...
 
double m_SSDTa
 Sum of Square Difference for Tree A. More...
 
double m_SSDTb
 Sum of Square Difference for Tree B. More...
 

Detailed Description

A struct that represents the skater partition values for each edge.

Definition at line 55 of file SkaterPartition.h.

Constructor & Destructor Documentation

te::sa::EdgeRemovalInfo::EdgeRemovalInfo ( )
inline

Default constructor.

Definition at line 58 of file SkaterPartition.h.

References m_l, m_popa, m_popb, m_SSDi, m_SSDT, m_SSDTa, and m_SSDTb.

te::sa::EdgeRemovalInfo::~EdgeRemovalInfo ( )
inline

Destructor.

Definition at line 70 of file SkaterPartition.h.

Member Data Documentation

std::size_t te::sa::EdgeRemovalInfo::m_edgeId

Edge identification.

Definition at line 70 of file SkaterPartition.h.

double te::sa::EdgeRemovalInfo::m_l

Difference between m_SSDT and m_SSDi;.

Definition at line 78 of file SkaterPartition.h.

Referenced by EdgeRemovalInfo().

std::size_t te::sa::EdgeRemovalInfo::m_popa

Sum of population for Tree A.

Definition at line 79 of file SkaterPartition.h.

Referenced by EdgeRemovalInfo().

std::size_t te::sa::EdgeRemovalInfo::m_popb

Sum of population for Tree B.

Definition at line 80 of file SkaterPartition.h.

Referenced by EdgeRemovalInfo().

double te::sa::EdgeRemovalInfo::m_SSDi

Sum of m_SSDa and m_SSDb.

Definition at line 77 of file SkaterPartition.h.

Referenced by EdgeRemovalInfo().

double te::sa::EdgeRemovalInfo::m_SSDT

Sum of Square Difference for Tree.

Definition at line 74 of file SkaterPartition.h.

Referenced by EdgeRemovalInfo().

double te::sa::EdgeRemovalInfo::m_SSDTa

Sum of Square Difference for Tree A.

Definition at line 75 of file SkaterPartition.h.

Referenced by EdgeRemovalInfo().

double te::sa::EdgeRemovalInfo::m_SSDTb

Sum of Square Difference for Tree B.

Definition at line 76 of file SkaterPartition.h.

Referenced by EdgeRemovalInfo().


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