| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Component_Coordinates_Reader), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Component_Coordinates_Reader), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | coordinates_unit | |||
| integer, | intent(in) | :: | num_particles |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Num_Particles), | public, | pointer | :: | num_particles | => | null() | |
| class(Abstract_Component_Coordinates), | private, | pointer | :: | positions | => | null() | |
| class(Abstract_Component_Coordinates), | private, | pointer | :: | orientations | => | null() |
| procedure, public :: construct => Coordinates_construct | |
| procedure, public :: destroy => Coordinates_destroy | |
| procedure, public :: read => Coordinates_read |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Num_Particles), | public, | pointer | :: | num_particles | => | null() | |
| class(Abstract_Component_Coordinates), | private, | pointer | :: | positions | => | null() |
| procedure, public :: construct => Positions_construct | |
| procedure, public :: destroy => Positions_destroy | |
| procedure, public :: read => Positions_read |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Num_Particles), | public, | pointer | :: | num_particles | => | null() | |
| class(Abstract_Component_Coordinates), | private, | pointer | :: | orientations | => | null() |
| procedure, public :: construct => Orientations_construct | |
| procedure, public :: destroy => Orientations_destroy | |
| procedure, public :: read => Orientations_read |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Component_Coordinates_Reader), | public, | allocatable | :: | reader |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Component_Coordinates_Reader), | intent(out) | :: | this | |||
| class(Abstract_Num_Particles), | intent(in), | target | :: | num_particles | ||
| class(Abstract_Component_Coordinates), | intent(in), | target | :: | positions | ||
| class(Abstract_Component_Coordinates), | intent(in), | target | :: | orientations |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Component_Coordinates_Reader), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Component_Coordinates_Reader), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | coordinates_unit | |||
| integer, | intent(in) | :: | num_particles |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Component_Positions_Reader), | intent(out) | :: | this | |||
| class(Abstract_Num_Particles), | intent(in), | target | :: | num_particles | ||
| class(Abstract_Component_Coordinates), | intent(in), | target | :: | positions |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Component_Positions_Reader), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Component_Positions_Reader), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | coordinates_unit | |||
| integer, | intent(in) | :: | num_particles |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Component_Orientations_Reader), | intent(out) | :: | this | |||
| class(Abstract_Num_Particles), | intent(in), | target | :: | num_particles | ||
| class(Abstract_Component_Coordinates), | intent(in), | target | :: | orientations |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Component_Orientations_Reader), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Concrete_Component_Orientations_Reader), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | coordinates_unit | |||
| integer, | intent(in) | :: | num_particles |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Component_Coordinates_Reader), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Component_Coordinates_Reader), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | coordinates_unit | |||
| integer, | intent(in) | :: | num_particles |