Rosetta
Public Member Functions | Private Attributes | List of all members
MakeSegmentFileMPI Class Reference
Inheritance diagram for MakeSegmentFileMPI:
Inheritance graph
[legend]

Public Member Functions

 MakeSegmentFileMPI ()
 
 MakeSegmentFileMPI (std::string &motifs_list, std::string &segment_file_path, utility::vector1< protocols::filters::FilterOP > filters, utility::vector1< core::simple_metrics::SimpleMetricOP > metrics, bool store_pdbs=false, bool use_pdbs_only=false, bool output_elements=false)
 
void apply (core::pose::Pose &pose) override
 
std::string get_name () const override
 
protocols::moves::MoverOP clone () const override
 
protocols::moves::MoverOP fresh_instance () const override
 

Private Attributes

bool use_pdbs_only_
 
bool store_pdbs_
 
std::string segment_file_path_
 
std::string motifs_list_
 
utility::vector1< protocols::filters::FilterOP > filters_
 
utility::vector1< core::simple_metrics::SimpleMetricOP > metrics_
 
bool output_elements_
 

Constructor & Destructor Documentation

◆ MakeSegmentFileMPI() [1/2]

MakeSegmentFileMPI::MakeSegmentFileMPI ( )

◆ MakeSegmentFileMPI() [2/2]

MakeSegmentFileMPI::MakeSegmentFileMPI ( std::string &  motifs_list,
std::string &  segment_file_path,
utility::vector1< protocols::filters::FilterOP >  filters,
utility::vector1< core::simple_metrics::SimpleMetricOP >  metrics,
bool  store_pdbs = false,
bool  use_pdbs_only = false,
bool  output_elements = false 
)

Member Function Documentation

◆ apply()

void MakeSegmentFileMPI::apply ( core::pose::Pose pose)
override

◆ clone()

protocols::moves::MoverOP MakeSegmentFileMPI::clone ( ) const
inlineoverride

◆ fresh_instance()

protocols::moves::MoverOP MakeSegmentFileMPI::fresh_instance ( ) const
inlineoverride

◆ get_name()

std::string MakeSegmentFileMPI::get_name ( ) const
inlineoverride

Member Data Documentation

◆ filters_

utility::vector1< protocols::filters::FilterOP > MakeSegmentFileMPI::filters_
private

Referenced by apply().

◆ metrics_

utility::vector1< core::simple_metrics::SimpleMetricOP > MakeSegmentFileMPI::metrics_
private

Referenced by apply().

◆ motifs_list_

std::string MakeSegmentFileMPI::motifs_list_
private

Referenced by apply().

◆ output_elements_

bool MakeSegmentFileMPI::output_elements_
private

Referenced by apply(), and MakeSegmentFileMPI().

◆ segment_file_path_

std::string MakeSegmentFileMPI::segment_file_path_
private

Referenced by apply().

◆ store_pdbs_

bool MakeSegmentFileMPI::store_pdbs_
private

Referenced by apply(), and MakeSegmentFileMPI().

◆ use_pdbs_only_

bool MakeSegmentFileMPI::use_pdbs_only_
private

Referenced by apply(), and MakeSegmentFileMPI().


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