#include <Pdb.h>
Public Member Functions | |
PdbAtomLocation (SimTK::Vec3 coords, char altLoc= ' ', SimTK::Real tFac=0.00, SimTK::Real occ=1.0) | |
std::ostream & | writePdb (std::ostream &os, const Transform &transform) const |
write columns 31 to 66 of a PDB ATOM/HETATM record at this location | |
const Vec3 & | getCoordinates () const |
char | getAlternateLocationIndicator () const |
SimTK::Real | getTemperatureFactor () const |
SimTK::Real | getOccupancy () const |
PdbAtomLocation | ( | SimTK::Vec3 | coords, | |
char | altLoc = ' ' , |
|||
SimTK::Real | tFac = 0.00 , |
|||
SimTK::Real | occ = 1.0 | |||
) | [inline, explicit] |
std::ostream& writePdb | ( | std::ostream & | os, | |
const Transform & | transform | |||
) | const |
write columns 31 to 66 of a PDB ATOM/HETATM record at this location
const Vec3& getCoordinates | ( | ) | const [inline] |
char getAlternateLocationIndicator | ( | ) | const [inline] |
SimTK::Real getTemperatureFactor | ( | ) | const [inline] |
SimTK::Real getOccupancy | ( | ) | const [inline] |