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