Go to the documentation of this file.Go to the SVN repository for this file.
34 #ifndef PROSPLIGN_BACKALIGNINFO_HPP
35 #define PROSPLIGN_BACKALIGNINFO_HPP
46 void Init(
int rownum,
int colnum) {
48 if(
pels.max_size()/colnum +1 <= (
unsigned)rownum)
throw bad_alloc();
50 pels.resize(rownum*(
unsigned long)colnum);
69 void Init(
int oilen,
int ojlen)
CTBackAlignInfo< char > CBackAlignInfo
void Init(int oilen, int ojlen)
void Init(int rownum, int colnum)
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define BEGIN_SCOPE(ns)
Define a new scope.
#define row(bind, expected)