Rosetta  2015.31
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
core::chemical::SetPolymerConnectAtom Class Reference

set an atom as polymer connection More...

#include <PatchOperation.hh>

Inheritance diagram for core::chemical::SetPolymerConnectAtom:
Inheritance graph
[legend]

Public Member Functions

 SetPolymerConnectAtom (std::string const &atom_name_in, std::string const &upper_lower_in)
 constructor the type of connection is "LOWER" or "UPPER" More...
 
bool apply (ResidueType &rsd) const
 set an atom in ResidueType rsd as a polymer connection atom More...
 
- Public Member Functions inherited from core::chemical::PatchOperation
virtual ~PatchOperation ()
 Automatically generated virtual destructor for class deriving directly from ReferenceCount. More...
 
virtual bool applies_to_placeholder () const
 Special – does this apply to 'minimal', placeholder types? Generally true, unless updating aa or name3. More...
 

Private Attributes

std::string atom_name_
 
int upper_lower_
 

Detailed Description

set an atom as polymer connection

Constructor & Destructor Documentation

core::chemical::SetPolymerConnectAtom::SetPolymerConnectAtom ( std::string const &  atom_name_in,
std::string const &  upper_lower_in 
)

constructor the type of connection is "LOWER" or "UPPER"

References upper_lower_.

Member Function Documentation

bool core::chemical::SetPolymerConnectAtom::apply ( ResidueType rsd) const
virtual

Member Data Documentation

std::string core::chemical::SetPolymerConnectAtom::atom_name_
private

Referenced by apply().

int core::chemical::SetPolymerConnectAtom::upper_lower_
private

Referenced by apply(), and SetPolymerConnectAtom().


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