|
| RuleBasedProcessor (CompoundLibPtr compound_lib) |
|
| RuleBasedProcessor (CompoundLibPtr compound_lib, bool fe, bool sh, ConopAction ur, ConopAction ua, bool bf, bool at, bool cn, bool aa, bool ch, ConopAction zo) |
|
ConopAction | GetUnkResidueTreatment () const |
|
ConopAction | GetUnkAtomTreatment () const |
|
bool | GetFixElement () const |
|
void | SetFixElement (bool flag) |
|
bool | GetStrictHydrogens () const |
|
void | SetStrictHydrogens (bool flag) |
|
void | SetUnkResidueTreatment (ConopAction action) |
|
void | SetUnkAtomTreatment (ConopAction action) |
|
virtual ProcessorPtr | Copy () const |
|
virtual String | ToString () const |
|
DiagnosticsPtr | Process (mol::EntityHandle ent, bool log_diags=true) const |
|
virtual | ~Processor () |
|
| Processor (bool bf, bool at, bool cn, bool aa, bool ch, ConopAction zo) |
|
| Processor () |
|
void | SetConnect (bool connect) |
|
bool | GetConnect () const |
|
void | SetAssignTorsions (bool flag) |
|
bool | GetAssignTorsions () const |
|
bool | GetConnectAminoAcids () const |
|
void | SetConnectAminoAcids (bool c) |
|
bool | GetConnectHetatm () const |
|
void | SetConnectHetatm (bool c) |
|
bool | GetCheckBondFeasibility () const |
|
void | SetCheckBondFeasibility (bool flag) |
|
ConopAction | GetZeroOccTreatment () const |
|
void | SetZeroOccTreatment (ConopAction action) |
|
|
void | ProcessUnkResidue (DiagnosticsPtr diags, mol::ResidueHandle res, mol::AtomHandleList &remaining) const |
|
void | ProcessUnkAtoms (DiagnosticsPtr diags, mol::ResidueHandle res, mol::AtomHandleList unks, mol::AtomHandleList &remaining) const |
|
virtual void | DoProcess (DiagnosticsPtr diags, mol::EntityHandle ent) const |
|
virtual bool | BeginProcessing (DiagnosticsPtr diags, mol::EntityHandle ent) const |
|
virtual bool | EndProcessing (DiagnosticsPtr diags, mol::EntityHandle ent) const |
|
bool | HasUnknownAtoms (mol::ResidueHandle residue, CompoundPtr compound, bool strict_hydrogens) const |
|
void | ReorderAtoms (mol::ResidueHandle residue, CompoundPtr compound, bool fix_element) const |
|
void | FillResidueProps (mol::ResidueHandle residue, CompoundPtr compound) const |
|
void | ConnectAtomsOfResidue (mol::ResidueHandle residue, CompoundPtr compound, bool strict_hydrogens) const |
|
void | ConnectResidues (mol::ResidueHandle residue, mol::ResidueHandle next) const |
|
void | DistanceBasedConnect (mol::AtomHandle atom) const |
|
mol::AtomHandle | LocateAtom (const mol::AtomHandleList &, int ordinal) const |
|
String | OptionsToString () const |
|
Definition at line 37 of file rule_based.hh.