File: positioned-atom-spec.hh

package info (click to toggle)
coot 1.1.18%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220,004 kB
  • sloc: cpp: 495,934; python: 35,043; ansic: 26,143; lisp: 22,768; sh: 13,186; makefile: 2,746; awk: 441; xml: 245; csh: 14
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#include "geometry/residue-and-atom-specs.hh"
#include "coords/Cartesian.hh"

class positioned_atom_spec_t {
    public:
    coot::atom_spec_t atom_spec;
    coot::Cartesian pos1;
    coot::Cartesian pos2;
};