geometry is a base (common base ) class More...
Public Attributes | |
integer | type |
type of the contained geometry : box or sphere defined by enumeration | |
type(sphere), pointer | pshere |
pointer to a sphere geometry | |
type(box), pointer | pbox |
pointer to a box geometry | |
logical | escape |
properties of the geometry object If the solutes can escpape, if there is pbc, if there is a surface | |
logical | pbc |
logical | surface |
real(kind=4) | start_position |
starting and escaping position. redondant wit b and c surface | |
real(kind=4) | stop_position |
geometry is a base (common base ) class