Xmipp  v3.23.11-Nereus
Public Attributes | List of all members
pdbInfo Struct Reference

#include <pdb.h>

Public Attributes

std::vector< double > x
 
std::vector< double > y
 
std::vector< double > z
 
std::vector< double > b
 
std::vector< std::string > chain
 
std::vector< int > residue
 
std::vector< double > atomCovRad
 

Detailed Description

pdbdata is an struct that contains the coordiantes of the atom positions defined as x, y, z, the b factor, b, the residue of each atom, and the covalent radiues. These variables are defined as vectors

Definition at line 91 of file pdb.h.

Member Data Documentation

◆ atomCovRad

std::vector<double> pdbInfo::atomCovRad

Definition at line 99 of file pdb.h.

◆ b

std::vector<double> pdbInfo::b

Definition at line 96 of file pdb.h.

◆ chain

std::vector<std::string> pdbInfo::chain

Definition at line 97 of file pdb.h.

◆ residue

std::vector<int> pdbInfo::residue

Definition at line 98 of file pdb.h.

◆ x

std::vector<double> pdbInfo::x

Definition at line 93 of file pdb.h.

◆ y

std::vector<double> pdbInfo::y

Definition at line 94 of file pdb.h.

◆ z

std::vector<double> pdbInfo::z

Definition at line 95 of file pdb.h.


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