| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=real64), | public | :: | radius | ||||
| real(kind=real64), | public | :: | center(3) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Sphere_), | intent(inout) | :: | obj | |||
| integer(kind=int32), | intent(inout), | optional | :: | dim |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Sphere_), | intent(inout) | :: | obj | |||
| class(Point_), | intent(in) | :: | point |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Sphere_), | intent(inout) | :: | obj | |||
| real(kind=real64), | intent(in) | :: | radius |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Sphere_), | intent(in) | :: | obj | |||
| character(len=*), | intent(in), | optional | :: | Name |