Public API#

View Module Index

sire.search.approx_equal((float)val0, (float)val1) bool :#
C++ signature :

bool approx_equal(double,double)

sire.search.approx_greater((float)val0, (float)val1) bool :#
C++ signature :

bool approx_greater(double,double)

sire.search.approx_greater_equal((float)val0, (float)val1) bool :#
C++ signature :

bool approx_greater_equal(double,double)

sire.search.approx_less((float)val0, (float)val1) bool :#
C++ signature :

bool approx_less(double,double)

sire.search.approx_less_equal((float)val0, (float)val1) bool :#
C++ signature :

bool approx_less_equal(double,double)

sire.search.approx_not_equal((float)val0, (float)val1) bool :#
C++ signature :

bool approx_not_equal(double,double)

sire.search.delete_all_tokens() None :#
C++ signature :

void delete_all_tokens()

sire.search.delete_token((object)token) None :#
C++ signature :

void delete_token(QString)

sire.search.get_approx_epsilon() float :#
C++ signature :

double get_approx_epsilon()

sire.search.get_min_protein_residues() int :#
C++ signature :

int get_min_protein_residues()

sire.search.get_protein_residue_names() object :#
C++ signature :

QSet<QString> get_protein_residue_names()

sire.search.get_token((object)token) object :#
C++ signature :

QString get_token(QString)

sire.search.has_token((object)token) bool :#
C++ signature :

bool has_token(QString)

sire.search.set_approx_epsilon((float)eps) None :#
C++ signature :

void set_approx_epsilon(double)

sire.search.set_min_protein_residues((int)nres) None :#
C++ signature :

void set_min_protein_residues(int)

sire.search.set_protein_residue_names((object)names) None :#
C++ signature :

void set_protein_residue_names(QSet<QString>)

sire.search.set_token((object)token, (object)search) None :#
C++ signature :

void set_token(QString,QString)