|
| static basic::Tracer | TR ("core.conformation.SymmetryInfo") |
| |
| id::TorsionType | core::conformation::symmetry::guess_torsion_type_of_dof_id (id::DOF_ID const &id, Conformation const &conf) |
| |
| template<class T > |
| void | core::conformation::symmetry::comma_strings_to_vector_map (std::istream &is, Size const nbase, std::map< Size, utility::vector1< T > > &clones, std::string tag="") |
| |
| template<class T > |
| void | core::conformation::symmetry::comma_strings_to_map (std::istream &is, Size const nbase, std::map< Size, T > &clones, std::string tag="") |
| |
| void | core::conformation::symmetry::comma_strings_to_map (std::istream &is, Size const nbase, std::map< Size, SymDof > &clones, std::string tag="") |
| |
| void | core::conformation::symmetry::comma_strings_to_vector (std::istream &is, Size const nbase, utility::vector1< Size > &clones, std::string tag="") |
| |
| template<class CloneType > |
| void | core::conformation::symmetry::vector_map_to_comma_strings (std::ostream &out, std::map< Size, utility::vector1< CloneType > > clones, std::string tag="") |
| |
| template<class CloneType > |
| void | core::conformation::symmetry::map_to_comma_strings (std::ostream &out, std::map< Size, CloneType > clones, std::string tag="") |
| |
| void | core::conformation::symmetry::map_to_comma_strings (std::ostream &out, std::map< Size, SymDof > clones, std::string tag="") |
| |
| void | core::conformation::symmetry::vector_to_comma_strings (std::ostream &out, utility::vector1< Size > clones, std::string tag="") |
| |
| std::istream & | core::conformation::symmetry::operator>> (std::istream &s, SymmetryInfo &symminfo) |
| |
| std::ostream & | core::conformation::symmetry::operator<< (std::ostream &s, const SymmetryInfo &symminfo) |
| |
- Author
- Ingemar Andre, Phil Bradley
Definition in file SymmetryInfo.cc.