Rosetta
Public Member Functions | Public Attributes | Friends | List of all members
protocols::denovo_design::components::BondInfo Class Reference

#include <StructureData.hh>

Inheritance diagram for protocols::denovo_design::components::BondInfo:
Inheritance graph
[legend]

Public Member Functions

 BondInfo ()
 
 BondInfo (std::string const &s1, std::string const &s2, core::Size const r1, core::Size const r2, std::string const &a1, std::string const &a2)
 
bool operator== (BondInfo const &other) const
 

Public Attributes

std::string seg1
 
std::string seg2
 
core::Size res1
 
core::Size res2
 
std::string atom1
 
std::string atom2
 

Friends

std::ostream & operator<< (std::ostream &os, BondInfo const &b)
 

Constructor & Destructor Documentation

◆ BondInfo() [1/2]

protocols::denovo_design::components::BondInfo::BondInfo ( )
inline

◆ BondInfo() [2/2]

protocols::denovo_design::components::BondInfo::BondInfo ( std::string const &  s1,
std::string const &  s2,
core::Size const  r1,
core::Size const  r2,
std::string const &  a1,
std::string const &  a2 
)
inline

Member Function Documentation

◆ operator==()

bool protocols::denovo_design::components::BondInfo::operator== ( BondInfo const &  other) const
inline

References atom1, atom2, res1, res2, seg1, and seg2.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
BondInfo const &  b 
)
friend

Member Data Documentation

◆ atom1

std::string protocols::denovo_design::components::BondInfo::atom1

Referenced by operator==().

◆ atom2

std::string protocols::denovo_design::components::BondInfo::atom2

Referenced by operator==().

◆ res1

core::Size protocols::denovo_design::components::BondInfo::res1

Referenced by operator==().

◆ res2

core::Size protocols::denovo_design::components::BondInfo::res2

Referenced by operator==().

◆ seg1

std::string protocols::denovo_design::components::BondInfo::seg1

Referenced by operator==().

◆ seg2

std::string protocols::denovo_design::components::BondInfo::seg2

Referenced by operator==().


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