Molecular Vis
Improving perception of molecular visualization
|
Struct for molecule data. More...
#include <Molecule.h>
Public Attributes | |
std::vector< Atom > | atoms |
float | max_radius |
Bounding-Box | |
glm::vec3 | max_pos |
glm::vec3 | min_pos |
Struct for molecule data.
std::vector<Atom> Molecule::atoms |
Vector of all atoms of the molecule
glm::vec3 Molecule::max_pos |
Bounding box for the molecule. All atoms are between min_pos and max_pos
float Molecule::max_radius |
Maximum of van der Waals radii of the atoms of the molecule.
glm::vec3 Molecule::min_pos |
Bounding box for the molecule. All atoms are between min_pos and max_pos