Rosetta
Public Member Functions | Private Attributes | List of all members
protocols::electron_density::DockPDBIntoDensityMover Class Reference

#include <DockPDBIntoDensityMover.hh>

Inheritance diagram for protocols::electron_density::DockPDBIntoDensityMover:
Inheritance graph
[legend]

Public Member Functions

 DockPDBIntoDensityMover ()
 
void setDelR (core::Real delR)
 
void setNRsteps (core::Real nRsteps)
 
void set_nRsteps_from_pose (core::pose::Pose const &pose)
 
void setB (core::Real B)
 
void setTopN (core::Size const topNtrans, core::Size const topNfilter, core::Size const topNfinal)
 
core::Size get_top_N_filter () const
 
void setGridStep (core::Size gridStep)
 
void setNCyc (core::Size ncyc)
 
void setPointRadius (core::Real point_radius)
 
void setClusterOversamp (core::Size cluster_oversample)
 
void setFragDens (core::Real fragDens)
 
void setConvoluteSingleR (bool convolute_single_residue)
 
void setGaussianBlur (bool gaussian_blur)
 
void setLaplacianOffset (core::Real laplacian_offset)
 
void setPointsToSearchFname (std::string const &pts_fname)
 
void setPointsToSearchPDBFname (std::string const &pts_fname)
 
void setRotateSeqCenter (bool rot_seq_center)
 
void setRotateMiddleCA (bool rot_middle_ca)
 
void setRotateOnSeqCenter (bool val)
 
void setStartModel (std::string const &startmodel)
 
void setConstrainRefinement (core::Real constrain_refinement)
 
void setCartRef (core::Real cart_ref)
 
void setDoRefine (bool do_refine)
 
void setMinBackbone (bool min_backbone)
 
void setMultiNative (utility::vector1< core::pose::PoseOP > const &)
 
void setScoreNatives (bool score_natives)
 
void setCentroidSilentOut (bool centroid_silent_out)
 
void setClusterRadius (core::Real cluster_radius)
 
void setDumpInter (bool dump_inter)
 
void setDumpInterSilent (bool dump_inter_silent)
 
void setMaxRotPerTrans (core::Size max_rot_per_trans)
 
void setOutputSilent (std::string silent_out)
 
void setOverwrite (bool overwrite)
 
void setPassThrough (bool passthrough)
 
void setSymminfo (DensitySymmInfo const &symminfo)
 
void setTag (std::string tag)
 
void setFinalChain (std::string const &final_chain)
 
void setCoreIdx (utility::vector1< core::Size > core_idx)
 
void setRefineEnd (core::Size refine_end)
 
void setRefineStart (core::Size refine_start)
 
void setSearchEnd (core::Size point_search_end)
 
void setSearchStart (core::Size point_search_start)
 
void setPointSearchResultsFname (std::string const &point_search_results_fname)
 
void setCombinedSearchResultsFname (std::string const &combined_search_results_fname)
 
void predefine_search (utility::vector1< numeric::xyzVector< core::Real > > &pts_in)
 
void setCheatNativeCOM (bool cheat_native_com)
 
void setCheatNativeMCA (bool cheat_native_mca)
 
core::Real get_radius (core::pose::Pose const &)
 
std::string get_name () const override
 Each derived class must specify its name. The class name. More...
 
void score_and_dump_natives ()
 
void read_in_points_to_search ()
 Read in points to search. More...
 
core::Real compare_and_align_poses (core::pose::Pose &, core::pose::Pose const &)
 
RBfitResultDB read_in_partial_search_results (utility::vector1< std::string > const &) const
 
void refine_partial_RBfitResultDB (utility::vector1< core::pose::PoseOP > const &, RBfitResultDB &, RevRefinementResultDB &)
 
void set_search_responsibilities ()
 
void dump_RBfitDB_to_pdbs (RBfitResultDB &resultDB, core::pose::PoseOP const &) const
 
void set_refinement_responsibilities (RBfitResultDB &)
 
void check_for_existing_output_file (std::string const &) const
 
void import_refinement_silent_files (utility::vector1< std::string > const &, RevRefinementResultDB &)
 
void cluster_RevRefinementDB (RevRefinementResultDB &, core::Size)
 
void minimize_poseOP_into_density (core::pose::PoseOP const, MinimizePoseIntoDensityOptions const &params, utility::vector1< core::Real > &)
 
void refine_RBfitResultDB (core::pose::PoseOP const &, RBfitResultDB &, RevRefinementResultDB &)
 step 3: local refinement of each hit empties the results_in DB More...
 
utility::vector1< numeric::xyzVector< core::Real > > get_points_to_search (core::pose::PoseOP const)
 
RBfitResultDB apply_search (core::pose::Pose &pose, core::Size const result_size)
 
void combine_search (utility::vector1< std::string > const &, core::pose::Pose const &, RBfitResultDB &)
 
void search_results_to_pdb (utility::vector1< std::string > const &, core::pose::PoseOP const &)
 
void manual_refine_pdb (core::pose::PoseOP const &)
 
RevRefinementResultDB apply_refinement (utility::vector1< std::string > const &, core::pose::PoseOP const, RBfitResultDB &, bool const)
 
void combine_refinement (utility::vector1< std::string > const &, RevRefinementResultDB &refinement_results)
 
void cluster_silent (utility::vector1< std::string > const &)
 
void analyze_RefinementDB (RevRefinementResultDB)
 
void run_aio (core::pose::PoseOP const)
 
void apply (core::pose::Pose &) override
 Main Method. More...
 
- Public Member Functions inherited from protocols::moves::Mover
 Mover ()
 
virtual MoverOP create ()
 
MoverCOP get_self_ptr () const
 
MoverOP get_self_ptr ()
 
MoverCAP get_self_weak_ptr () const
 
MoverAP get_self_weak_ptr ()
 
 Mover (std::string const &type_name)
 sets the type for a mover; name_ has been removed (2010/05/14) More...
 
virtual void test_move (Pose &pose)
 : Unit test support function. Apply one move to a given pose. Allows extra test specific functions to be called before applying More...
 
virtual MoverOP clone () const
 Return a clone of the Mover object. More...
 
virtual bool reinitialize_for_each_job () const
 Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on each use. More...
 
virtual bool reinitialize_for_new_input () const
 Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for that one input pose). More...
 
virtual MoverOP fresh_instance () const
 Generates a new Mover object freshly created with the default ctor. More...
 
MoverStatus get_last_move_status () const
 end parser interface, start Job Distributor interface///////////// More...
 
void reset_status ()
 resets status to SUCCESS, meant to be used before an apply(). The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s. More...
 
virtual core::pose::PoseOP get_additional_output ()
 Mechanism by which a mover may return multiple output poses from a single input pose. More...
 
void set_type (std::string const &setting)
 Set the 'type' string. More...
 
std::string get_type () const
 
void type (const std::string &type_in)
 Set the 'type' string. More...
 
std::string const & type () const
 Get the set 'type' string. More...
 
virtual void set_input_pose (PoseCOP pose)
 setter for poses contained for rms More...
 
virtual void set_native_pose (PoseCOP pose)
 setter for native poses contained for rms -— we should get rid of this method? it is widely used, but a bit unsafe More...
 
PoseCOP get_input_pose () const
 
PoseCOP get_native_pose () const
 
virtual void parse_my_tag (TagCOP tag, basic::datacache::DataMap &data)
 Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More...
 
void set_current_job (protocols::jobdist::BasicJobCOP job)
 
jobdist::BasicJobCOP get_current_job () const
 
virtual void set_current_tag (std::string const &new_tag)
 
std::string get_current_tag () const
 A tag is a unique identifier used to identify structures produced by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag ) sets the tag. This functionality is not intended for use with the 2008 job distributor. More...
 
virtual void show (std::ostream &output=std::cout) const
 Outputs details about the Mover, including current settings. More...
 
virtual core::Real last_proposal_density_ratio ()
 
virtual void clear_info ()
 Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file. More...
 
virtual Stringsinfo ()
 non-const accessor More...
 
virtual Strings const & info () const
 const accessor More...
 
virtual void provide_citation_info (basic::citation_manager::CitationCollectionList &) const
 Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More...
 

Private Attributes

core::Size topNtrans_
 
core::Size topNfilter_
 
core::Size topNfinal_
 
bool rot_seq_center_
 
bool rot_middle_ca_
 
bool points_defined_
 
bool convolute_single_residue_
 
bool gaussian_blur_
 
core::Real delR_
 
core::Real dens_wt_
 
core::Real cluster_radius_
 
core::Real point_radius_
 
core::Real fragDens_
 
core::Real laplacian_offset_
 
core::Size nRsteps_
 
core::Size gridStep_
 
core::Size B_
 
std::string points_to_search_fname_
 
std::string points_to_search_pdb_fname_
 
std::string start_model_
 
utility::vector1< numeric::xyzVector< core::Real > > points_to_search_
 
DensitySymmInfo symminfo_
 
core::Size cluster_oversample_
 
core::Size max_rot_per_trans_
 
bool do_refine_
 
bool min_backbone_
 
bool centroid_silent_out_
 
bool dump_inter_
 
bool dump_inter_silent_
 
bool cart_ref_
 
core::Size ncyc_
 
core::Real constrain_refinement_
 
std::string silent_
 
std::string tag_
 
std::string final_chain_
 
std::string point_search_results_fname_
 
std::string combined_search_results_fname_
 
bool passthrough_
 
utility::vector1< core::pose::PoseOPall_natives_
 
utility::vector1< numeric::xyzVector< core::Real > > all_native_com_
 
utility::vector1< numeric::xyzVector< core::Real > > all_native_mca_
 
utility::vector1< numeric::xyzVector< core::Real > > all_native_seq_center_
 
bool cheat_native_com_
 
bool cheat_native_mca_
 
bool score_natives_
 
core::Size point_search_start_
 
core::Size point_search_end_
 
core::Size refine_start_
 
core::Size refine_end_
 
utility::vector1< core::Sizecore_idx_
 
bool overwrite_
 

Additional Inherited Members

- Public Types inherited from protocols::moves::Mover
typedef utility::tag::TagCOP TagCOP
 
typedef core::pose::Pose Pose
 
typedef core::pose::PoseCOP PoseCOP
 
typedef std::list< std::string > Strings
 
- Static Public Member Functions inherited from protocols::moves::Mover
static std::string name ()
 
static void register_options ()
 Overload this static method if you access options within the mover. More...
 
- Protected Member Functions inherited from protocols::moves::Mover
void set_last_move_status (MoverStatus status)
 nonvirtual setter for MoverStatus last_status_. Protected means that only the mover itself will be able to change its own status. The job distributor (august 08 vintage) is aware of status set with this function and will do what the MoverStatus says. More...
 

Constructor & Destructor Documentation

◆ DockPDBIntoDensityMover()

protocols::electron_density::DockPDBIntoDensityMover::DockPDBIntoDensityMover ( )
inline

Member Function Documentation

◆ analyze_RefinementDB()

void protocols::electron_density::DockPDBIntoDensityMover::analyze_RefinementDB ( RevRefinementResultDB  resultDB)

◆ apply()

void protocols::electron_density::DockPDBIntoDensityMover::apply ( core::pose::Pose )
overridevirtual

◆ apply_refinement()

RevRefinementResultDB protocols::electron_density::DockPDBIntoDensityMover::apply_refinement ( utility::vector1< std::string > const &  local_result_filenames,
core::pose::PoseOP const  poseOP,
RBfitResultDB results_to_refine,
bool const  write_to_file 
)

◆ apply_search()

RBfitResultDB protocols::electron_density::DockPDBIntoDensityMover::apply_search ( core::pose::Pose pose,
core::Size const  result_size 
)

◆ check_for_existing_output_file()

void protocols::electron_density::DockPDBIntoDensityMover::check_for_existing_output_file ( std::string const &  mode) const

◆ cluster_RevRefinementDB()

void protocols::electron_density::DockPDBIntoDensityMover::cluster_RevRefinementDB ( RevRefinementResultDB results,
core::Size  target_size = 0 
)

◆ cluster_silent()

void protocols::electron_density::DockPDBIntoDensityMover::cluster_silent ( utility::vector1< std::string > const &  final_result_filenames)

◆ combine_refinement()

void protocols::electron_density::DockPDBIntoDensityMover::combine_refinement ( utility::vector1< std::string > const &  refinement_result_filenames,
RevRefinementResultDB refinement_results 
)

◆ combine_search()

void protocols::electron_density::DockPDBIntoDensityMover::combine_search ( utility::vector1< std::string > const &  local_result_filenames,
core::pose::Pose const &  pose,
RBfitResultDB all_results 
)

◆ compare_and_align_poses()

core::Real protocols::electron_density::DockPDBIntoDensityMover::compare_and_align_poses ( core::pose::Pose query,
core::pose::Pose const &  native 
)

◆ dump_RBfitDB_to_pdbs()

void protocols::electron_density::DockPDBIntoDensityMover::dump_RBfitDB_to_pdbs ( RBfitResultDB resultDB,
core::pose::PoseOP const &  poseOP 
) const

◆ get_name()

std::string protocols::electron_density::DockPDBIntoDensityMover::get_name ( ) const
inlineoverridevirtual

Each derived class must specify its name. The class name.

Implements protocols::moves::Mover.

◆ get_points_to_search()

utility::vector1< numeric::xyzVector< core::Real > > protocols::electron_density::DockPDBIntoDensityMover::get_points_to_search ( core::pose::PoseOP const  poseOP)

◆ get_radius()

core::Real protocols::electron_density::DockPDBIntoDensityMover::get_radius ( core::pose::Pose const &  pose)

◆ get_top_N_filter()

core::Size protocols::electron_density::DockPDBIntoDensityMover::get_top_N_filter ( ) const
inline

References topNfilter_.

◆ import_refinement_silent_files()

void protocols::electron_density::DockPDBIntoDensityMover::import_refinement_silent_files ( utility::vector1< std::string > const &  refinement_result_filenames,
RevRefinementResultDB refinement_results 
)

◆ manual_refine_pdb()

void protocols::electron_density::DockPDBIntoDensityMover::manual_refine_pdb ( core::pose::PoseOP const &  poseOP)

◆ minimize_poseOP_into_density()

void protocols::electron_density::DockPDBIntoDensityMover::minimize_poseOP_into_density ( core::pose::PoseOP const  posecopy,
MinimizePoseIntoDensityOptions const &  params,
utility::vector1< core::Real > &  scores_vector 
)

◆ predefine_search()

void protocols::electron_density::DockPDBIntoDensityMover::predefine_search ( utility::vector1< numeric::xyzVector< core::Real > > &  pts_in)

◆ read_in_partial_search_results()

RBfitResultDB protocols::electron_density::DockPDBIntoDensityMover::read_in_partial_search_results ( utility::vector1< std::string > const &  local_result_filenames) const

◆ read_in_points_to_search()

void protocols::electron_density::DockPDBIntoDensityMover::read_in_points_to_search ( )

◆ refine_partial_RBfitResultDB()

void protocols::electron_density::DockPDBIntoDensityMover::refine_partial_RBfitResultDB ( utility::vector1< core::pose::PoseOP > const &  ,
RBfitResultDB ,
RevRefinementResultDB  
)

◆ refine_RBfitResultDB()

void protocols::electron_density::DockPDBIntoDensityMover::refine_RBfitResultDB ( core::pose::PoseOP const &  poseOP,
RBfitResultDB results_in,
RevRefinementResultDB results_out 
)

◆ run_aio()

void protocols::electron_density::DockPDBIntoDensityMover::run_aio ( core::pose::PoseOP const  poseOP)

◆ score_and_dump_natives()

void protocols::electron_density::DockPDBIntoDensityMover::score_and_dump_natives ( )

◆ search_results_to_pdb()

void protocols::electron_density::DockPDBIntoDensityMover::search_results_to_pdb ( utility::vector1< std::string > const &  local_result_filenames,
core::pose::PoseOP const &  poseOP 
)

◆ set_nRsteps_from_pose()

void protocols::electron_density::DockPDBIntoDensityMover::set_nRsteps_from_pose ( core::pose::Pose const &  pose)

◆ set_refinement_responsibilities()

void protocols::electron_density::DockPDBIntoDensityMover::set_refinement_responsibilities ( RBfitResultDB resultDB)

◆ set_search_responsibilities()

void protocols::electron_density::DockPDBIntoDensityMover::set_search_responsibilities ( )

◆ setB()

void protocols::electron_density::DockPDBIntoDensityMover::setB ( core::Real  B)
inline

References core::chemical::element::B, and B_.

◆ setCartRef()

void protocols::electron_density::DockPDBIntoDensityMover::setCartRef ( core::Real  cart_ref)
inline

References cart_ref_.

◆ setCentroidSilentOut()

void protocols::electron_density::DockPDBIntoDensityMover::setCentroidSilentOut ( bool  centroid_silent_out)
inline

References centroid_silent_out_.

◆ setCheatNativeCOM()

void protocols::electron_density::DockPDBIntoDensityMover::setCheatNativeCOM ( bool  cheat_native_com)
inline

References cheat_native_com_.

◆ setCheatNativeMCA()

void protocols::electron_density::DockPDBIntoDensityMover::setCheatNativeMCA ( bool  cheat_native_mca)
inline

References cheat_native_mca_.

◆ setClusterOversamp()

void protocols::electron_density::DockPDBIntoDensityMover::setClusterOversamp ( core::Size  cluster_oversample)
inline

References cluster_oversample_.

◆ setClusterRadius()

void protocols::electron_density::DockPDBIntoDensityMover::setClusterRadius ( core::Real  cluster_radius)
inline

References cluster_radius_.

◆ setCombinedSearchResultsFname()

void protocols::electron_density::DockPDBIntoDensityMover::setCombinedSearchResultsFname ( std::string const &  combined_search_results_fname)
inline

◆ setConstrainRefinement()

void protocols::electron_density::DockPDBIntoDensityMover::setConstrainRefinement ( core::Real  constrain_refinement)
inline

References constrain_refinement_.

◆ setConvoluteSingleR()

void protocols::electron_density::DockPDBIntoDensityMover::setConvoluteSingleR ( bool  convolute_single_residue)
inline

◆ setCoreIdx()

void protocols::electron_density::DockPDBIntoDensityMover::setCoreIdx ( utility::vector1< core::Size core_idx)
inline

References core_idx_.

◆ setDelR()

void protocols::electron_density::DockPDBIntoDensityMover::setDelR ( core::Real  delR)
inline

References delR_.

◆ setDoRefine()

void protocols::electron_density::DockPDBIntoDensityMover::setDoRefine ( bool  do_refine)
inline

References do_refine_.

◆ setDumpInter()

void protocols::electron_density::DockPDBIntoDensityMover::setDumpInter ( bool  dump_inter)
inline

References dump_inter_.

◆ setDumpInterSilent()

void protocols::electron_density::DockPDBIntoDensityMover::setDumpInterSilent ( bool  dump_inter_silent)
inline

References dump_inter_silent_.

◆ setFinalChain()

void protocols::electron_density::DockPDBIntoDensityMover::setFinalChain ( std::string const &  final_chain)
inline

References final_chain_.

◆ setFragDens()

void protocols::electron_density::DockPDBIntoDensityMover::setFragDens ( core::Real  fragDens)
inline

References fragDens_.

◆ setGaussianBlur()

void protocols::electron_density::DockPDBIntoDensityMover::setGaussianBlur ( bool  gaussian_blur)
inline

References gaussian_blur_.

◆ setGridStep()

void protocols::electron_density::DockPDBIntoDensityMover::setGridStep ( core::Size  gridStep)
inline

References gridStep_.

◆ setLaplacianOffset()

void protocols::electron_density::DockPDBIntoDensityMover::setLaplacianOffset ( core::Real  laplacian_offset)
inline

References laplacian_offset_.

◆ setMaxRotPerTrans()

void protocols::electron_density::DockPDBIntoDensityMover::setMaxRotPerTrans ( core::Size  max_rot_per_trans)
inline

References max_rot_per_trans_.

◆ setMinBackbone()

void protocols::electron_density::DockPDBIntoDensityMover::setMinBackbone ( bool  min_backbone)
inline

References min_backbone_.

◆ setMultiNative()

void protocols::electron_density::DockPDBIntoDensityMover::setMultiNative ( utility::vector1< core::pose::PoseOP > const &  all_natives)

◆ setNCyc()

void protocols::electron_density::DockPDBIntoDensityMover::setNCyc ( core::Size  ncyc)
inline

References ncyc_.

◆ setNRsteps()

void protocols::electron_density::DockPDBIntoDensityMover::setNRsteps ( core::Real  nRsteps)
inline

References nRsteps_.

◆ setOutputSilent()

void protocols::electron_density::DockPDBIntoDensityMover::setOutputSilent ( std::string  silent_out)
inline

References silent_.

◆ setOverwrite()

void protocols::electron_density::DockPDBIntoDensityMover::setOverwrite ( bool  overwrite)
inline

References overwrite_.

◆ setPassThrough()

void protocols::electron_density::DockPDBIntoDensityMover::setPassThrough ( bool  passthrough)
inline

References passthrough_.

◆ setPointRadius()

void protocols::electron_density::DockPDBIntoDensityMover::setPointRadius ( core::Real  point_radius)
inline

References point_radius_.

◆ setPointSearchResultsFname()

void protocols::electron_density::DockPDBIntoDensityMover::setPointSearchResultsFname ( std::string const &  point_search_results_fname)
inline

◆ setPointsToSearchFname()

void protocols::electron_density::DockPDBIntoDensityMover::setPointsToSearchFname ( std::string const &  pts_fname)
inline

◆ setPointsToSearchPDBFname()

void protocols::electron_density::DockPDBIntoDensityMover::setPointsToSearchPDBFname ( std::string const &  pts_fname)
inline

◆ setRefineEnd()

void protocols::electron_density::DockPDBIntoDensityMover::setRefineEnd ( core::Size  refine_end)
inline

References refine_end_.

◆ setRefineStart()

void protocols::electron_density::DockPDBIntoDensityMover::setRefineStart ( core::Size  refine_start)
inline

References refine_start_.

◆ setRotateMiddleCA()

void protocols::electron_density::DockPDBIntoDensityMover::setRotateMiddleCA ( bool  rot_middle_ca)
inline

References rot_middle_ca_.

◆ setRotateOnSeqCenter()

void protocols::electron_density::DockPDBIntoDensityMover::setRotateOnSeqCenter ( bool  val)
inline

◆ setRotateSeqCenter()

void protocols::electron_density::DockPDBIntoDensityMover::setRotateSeqCenter ( bool  rot_seq_center)
inline

References rot_seq_center_.

◆ setScoreNatives()

void protocols::electron_density::DockPDBIntoDensityMover::setScoreNatives ( bool  score_natives)
inline

References score_natives_.

◆ setSearchEnd()

void protocols::electron_density::DockPDBIntoDensityMover::setSearchEnd ( core::Size  point_search_end)
inline

References point_search_end_.

◆ setSearchStart()

void protocols::electron_density::DockPDBIntoDensityMover::setSearchStart ( core::Size  point_search_start)
inline

References point_search_start_.

◆ setStartModel()

void protocols::electron_density::DockPDBIntoDensityMover::setStartModel ( std::string const &  startmodel)
inline

References start_model_.

◆ setSymminfo()

void protocols::electron_density::DockPDBIntoDensityMover::setSymminfo ( DensitySymmInfo const &  symminfo)
inline

References symminfo_.

◆ setTag()

void protocols::electron_density::DockPDBIntoDensityMover::setTag ( std::string  tag)
inline

References tag_.

◆ setTopN()

void protocols::electron_density::DockPDBIntoDensityMover::setTopN ( core::Size const  topNtrans,
core::Size const  topNfilter,
core::Size const  topNfinal 
)
inline

References topNfilter_, topNfinal_, and topNtrans_.

Member Data Documentation

◆ all_native_com_

utility::vector1< numeric::xyzVector< core::Real > > protocols::electron_density::DockPDBIntoDensityMover::all_native_com_
private

◆ all_native_mca_

utility::vector1< numeric::xyzVector< core::Real > > protocols::electron_density::DockPDBIntoDensityMover::all_native_mca_
private

◆ all_native_seq_center_

utility::vector1< numeric::xyzVector< core::Real > > protocols::electron_density::DockPDBIntoDensityMover::all_native_seq_center_
private

Referenced by setMultiNative().

◆ all_natives_

utility::vector1< core::pose::PoseOP > protocols::electron_density::DockPDBIntoDensityMover::all_natives_
private

◆ B_

core::Size protocols::electron_density::DockPDBIntoDensityMover::B_
private

◆ cart_ref_

bool protocols::electron_density::DockPDBIntoDensityMover::cart_ref_
private

◆ centroid_silent_out_

bool protocols::electron_density::DockPDBIntoDensityMover::centroid_silent_out_
private

◆ cheat_native_com_

bool protocols::electron_density::DockPDBIntoDensityMover::cheat_native_com_
private

◆ cheat_native_mca_

bool protocols::electron_density::DockPDBIntoDensityMover::cheat_native_mca_
private

◆ cluster_oversample_

core::Size protocols::electron_density::DockPDBIntoDensityMover::cluster_oversample_
private

◆ cluster_radius_

core::Real protocols::electron_density::DockPDBIntoDensityMover::cluster_radius_
private

◆ combined_search_results_fname_

std::string protocols::electron_density::DockPDBIntoDensityMover::combined_search_results_fname_
private

◆ constrain_refinement_

core::Real protocols::electron_density::DockPDBIntoDensityMover::constrain_refinement_
private

◆ convolute_single_residue_

bool protocols::electron_density::DockPDBIntoDensityMover::convolute_single_residue_
private

◆ core_idx_

utility::vector1< core::Size > protocols::electron_density::DockPDBIntoDensityMover::core_idx_
private

◆ delR_

core::Real protocols::electron_density::DockPDBIntoDensityMover::delR_
private

◆ dens_wt_

core::Real protocols::electron_density::DockPDBIntoDensityMover::dens_wt_
private

◆ do_refine_

bool protocols::electron_density::DockPDBIntoDensityMover::do_refine_
private

◆ dump_inter_

bool protocols::electron_density::DockPDBIntoDensityMover::dump_inter_
private

◆ dump_inter_silent_

bool protocols::electron_density::DockPDBIntoDensityMover::dump_inter_silent_
private

◆ final_chain_

std::string protocols::electron_density::DockPDBIntoDensityMover::final_chain_
private

◆ fragDens_

core::Real protocols::electron_density::DockPDBIntoDensityMover::fragDens_
private

◆ gaussian_blur_

bool protocols::electron_density::DockPDBIntoDensityMover::gaussian_blur_
private

◆ gridStep_

core::Size protocols::electron_density::DockPDBIntoDensityMover::gridStep_
private

◆ laplacian_offset_

core::Real protocols::electron_density::DockPDBIntoDensityMover::laplacian_offset_
private

◆ max_rot_per_trans_

core::Size protocols::electron_density::DockPDBIntoDensityMover::max_rot_per_trans_
private

◆ min_backbone_

bool protocols::electron_density::DockPDBIntoDensityMover::min_backbone_
private

◆ ncyc_

core::Size protocols::electron_density::DockPDBIntoDensityMover::ncyc_
private

◆ nRsteps_

core::Size protocols::electron_density::DockPDBIntoDensityMover::nRsteps_
private

◆ overwrite_

bool protocols::electron_density::DockPDBIntoDensityMover::overwrite_
private

◆ passthrough_

bool protocols::electron_density::DockPDBIntoDensityMover::passthrough_
private

◆ point_radius_

core::Real protocols::electron_density::DockPDBIntoDensityMover::point_radius_
private

◆ point_search_end_

core::Size protocols::electron_density::DockPDBIntoDensityMover::point_search_end_
private

◆ point_search_results_fname_

std::string protocols::electron_density::DockPDBIntoDensityMover::point_search_results_fname_
private

◆ point_search_start_

core::Size protocols::electron_density::DockPDBIntoDensityMover::point_search_start_
private

◆ points_defined_

bool protocols::electron_density::DockPDBIntoDensityMover::points_defined_
private

◆ points_to_search_

utility::vector1< numeric::xyzVector<core::Real> > protocols::electron_density::DockPDBIntoDensityMover::points_to_search_
private

◆ points_to_search_fname_

std::string protocols::electron_density::DockPDBIntoDensityMover::points_to_search_fname_
private

◆ points_to_search_pdb_fname_

std::string protocols::electron_density::DockPDBIntoDensityMover::points_to_search_pdb_fname_
private

◆ refine_end_

core::Size protocols::electron_density::DockPDBIntoDensityMover::refine_end_
private

◆ refine_start_

core::Size protocols::electron_density::DockPDBIntoDensityMover::refine_start_
private

◆ rot_middle_ca_

bool protocols::electron_density::DockPDBIntoDensityMover::rot_middle_ca_
private

◆ rot_seq_center_

bool protocols::electron_density::DockPDBIntoDensityMover::rot_seq_center_
private

◆ score_natives_

bool protocols::electron_density::DockPDBIntoDensityMover::score_natives_
private

◆ silent_

std::string protocols::electron_density::DockPDBIntoDensityMover::silent_
private

◆ start_model_

std::string protocols::electron_density::DockPDBIntoDensityMover::start_model_
private

◆ symminfo_

DensitySymmInfo protocols::electron_density::DockPDBIntoDensityMover::symminfo_
private

◆ tag_

std::string protocols::electron_density::DockPDBIntoDensityMover::tag_
private

Referenced by setTag().

◆ topNfilter_

core::Size protocols::electron_density::DockPDBIntoDensityMover::topNfilter_
private

◆ topNfinal_

core::Size protocols::electron_density::DockPDBIntoDensityMover::topNfinal_
private

◆ topNtrans_

core::Size protocols::electron_density::DockPDBIntoDensityMover::topNtrans_
private

3 stages, each with different filter numbers: 1: select points 2: select best by spharm rotation 3: select best after refinement

Referenced by DockPDBIntoDensityMover(), get_points_to_search(), and setTopN().


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