ITM Grid Service Library: Fortran 90
 All Classes Files Functions Variables
itm_grid_2dpolygon Module Reference

Public Member Functions

subroutine get2dpolygonnodes (grid, object, nodes)
logical function pointinpolygon (nodes, x)
 Given the coordinates of n nodes defining the boundary of a polygon as argument nodes(n,2), checks whether the point given by argument x(2) is inside the polygon.

Detailed Description

Definition at line 1 of file itm_grid_2dpolygon.f90.

Member Function/Subroutine Documentation

subroutine itm_grid_2dpolygon::get2dpolygonnodes ( type(type_complexgrid), intent(in)  grid,
type(gridobject), intent(in)  object,
type(gridobject), dimension(:), intent(out), allocatable  nodes 
)

Definition at line 9 of file itm_grid_2dpolygon.f90.

logical function itm_grid_2dpolygon::pointinpolygon ( real(r8), dimension(:,:), intent(in)  nodes,
real(r8), dimension(:), intent(in)  x 
)

Given the coordinates of n nodes defining the boundary of a polygon as argument nodes(n,2), checks whether the point given by argument x(2) is inside the polygon.

Definition at line 74 of file itm_grid_2dpolygon.f90.


The documentation for this module was generated from the following file: