Package rosetta :: Package protocols :: Package interface :: Module _protocols_interface_
[hide private]
[frames] | no frames]

Module _protocols_interface_

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]
 
select_interface_residues(...)
select_interface_residues( (Pose)pose, (str)interface, (int)interface_distance) -> vector1_bool : ///////////// General Interface Tools /////////////////////////// Get a set of interface residues using the dock_chains interface string: Ex: LH_A.
Variables [hide private]
  __package__ = None
Function Details [hide private]

select_interface_residues(...)

 

select_interface_residues( (Pose)pose, (str)interface, (int)interface_distance) -> vector1_bool :
    ///////////// General Interface Tools ///////////////////////////
     Get a set of interface residues using the dock_chains interface string: Ex: LH_A.
     Uses Steven's InterGroupNeighborsCalculator.  Does not require pose to have specific foldtree.
    

    C++ signature :
        utility::vector1<bool, std::allocator<bool> > select_interface_residues(core::pose::Pose,std::string,unsigned long)