NCBI C++ ToolKit
Public Member Functions | Public Attributes | List of all members
CWig2tableApplication::SValueInfo Struct Reference

Search Toolkit Book for CWig2tableApplication::SValueInfo

Public Member Functions

TSeqPos GetEnd (void) const
 
bool operator< (const SValueInfo &v) const
 

Public Attributes

TSeqPos m_Pos
 
TSeqPos m_Span
 
double m_Value
 

Detailed Description

Definition at line 326 of file wig2table.cpp.

Member Function Documentation

◆ GetEnd()

TSeqPos CWig2tableApplication::SValueInfo::GetEnd ( void  ) const
inline

Definition at line 331 of file wig2table.cpp.

References m_Pos, and m_Span.

◆ operator<()

bool CWig2tableApplication::SValueInfo::operator< ( const SValueInfo v) const
inline

Definition at line 334 of file wig2table.cpp.

References m_Pos.

Member Data Documentation

◆ m_Pos

TSeqPos CWig2tableApplication::SValueInfo::m_Pos

Definition at line 327 of file wig2table.cpp.

Referenced by GetEnd(), and operator<().

◆ m_Span

TSeqPos CWig2tableApplication::SValueInfo::m_Span

Definition at line 328 of file wig2table.cpp.

Referenced by GetEnd().

◆ m_Value

double CWig2tableApplication::SValueInfo::m_Value

Definition at line 329 of file wig2table.cpp.


The documentation for this struct was generated from the following file:
Modified on Tue May 28 05:52:04 2024 by modify_doxy.py rev. 669887