Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
imoab::iMOAB_GetVisibleVerticesCoordinates Interface Reference

Public Member Functions

integer(c_int) function imoab_getvisibleverticescoordinates (pid, coords_length, coordinates)
 

Detailed Description

Definition at line 138 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getvisibleverticescoordinates()

integer(c_int) function imoab::iMOAB_GetVisibleVerticesCoordinates::imoab_getvisibleverticescoordinates ( integer(c_int), intent(in)  pid,
integer(c_int), intent(in)  coords_length,
real(c_double), dimension(*), intent(out)  coordinates 
)

Definition at line 138 of file iMOABF.F90.

140  use, intrinsic :: iso_c_binding, only: c_int, c_double
141  integer(c_int), intent(in) :: pid
142  integer(c_int), intent(in) :: coords_length
143  real(c_double), intent(out) :: coordinates(*)

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