![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
A class representing a molecular atom. More...
#include <Molecular_atom.h>
Public Member Functions | |
| const bool & | is_hetatm () const |
| Get the value of is_hetatm *. | |
| bool & | is_hetatm () |
| Set the value of is_hetatm *. | |
| const int & | atom_serial_number () const |
| Get the value of atom_serial_number *. | |
| int & | atom_serial_number () |
| Set the value of atom_serial_number *. | |
| const std::string & | atom_name () const |
| Get the value of atom_name *. | |
| std::string & | atom_name () |
| Set the value of atom_name *. | |
| const char & | alternate_location () const |
| Get the value of alternate_location *. | |
| char & | alternate_location () |
| Set the value of alternate_location *. | |
| const double & | occupancy () const |
| Get the value of occupancy *. | |
| double & | occupancy () |
| Set the value of occupancy *. | |
| const double & | temperature_factor () const |
| Get the value of temperature_factor *. | |
| double & | temperature_factor () |
| Set the value of temperature_factor *. | |
| const std::string & | element () const |
| Get the value of element *. | |
| std::string & | element () |
| Set the value of element *. | |
| const int & | charge () const |
| Get the value of charge *. | |
| int & | charge () |
| Set the value of charge *. | |
A class representing a molecular atom.
| System | The class representing a molecular system, providing the type definitions for its various components |
| Point | A point type with coordinates and const access methods x(), y(), and z() |
Set the value of alternate_location *.
*
| value | The new value of alternate_location |
Get the value of alternate_location *.
Set the value of atom_name *.
*
| value | The new value of atom_name |
Get the value of atom_name *.
Set the value of atom_serial_number *.
*
| value | The new value of atom_serial_number |
Get the value of atom_serial_number *.
Set the value of charge *.
*
| value | The new value of charge |
Get the value of charge *.
Set the value of element *.
*
| value | The new value of element |
Get the value of element *.
Set the value of is_hetatm *.
*
| value | The new value of is_hetatm |
Get the value of is_hetatm *.
Set the value of occupancy *.
*
| value | The new value of occupancy |
Get the value of occupancy *.
Set the value of temperature_factor *.
*
| value | The new value of temperature_factor |