Package rosetta :: Package protocols :: Package neighbor :: Module _protocols_neighbor_
[hide private]
[frames] | no frames]

Module _protocols_neighbor_

Classes [hide private]
  SingletonBase_T_core_chemical_ChemicalManager_T
SingletonBase is meant to serve as a base class for singleton classes in Rosetta handling the initialization of the singleton in a thread-safe way.
  SingletonBase_T_core_chemical_ChemicalManager_TAP
  SingletonBase_T_core_chemical_ChemicalManager_TCAP
Functions [hide private]
 
in_ngbat_sphere(...)
in_ngbat_sphere( (Residue)r1, (Residue)r2, (Pose)ps) -> bool : protocols/neighbor/Neighborhood.hh:57
 
in_nrg_graph(...)
in_nrg_graph( (Residue)r1, (Residue)r2, (Pose)ps) -> bool : protocols/neighbor/Neighborhood.hh:56
Variables [hide private]
  __package__ = None
Function Details [hide private]

in_ngbat_sphere(...)

 

in_ngbat_sphere( (Residue)r1, (Residue)r2, (Pose)ps) -> bool :
    protocols/neighbor/Neighborhood.hh:57

    C++ signature :
        bool in_ngbat_sphere(core::conformation::Residue,core::conformation::Residue,core::pose::Pose)

in_nrg_graph(...)

 

in_nrg_graph( (Residue)r1, (Residue)r2, (Pose)ps) -> bool :
    protocols/neighbor/Neighborhood.hh:56

    C++ signature :
        bool in_nrg_graph(core::conformation::Residue,core::conformation::Residue,core::pose::Pose)