Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

gnSKYSource.cpp

Go to the documentation of this file.
00001 
00002 // File:            gnSKYSource.h
00003 // Purpose:         Implements gnBaseSource for .SKY files
00004 // Description:     
00005 // Changes:        
00006 // Version:         libGenome 0.1.0 
00007 // Author:          Aaron Darling 
00008 // Last Edited:     April 15, 2001, 11:13:00pm 
00009 // Modified by:     
00010 // Copyright:       (c) Aaron Darling 
00011 // Licenses:        Proprietary 
00013 #include "gn/gnSKYSource.h"
00014 
00015 
00016 gnSKYSource::gnSKYSource()
00017 {
00018 }
00019 gnSKYSource::~gnSKYSource()
00020 {
00021 }
00022 // Clone        
00023 gnSKYSource* gnSKYSource::Clone() const
00024 {
00025 }
00026 // Open, Close  
00027 boolean gnSKYSource::Open( string openString )
00028 {
00029         return true;
00030 }
00031 boolean gnSKYSource::Open( )
00032 {
00033         return true;
00034 }
00035 boolean gnSKYSource::Close()
00036 {
00037         return true;
00038 }
00039 string gnSKYSource::GetOpenString( )
00040 {
00041         return "";
00042 }
00043 // Contig Access methods        
00044 uint32 gnSKYSource::GetContigListLength() const
00045 {
00046 }
00047 boolean gnSKYSource::HasContig( const string& name ) const
00048 {
00049 }
00050 uint32 gnSKYSource::GetContigID( const string& name ) const
00051 {
00052 }
00053 string gnSKYSource::GetContigName( uint32 i ) const
00054 {
00055 }
00056 gnSeqI gnSKYSource::GetContigSeqLength( uint32 i ) const
00057 {
00058 }
00059 // Filter
00060 gnFilter* gnSKYSource::GetFilter()
00061 {
00062 }
00063 boolean gnSKYSource::GetFilter( gnFilter* pFilter )
00064 {
00065 }

Generated at Tue Oct 16 21:55:07 2001 for libGenome by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001