NCBI C++ ToolKit
|
Search Toolkit Book for CMakeDbPosMatrix
Public Member Functions | |
CMakeDbPosMatrix () | |
~CMakeDbPosMatrix () | |
void | Create (int seq_size) |
void | Delete (void) |
Int4 ** | Get (void) |
unsigned int | GetSize (void) |
Private Attributes | |
Int4 ** | m_posMatrix |
int | m_size |
Definition at line 126 of file makeprofiledb.cpp.
|
inline |
Definition at line 129 of file makeprofiledb.cpp.
|
inline |
Definition at line 130 of file makeprofiledb.cpp.
References Delete().
void CMakeDbPosMatrix::Create | ( | int | seq_size | ) |
Definition at line 144 of file makeprofiledb.cpp.
References BLASTAA_SIZE, Delete(), i, m_posMatrix, m_size, and ncbi::grid::netcache::search::fields::size.
Referenced by CMakeProfileDBApp::x_RPSUpdatePSSM().
void CMakeDbPosMatrix::Delete | ( | void | ) |
Definition at line 159 of file makeprofiledb.cpp.
References i, m_posMatrix, m_size, and NULL.
Referenced by Create(), CMakeProfileDBApp::x_MakeVol(), and ~CMakeDbPosMatrix().
|
inline |
Definition at line 135 of file makeprofiledb.cpp.
References m_posMatrix.
Referenced by CMakeProfileDBApp::x_RPSUpdateLookup(), and CMakeProfileDBApp::x_RPSUpdatePSSM().
|
inline |
Definition at line 136 of file makeprofiledb.cpp.
References m_size.
|
private |
Definition at line 140 of file makeprofiledb.cpp.
|
private |
Definition at line 141 of file makeprofiledb.cpp.