Template for a user-defined point zone.
|
| subroutine | point_zone_template_init (this, json, size) |
| |
| subroutine | point_zone_template_free (this) |
| |
| pure logical function | point_zone_template_criterion (this, x, y, z, j, k, l, e) |
| |
| subroutine, public | point_zone_template_register_types () |
| |
| subroutine | point_zone_template_allocate (obj) |
| |
◆ point_zone_template_allocate()
◆ point_zone_template_criterion()
| pure logical function point_zone_template::point_zone_template_criterion |
( |
class(point_zone_template_t), intent(in) |
this, |
|
|
real(kind=rp), intent(in) |
x, |
|
|
real(kind=rp), intent(in) |
y, |
|
|
real(kind=rp), intent(in) |
z, |
|
|
integer, intent(in) |
j, |
|
|
integer, intent(in) |
k, |
|
|
integer, intent(in) |
l, |
|
|
integer, intent(in) |
e |
|
) |
| |
|
private |
◆ point_zone_template_free()
◆ point_zone_template_init()
◆ point_zone_template_register_types()