|
OpenAtom
Version1.5a
|
== Index logic for lines of constant x,y in gspace. More...
#include <RunDescriptor.h>
Public Member Functions | |
| RunDescriptor (int px, int py, int pz, int pposition, int plength, int pinc, int pnz, int inchar) | |
| RunDescriptor (int px, int py, int pz, int pposition, int plength, int pinc, int pnz) | |
| RunDescriptor (int i) | |
| RunDescriptor (const RunDescriptor &r) | |
| void | operator= (const RunDescriptor &r) |
| void | pup (PUP::er &p) |
Public Attributes | |
| int | x |
| int | y |
| int | z |
| int | position |
| int | length |
| int | inc |
| int | nz |
| int | mychar |
== Index logic for lines of constant x,y in gspace.
Each line is broken up into two parts (0...-X) and (-X...-1)
Definition at line 22 of file RunDescriptor.h.