Package biana :: Package BianaObjects :: Module PDB' :: Class PDBAtom
[hide private]
[frames] | no frames]

Class PDBAtom

source code


Instance Methods [hide private]
 
__init__(self, atom_num, atom_type, atom_name, x, y, z)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_coordinates(self) source code
 
get_distance(self, atom2) source code
 
get_name(self) source code
 
get_num(self) source code
 
get_type(self) source code
 
get_x(self) source code
 
get_y(self) source code
 
get_z(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, atom_num, atom_type, atom_name, x, y, z)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)