Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
cif::pdb::PDBFileParser::PDBChain::AtomRes Struct Reference

Public Member Functions

bool operator== (const AtomRes &rhs) const
 
bool operator!= (const AtomRes &rhs) const
 

Public Attributes

std::string mMonID
 
int mSeqNum
 
char mIcode
 

Detailed Description

Definition at line 690 of file pdb2cif.cpp.

Member Function Documentation

◆ operator!=()

bool cif::pdb::PDBFileParser::PDBChain::AtomRes::operator!= ( const AtomRes rhs) const
inline

Definition at line 697 of file pdb2cif.cpp.

◆ operator==()

bool cif::pdb::PDBFileParser::PDBChain::AtomRes::operator== ( const AtomRes rhs) const
inline

Definition at line 696 of file pdb2cif.cpp.

696 { return mSeqNum == rhs.mSeqNum and mIcode == rhs.mIcode; }

Member Data Documentation

◆ mIcode

char cif::pdb::PDBFileParser::PDBChain::AtomRes::mIcode

Definition at line 694 of file pdb2cif.cpp.

◆ mMonID

std::string cif::pdb::PDBFileParser::PDBChain::AtomRes::mMonID

Definition at line 692 of file pdb2cif.cpp.

◆ mSeqNum

int cif::pdb::PDBFileParser::PDBChain::AtomRes::mSeqNum

Definition at line 693 of file pdb2cif.cpp.


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