Antonie
Public Member Functions
GeneAnnotationReader Class Reference

Provides GeneAnnotation objects as read from a GFF3 file. More...

#include <geneannotated.hh>

List of all members.

Public Member Functions

 GeneAnnotationReader (const std::string &fname)
 Parse GFF3 from fname.
std::vector< GeneAnnotationlookup (uint64_t pos)
 Get all annotations for pos.
uint64_t size () const
 Number of annotations known.

Detailed Description

Provides GeneAnnotation objects as read from a GFF3 file.


Constructor & Destructor Documentation

GeneAnnotationReader::GeneAnnotationReader ( const std::string &  fname)

Parse GFF3 from fname.


Member Function Documentation

vector< GeneAnnotation > GeneAnnotationReader::lookup ( uint64_t  pos)

Get all annotations for pos.

uint64_t GeneAnnotationReader::size ( ) const [inline]

Number of annotations known.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Friends Defines