|
Rosetta 3.5
|
Classes | |
| class | ProteinSilentStruct_SinglePrecCreator |
| creator for the ProteinSilentStruct_SinglePrec class More... | |
| class | ProteinSilentStructCreator |
| creator for the ProteinSilentStruct class More... | |
| class | RNA_SilentStructCreator |
| creator for the RNA_SilentStruct class More... | |
| class | BinaryProteinSilentStructCreator |
| creator for the BinaryProteinSilentStruct class More... | |
| class | ScoreFileSilentStructCreator |
| creator for the ScoreFileSilentStruct class More... | |
| class | BinaryRNASilentStructCreator |
| creator for the BinaryRNASilentStruct class More... | |
| class | BinaryProteinSilentStruct |
| why this inheritance pathway? this makes no sense! More... | |
| class | BinaryRNASilentStruct |
| class | EnergyNames |
| class | ProteinSilentStruct_Template |
| class | RNA_SilentStruct |
| class | ScoreFileSilentStruct |
| class | SharedSilentData |
| class | SimpleSequenceData |
| class | SilentEnergy |
| Helper class for silent-file classes to keep track of energy information. More... | |
| class | SilentFileData |
| Abstract base class for classes that read and write different types of silent-files. Silent-files can contain SilentStruct objects which are expected, to be uniquely identified by some sort of string-based tag inside the file. More... | |
| class | SilentFileLoader |
| class | SilentFileLoaderCreator |
| creator for the SilentFileLoader class More... | |
| class | SilentFileOptions |
| class | SilentFileOptionsCreator |
| creator for the SilentFileOptions class More... | |
| class | SilentStruct |
| class | SilentStructCreator |
| Abstract base class for a Mover factory; the Creator class is responsible for creating a particular mover class. More... | |
| class | SilentStructFactory |
| class | SilentStructRegistrator |
| This templated class will register an instance of an SilentStructCreator (class T) with the SilentStructFactory. It will ensure that no SilentStructCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place. More... | |
Enumerations | |
| enum | SharedSilentDataType { energynames = 1, simplesequencedata } |
Functions | |
| static basic::Tracer | tr ("core.io.silent") |
| static basic::Tracer | pss_tr ("core.io.silent") |
| static basic::Tracer | tr ("core.io.silent") |
| static basic::Tracer | tr ("core.io.silent.ScoreFileSilentStruct") |
| static basic::Tracer | tr ("core.io.silent") |
| static numeric::random::RandomGenerator | RG (21458) |
| static basic::Tracer | tr ("core.io.silent") |
| bool | SilentEnergy_sort_by_name (const SilentEnergy &score_energy1, const SilentEnergy &score_energy2) |
| static basic::Tracer | tr ("core.io.silent") |
| static basic::Tracer | tr ("core.io.silent") |
| void | gzip (void) |
| gzip all of the files in -out::file::silent(). More... | |
| typedef utility::pointer::owning_ptr< BinaryProteinSilentStruct > core::io::silent::BinaryProteinSilentStructOP |
Definition at line 56 of file silent.fwd.hh.
Definition at line 29 of file EnergyNames.fwd.hh.
Definition at line 44 of file silent.fwd.hh.
Definition at line 42 of file silent.fwd.hh.
Definition at line 55 of file silent.fwd.hh.
Definition at line 57 of file silent.fwd.hh.
Definition at line 25 of file SequenceFactory.fwd.hh.
Definition at line 46 of file silent.fwd.hh.
Definition at line 25 of file SilentFileData.fwd.hh.
| typedef utility::pointer::owning_ptr< SilentFileLoader const > core::io::silent::SilentFileLoaderCOP |
Definition at line 26 of file SilentFileLoader.fwd.hh.
Definition at line 24 of file SilentFileLoader.fwd.hh.
| typedef utility::pointer::owning_ptr< SilentFileOptions const > core::io::silent::SilentFileOptionsCOP |
Definition at line 26 of file SilentFileOptions.fwd.hh.
Definition at line 24 of file SilentFileOptions.fwd.hh.
| typedef utility::pointer::owning_ptr< SilentStruct const > core::io::silent::SilentStructCOP |
Definition at line 54 of file silent.fwd.hh.
| typedef utility::pointer::owning_ptr< SilentStructCreator const > core::io::silent::SilentStructCreatorCOP |
Definition at line 29 of file SilentStructCreator.fwd.hh.
Definition at line 26 of file SilentStructCreator.fwd.hh.
Definition at line 25 of file SilentStructFactory.fwd.hh.
Definition at line 53 of file silent.fwd.hh.
Definition at line 61 of file silent.fwd.hh.
Definition at line 51 of file silent.fwd.hh.
| typedef std::map< std::string, SilentStructOP > core::io::silent::Structure_Map |
Definition at line 60 of file silent.fwd.hh.
| Enumerator | |
|---|---|
| energynames | |
| simplesequencedata | |
Definition at line 31 of file SharedSilentData.hh.
| void core::io::silent::gzip | ( | ) |
gzip all of the files in -out::file::silent().
Definition at line 40 of file util.cc.
References core::sequence::end, and tr().
Referenced by protocols::canonical_sampling::CanonicalSamplingMover::apply(), protocols::jd2::BOINCJobDistributor::go(), and protocols::jobdist::PlainSilentFileJobDistributor::shutdown().
|
static |
Referenced by core::io::silent::ProteinSilentStruct_Template< T >::add_chain_ending(), core::io::silent::ProteinSilentStruct_Template< T >::chain_endings(), core::io::silent::ProteinSilentStruct_Template< T >::chi(), core::io::silent::ProteinSilentStruct_Template< T >::fill_pose(), core::io::silent::ProteinSilentStruct_Template< T >::fill_struct(), and core::io::silent::ProteinSilentStruct_Template< T >::init_from_lines().
|
static |
Referenced by core::io::silent::SilentFileData::_read_file().
| bool core::io::silent::SilentEnergy_sort_by_name | ( | const SilentEnergy & | score_energy1, |
| const SilentEnergy & | score_energy2 | ||
| ) |
Definition at line 282 of file SilentStruct.cc.
References core::io::silent::SilentEnergy::name().
Referenced by core::io::silent::SilentStruct::sort_silent_scores().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by core::io::silent::SilentFileData::_read_file(), core::io::silent::BinaryProteinSilentStruct::add_chain_ending(), core::io::silent::SilentStruct::add_parent_remark(), core::io::silent::SilentFileData::add_structure(), core::io::silent::SilentFileData::add_structure_replace_tag_if_necessary(), core::io::silent::BinaryProteinSilentStruct::chain_endings(), core::io::silent::SilentStruct::comment_from_line(), core::io::silent::SilentStruct::detect_fullatom(), core::io::silent::SilentStruct::energies_from_pose(), core::io::silent::SilentStruct::energies_into_pose(), core::io::silent::SilentStruct::fill_pose(), core::io::silent::BinaryProteinSilentStruct::fill_pose(), core::io::silent::BinaryRNASilentStruct::fill_pose(), core::io::silent::RNA_SilentStruct::fill_pose(), core::io::silent::BinaryRNASilentStruct::fill_struct(), core::io::silent::BinaryProteinSilentStruct::fill_struct(), core::io::silent::SilentStruct::finish_pose(), core::io::silent::ScoreFileSilentStruct::get_CA_xyz(), core::io::silent::ScoreFileSilentStruct::get_debug_rmsd(), core::io::silent::SilentStructFactory::get_silent_struct(), core::io::silent::SilentStructFactory::get_silent_struct_out(), gzip(), core::io::silent::BinaryRNASilentStruct::init_from_lines(), core::io::silent::BinaryProteinSilentStruct::init_from_lines(), core::io::silent::RNA_SilentStruct::init_from_lines(), core::io::silent::SilentFileData::matched_tags(), core::io::silent::SilentStruct::parse_energies(), core::io::silent::RNA_SilentStruct::print_conformation(), core::io::silent::SilentStruct::read_score_headers(), core::io::silent::SilentStruct::read_sequence(), core::io::silent::SilentFileData::read_silent_struct_type_from_remark(), core::io::silent::SilentFileData::read_stream(), core::io::silent::SilentFileData::reverse_score_filter(), and core::io::silent::SilentFileData::score_filter().
|
static |
1.8.4