Rosetta
Public Member Functions | Private Attributes | List of all members
core::chemical::sdf::MolFileIOBond Class Reference

#include <MolFileIOData.hh>

Inheritance diagram for core::chemical::sdf::MolFileIOBond:
Inheritance graph
[legend]

Public Member Functions

 MolFileIOBond ()
 
 ~MolFileIOBond () override
 
BondIndex index () const
 
core::Size atom1 () const
 
core::Size atom2 () const
 
core::Size sdf_type () const
 
void index (core::Size index)
 
void atom1 (core::Size atom1)
 
void atom2 (core::Size atom2)
 
void sdf_type (core::Size sdf_type)
 

Private Attributes

BondIndex index_
 
core::Size atom1_
 
core::Size atom2_
 
core::Size sdf_type_
 

Constructor & Destructor Documentation

◆ MolFileIOBond()

core::chemical::sdf::MolFileIOBond::MolFileIOBond ( )

◆ ~MolFileIOBond()

core::chemical::sdf::MolFileIOBond::~MolFileIOBond ( )
overridedefault

Member Function Documentation

◆ atom1() [1/2]

core::Size core::chemical::sdf::MolFileIOBond::atom1 ( ) const
inline

◆ atom1() [2/2]

void core::chemical::sdf::MolFileIOBond::atom1 ( core::Size  atom1)
inline

References atom1(), and atom1_.

Referenced by atom1().

◆ atom2() [1/2]

core::Size core::chemical::sdf::MolFileIOBond::atom2 ( ) const
inline

◆ atom2() [2/2]

void core::chemical::sdf::MolFileIOBond::atom2 ( core::Size  atom2)
inline

References atom2(), and atom2_.

Referenced by atom2().

◆ index() [1/2]

BondIndex core::chemical::sdf::MolFileIOBond::index ( ) const
inline

◆ index() [2/2]

void core::chemical::sdf::MolFileIOBond::index ( core::Size  index)
inline

References index(), and index_.

Referenced by index().

◆ sdf_type() [1/2]

core::Size core::chemical::sdf::MolFileIOBond::sdf_type ( ) const
inline

◆ sdf_type() [2/2]

void core::chemical::sdf::MolFileIOBond::sdf_type ( core::Size  sdf_type)
inline

References sdf_type(), and sdf_type_.

Referenced by sdf_type().

Member Data Documentation

◆ atom1_

core::Size core::chemical::sdf::MolFileIOBond::atom1_
private

Referenced by atom1().

◆ atom2_

core::Size core::chemical::sdf::MolFileIOBond::atom2_
private

Referenced by atom2().

◆ index_

BondIndex core::chemical::sdf::MolFileIOBond::index_
private

Referenced by index().

◆ sdf_type_

core::Size core::chemical::sdf::MolFileIOBond::sdf_type_
private

Referenced by sdf_type().


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