Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
core::pose::PDBPoseMap::ResidueKey Struct Reference

sortable residue key internal to PDBPoseMap More...

Collaboration diagram for core::pose::PDBPoseMap::ResidueKey:
Collaboration graph
[legend]

Public Member Functions

 ResidueKey ()
 default constructor More...
 
 ResidueKey (char const c, int const r, char const i)
 value constructor More...
 
bool operator< (ResidueKey const &rval) const
 comparator, lexicographic ordering More...
 

Public Attributes

char chainID
 chain id More...
 
int resSeq
 residue sequence number More...
 
char iCode
 insertion code More...
 

Detailed Description

sortable residue key internal to PDBPoseMap

Definition at line 66 of file PDBPoseMap.hh.

Constructor & Destructor Documentation

core::pose::PDBPoseMap::ResidueKey::ResidueKey ( )
inline

default constructor

Definition at line 68 of file PDBPoseMap.hh.

core::pose::PDBPoseMap::ResidueKey::ResidueKey ( char const  c,
int const  r,
char const  i 
)
inline

value constructor

Definition at line 75 of file PDBPoseMap.hh.

Member Function Documentation

bool core::pose::PDBPoseMap::ResidueKey::operator< ( ResidueKey const &  rval) const
inline

comparator, lexicographic ordering

Definition at line 83 of file PDBPoseMap.hh.

References chainID, iCode, and resSeq.

Member Data Documentation

char core::pose::PDBPoseMap::ResidueKey::chainID

chain id

Definition at line 94 of file PDBPoseMap.hh.

Referenced by operator<().

char core::pose::PDBPoseMap::ResidueKey::iCode

insertion code

Definition at line 98 of file PDBPoseMap.hh.

Referenced by operator<().

int core::pose::PDBPoseMap::ResidueKey::resSeq

residue sequence number

Definition at line 96 of file PDBPoseMap.hh.

Referenced by operator<().


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