Rosetta
Namespaces | Functions
SymmetryInfo.cc File Reference
#include <core/conformation/symmetry/SymmetryInfo.hh>
#include <core/conformation/Conformation.hh>
#include <core/conformation/symmetry/SymmetricConformation.hh>
#include <core/conformation/symmetry/SymmData.hh>
#include <core/conformation/symmetry/SymDof.hh>
#include <core/conformation/symmetry/util.hh>
#include <core/id/types.hh>
#include <core/id/DOF_ID.hh>
#include <core/id/TorsionID.hh>
#include <core/id/AtomID.hh>
#include <numeric/HomogeneousTransform.hh>
#include <utility/exit.hh>
#include <utility/vector1.functions.hh>
#include <utility/file/file_sys_util.hh>
#include <utility/io/izstream.hh>
#include <utility/io/ozstream.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/symmetry.OptionKeys.gen.hh>
#include <iostream>
#include <basic/Tracer.hh>
#include <utility/vector1.hh>
#include <core/kinematics/FoldTree.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::conformation
 
 core::conformation::symmetry
 

Functions

static basic::Tracer TR ("core.conformation.SymmetryInfo")
 
template<class S , class T >
void core::conformation::symmetry::comma_strings_to_vector_map (std::istream &is, Size const nbase, std::map< S, utility::vector1< T > > &clones, std::string const &tag="")
 
template<class S , class T , class U >
void core::conformation::symmetry::comma_strings_to_pair_map (std::istream &is, Size const nbase, std::map< S, std::pair< T, U > > &clones, std::string const &tag="")
 
template<class S , class T >
void core::conformation::symmetry::comma_strings_to_map (std::istream &is, Size const nbase, std::map< S, T > &clones, std::string const &tag="")
 
template<class S >
void core::conformation::symmetry::comma_strings_to_vector (std::istream &is, Size const nbase, utility::vector1< S > &clones, std::string const &tag="")
 
void core::conformation::symmetry::comma_strings_to_map (std::istream &is, Size const nbase, std::map< Size, SymDof > &clones, std::string const &tag="")
 
template<class S , class T >
void core::conformation::symmetry::vector_map_to_comma_strings (std::ostream &out, std::map< S, utility::vector1< T > > clones, std::string const &tag="")
 
template<class S , class T >
void core::conformation::symmetry::map_to_comma_strings (std::ostream &out, std::map< S, T > clones, std::string const &tag="")
 
template<class S , class T , class U >
void core::conformation::symmetry::pair_map_to_comma_strings (std::ostream &out, std::map< S, std::pair< T, U > > clones, std::string const &tag="")
 
template<class S >
void core::conformation::symmetry::vector_to_comma_strings (std::ostream &out, utility::vector1< S > clones, std::string const &tag="")
 
id::TorsionType core::conformation::symmetry::guess_torsion_type_of_dof_id (id::DOF_ID const &id, Conformation const &conf)
 
std::istream & core::conformation::symmetry::operator>> (std::istream &s, SymmetryInfo &symminfo)
 
std::ostream & core::conformation::symmetry::operator<< (std::ostream &s, const SymmetryInfo &symminfo)
 

Detailed Description

Author
Ingemar Andre, Phil Bradley

Function Documentation

◆ TR()

static basic::Tracer TR ( "core.conformation.SymmetryInfo"  )
static