#include <processor.hh>
Inherited by HeuristicProcessor, and RuleBasedProcessor.
|
| virtual void | DoProcess (DiagnosticsPtr diags, mol::EntityHandle ent) const =0 |
| |
| 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 45 of file processor.hh.
◆ ~Processor()
◆ Processor() [1/2]
◆ Processor() [2/2]
◆ AreResiduesConsecutive()
◆ BeginProcessing()
◆ ConnectAtomsOfResidue()
◆ ConnectResidues()
◆ Copy()
◆ DistanceBasedConnect()
◆ DoProcess()
◆ EndProcessing()
◆ FillResidueProps()
◆ GetAssignTorsions()
| bool GetAssignTorsions |
( |
| ) |
const |
|
inline |
◆ GetCheckBondFeasibility()
| bool GetCheckBondFeasibility |
( |
| ) |
const |
|
inline |
◆ GetConnect()
| bool GetConnect |
( |
| ) |
const |
|
inline |
◆ GetConnectAminoAcids()
| bool GetConnectAminoAcids |
( |
| ) |
const |
|
inline |
◆ GetConnectHetatm()
| bool GetConnectHetatm |
( |
| ) |
const |
|
inline |
◆ GetZeroOccTreatment()
◆ HasUnknownAtoms()
◆ LocateAtom()
◆ OptionsToString()
| String OptionsToString |
( |
| ) |
const |
|
protected |
◆ Process()
◆ ReorderAtoms()
◆ SetAssignTorsions()
| void SetAssignTorsions |
( |
bool |
flag | ) |
|
|
inline |
◆ SetCheckBondFeasibility()
| void SetCheckBondFeasibility |
( |
bool |
flag | ) |
|
|
inline |
◆ SetConnect()
| void SetConnect |
( |
bool |
connect | ) |
|
|
inline |
◆ SetConnectAminoAcids()
| void SetConnectAminoAcids |
( |
bool |
c | ) |
|
|
inline |
◆ SetConnectHetatm()
| void SetConnectHetatm |
( |
bool |
c | ) |
|
|
inline |
◆ SetZeroOccTreatment()
◆ ToString()
| virtual String ToString |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: