Rosetta Protocols  2015.09
Namespaces | Typedefs | Functions
StrandPairing.cc File Reference
#include <protocols/fldsgn/topology/StrandPairing.hh>
#include <protocols/fldsgn/topology/DimerPairing.hh>
#include <protocols/fldsgn/topology/SS_Info2.hh>
#include <utility/string_util.hh>
#include <utility/exit.hh>
#include <utility/assert.hh>
#include <iostream>
#include <sstream>
#include <boost/lexical_cast.hpp>
#include <basic/Tracer.hh>
#include <utility/vector1.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::fldsgn
 
 protocols::fldsgn::topology
 

Typedefs

typedef std::string String
 
typedef utility::vector1< SizeVecSize
 

Functions

static thread_local basic::Tracer TR ("protocols.topology.StrandPairing")
 
std::ostream & protocols::fldsgn::topology::operator<< (std::ostream &out, const StrandPairing &sp)
 return name More...
 
std::ostream & protocols::fldsgn::topology::operator<< (std::ostream &out, const StrandPairingSet &s)
 output detail of strand pairing set More...
 
bool protocols::fldsgn::topology::pointer_sorter (StrandPairingCOP const a, StrandPairingCOP const b)
 
bool protocols::fldsgn::topology::sort_by_length (protocols::fldsgn::topology::StrandPairingCOP const a, protocols::fldsgn::topology::StrandPairingCOP const b)
 

Detailed Description

Author
Nobuyasu Koga ( nobuy.nosp@m.asu@.nosp@m.u.was.nosp@m.hing.nosp@m.ton.e.nosp@m.du )

Typedef Documentation

Function Documentation

static thread_local basic::Tracer TR ( "protocols.topology.StrandPairing"  )
static