StochHMM  v0.34
Flexible Hidden Markov Model C++ Library and Application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes
StochHMM::ppTrack Struct Reference

#include <seqTracks.h>

List of all members.

Public Attributes

size_t trackNumber
size_t trackToUse
StochHMM::pt2TrackFuncfunc

Detailed Description

*Stores what track is determined by a Track Function *trackNumber is the index reference the derived track *trackToUse is the track to use to generate the derived track *Example: Function would be SIDD, the track we would use to get the sidd track *would be a DNA sequence track.

Definition at line 80 of file seqTracks.h.


Member Data Documentation

StochHMM::pt2TrackFunc* StochHMM::ppTrack::func

Definition at line 83 of file seqTracks.h.

Referenced by StochHMM::seqTracks::_initImportTrackInfo().

size_t StochHMM::ppTrack::trackNumber

Definition at line 81 of file seqTracks.h.

Referenced by StochHMM::seqTracks::_initImportTrackInfo().

size_t StochHMM::ppTrack::trackToUse

Definition at line 82 of file seqTracks.h.

Referenced by StochHMM::seqTracks::_initImportTrackInfo().


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