OpenMS
|
#include <OpenMS/DATASTRUCTURES/OSWData.h>
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 |
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
.
|
inline |
is the trace default constructed (=false), or does it point somewhere (=true)?
int idx_feat = -1 |
int idx_pep = -1 |
int idx_prot = -1 |
int idx_trans = -1 |
OSWHierarchy::Level lowest = OSWHierarchy::Level::SIZE_OF_VALUES |