Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
std Namespace Reference

Functions

std::istream & operator>> (std::istream &in, SBL::CADS::EMD_algorithm_type &algo)
 
std::ostream & operator<< (std::ostream &out, const SBL::CADS::EMD_algorithm_type &algo)
 
std::istream & operator>> (std::istream &in, SBL::CADS::EMD_edge_selection_strategy &edge_sel)
 
std::ostream & operator<< (std::ostream &out, const SBL::CADS::EMD_edge_selection_strategy &edge_sel)
 
std::istream & operator>> (std::istream &in, SBL::CADS::EMD_recursion_mode &rec_mode)
 
std::ostream & operator<< (std::ostream &out, const SBL::CADS::EMD_recursion_mode &rec_mode)
 
std::istream & operator>> (std::istream &in, SBL::CSB::Alignment_substitution_matrix_type &matrix_type)
 
std::ostream & operator<< (std::ostream &out, const SBL::CSB::Alignment_substitution_matrix_type &matrix_type)
 
template<class IndexType , class PrintedIndexType >
std::ostream & operator<< (std::ostream &out, const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > &index)
 
template<class IndexType , class PrintedIndexType >
std::istream & operator>> (std::istream &in, SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > &index)
 
template<class SystemItems , class Point3 >
bool operator< (const ESBTL::Molecular_atom< SystemItems, Point3 > &a, const ESBTL::Molecular_atom< SystemItems, Point3 > &b)
 
template<class SystemItems , class Point3 >
bool operator== (const ESBTL::Molecular_atom< SystemItems, Point3 > &a, const ESBTL::Molecular_atom< SystemItems, Point3 > &b)
 
template<class FT >
std::ostream & operator<< (std::ostream &out, const std::vector< FT > &C)
 
template<class FT >
std::istream & operator>> (std::istream &in, std::vector< FT > &C)
 
template<class FT >
std::ostream & operator<< (std::ostream &out, const SBL::Models::T_Conformation_as_vector< FT > &C)
 
template<class FT >
std::istream & operator>> (std::istream &in, SBL::Models::T_Conformation_as_vector< FT > &C)
 
template<class ConformationBase , class CovalentStructure >
std::ostream & operator<< (std::ostream &out, const SBL::Models::T_Conformation_with_covalent_structure< ConformationBase, CovalentStructure > &C)
 
template<class ConformationBase , class CovalentStructure >
std::istream & operator>> (std::istream &in, SBL::Models::T_Conformation_with_covalent_structure< ConformationBase, CovalentStructure > &C)
 
template<class ConformationBase , class FT >
std::ostream & operator<< (std::ostream &out, const SBL::Models::T_Conformation_with_height< ConformationBase, FT > &C)
 
template<class ConformationBase , class FT >
std::istream & operator>> (std::istream &in, SBL::Models::T_Conformation_with_height< ConformationBase, FT > &C)
 
template<class ConformationBase , class HeightFunctor >
std::ostream & operator<< (std::ostream &out, const SBL::Models::T_Conformation_with_implicit_height< ConformationBase, HeightFunctor > &C)
 
template<class ConformationBase , class HeightFunctor >
std::istream & operator>> (std::istream &in, SBL::Models::T_Conformation_with_implicit_height< ConformationBase, HeightFunctor > &C)
 
std::ostream & operator<< (std::ostream &out, const SBL::Models::T_Unit_system_traits_AKMA<>::Energy_unit &u)
 
std::ostream & operator<< (std::ostream &out, const SBL::Models::T_Unit_system_traits_AKMA<>::Molar_energy_unit &u)
 

Function Documentation

◆ operator<()

bool std::operator< ( const ESBTL::Molecular_atom< SystemItems, Point3 > &  a,
const ESBTL::Molecular_atom< SystemItems, Point3 > &  b 
)
inline

◆ operator<<() [1/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::CADS::EMD_algorithm_type algo 
)
inline

◆ operator<<() [2/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::CADS::EMD_edge_selection_strategy edge_sel 
)
inline

◆ operator<<() [3/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::CADS::EMD_recursion_mode rec_mode 
)
inline

◆ operator<<() [4/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::CSB::Alignment_substitution_matrix_type matrix_type 
)
inline

◆ operator<<() [5/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > &  index 
)

◆ operator<<() [6/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::Models::T_Conformation_as_vector< FT > &  C 
)

◆ operator<<() [7/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::Models::T_Conformation_with_covalent_structure< ConformationBase, CovalentStructure > &  C 
)

◆ operator<<() [8/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::Models::T_Conformation_with_height< ConformationBase, FT > &  C 
)

◆ operator<<() [9/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::Models::T_Conformation_with_implicit_height< ConformationBase, HeightFunctor > &  C 
)

◆ operator<<() [10/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::Models::T_Unit_system_traits_AKMA<>::Energy_unit &  u 
)

◆ operator<<() [11/12]

std::ostream& std::operator<< ( std::ostream &  out,
const SBL::Models::T_Unit_system_traits_AKMA<>::Molar_energy_unit &  u 
)

◆ operator<<() [12/12]

std::ostream& std::operator<< ( std::ostream &  out,
const std::vector< FT > &  C 
)

◆ operator==()

bool std::operator== ( const ESBTL::Molecular_atom< SystemItems, Point3 > &  a,
const ESBTL::Molecular_atom< SystemItems, Point3 > &  b 
)
inline

◆ operator>>() [1/10]

std::istream& std::operator>> ( std::istream &  in,
SBL::CADS::EMD_algorithm_type algo 
)
inline

◆ operator>>() [2/10]

std::istream& std::operator>> ( std::istream &  in,
SBL::CADS::EMD_edge_selection_strategy edge_sel 
)
inline

◆ operator>>() [3/10]

std::istream& std::operator>> ( std::istream &  in,
SBL::CADS::EMD_recursion_mode rec_mode 
)
inline

◆ operator>>() [4/10]

std::istream& std::operator>> ( std::istream &  in,
SBL::CSB::Alignment_substitution_matrix_type matrix_type 
)
inline

◆ operator>>() [5/10]

std::istream& std::operator>> ( std::istream &  in,
SBL::IO::T_Index_wrapper< IndexType, PrintedIndexType > &  index 
)

◆ operator>>() [6/10]

std::istream& std::operator>> ( std::istream &  in,
SBL::Models::T_Conformation_as_vector< FT > &  C 
)

◆ operator>>() [7/10]

std::istream& std::operator>> ( std::istream &  in,
SBL::Models::T_Conformation_with_covalent_structure< ConformationBase, CovalentStructure > &  C 
)

◆ operator>>() [8/10]

std::istream& std::operator>> ( std::istream &  in,
SBL::Models::T_Conformation_with_height< ConformationBase, FT > &  C 
)

◆ operator>>() [9/10]

std::istream& std::operator>> ( std::istream &  in,
SBL::Models::T_Conformation_with_implicit_height< ConformationBase, HeightFunctor > &  C 
)

◆ operator>>() [10/10]

std::istream& std::operator>> ( std::istream &  in,
std::vector< FT > &  C 
)