OpenMS
OSWIndexTrace Struct Reference

#include <OpenMS/DATASTRUCTURES/OSWData.h>

Collaboration diagram for OSWIndexTrace:
[legend]

Public Member Functions

bool isSet () const
 is the trace default constructed (=false), or does it point somewhere (=true)? More...
 

Public Attributes

int idx_prot = -1
 
int idx_pep = -1
 
int idx_feat = -1
 
int idx_trans = -1
 
OSWHierarchy::Level lowest = OSWHierarchy::Level::SIZE_OF_VALUES
 

Detailed Description

Describes a node in the OSWData model tree. If a lower level, e.g. feature, is set, the upper levels need to be set as well. The lowest level which is set, must be indicated by setting lowest.

Member Function Documentation

◆ isSet()

bool isSet ( ) const
inline

is the trace default constructed (=false), or does it point somewhere (=true)?

Member Data Documentation

◆ idx_feat

int idx_feat = -1

◆ idx_pep

int idx_pep = -1

◆ idx_prot

int idx_prot = -1

◆ idx_trans

int idx_trans = -1

◆ lowest

OSWHierarchy::Level lowest = OSWHierarchy::Level::SIZE_OF_VALUES