Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
DockFragmentsMover Class Reference

Public Member Functions

void run ()
 
void cut_from_map (core::pose::Pose const &pose)
 
void process_fragfile ()
 
core::fragment::FragSetOP cluster_frags (core::fragment::FragSetOP fragments)
 
virtual std::string get_name () const
 

Private Attributes

std::map< core::Size,
core::fragment::Frame > 
library_
 
std::map< core::Size,
core::fragment::Frame > 
libsmall_
 
core::Size nmer_
 
core::Size nmer_small_
 

Detailed Description

fpd – none of these are movers, since they do not follow the 1 struct in / 1 struct out model – they may be at some point ...

Definition at line 204 of file denovo_density.cc.

Member Function Documentation

core::fragment::FragSetOP DockFragmentsMover::cluster_frags ( core::fragment::FragSetOP  fragments)
void DockFragmentsMover::cut_from_map ( core::pose::Pose const &  pose)
virtual std::string DockFragmentsMover::get_name ( ) const
inlinevirtual

Definition at line 219 of file denovo_density.cc.

void DockFragmentsMover::process_fragfile ( )

Definition at line 358 of file denovo_density.cc.

References cluster_frags(), library_, libsmall_, max(), min(), nmer_, nmer_small_, basic::options::option, runtime_assert, and TR.

Referenced by run().

void DockFragmentsMover::run ( )

Member Data Documentation

std::map<core::Size, core::fragment::Frame> DockFragmentsMover::library_
private

Definition at line 224 of file denovo_density.cc.

Referenced by process_fragfile(), and run().

std::map<core::Size, core::fragment::Frame> DockFragmentsMover::libsmall_
private

Definition at line 224 of file denovo_density.cc.

Referenced by process_fragfile(), and run().

core::Size DockFragmentsMover::nmer_
private

Definition at line 225 of file denovo_density.cc.

Referenced by process_fragfile(), and run().

core::Size DockFragmentsMover::nmer_small_
private

Definition at line 225 of file denovo_density.cc.

Referenced by process_fragfile(), and run().


The documentation for this class was generated from the following file: