atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Send ring statistics data to C for OpenGL rendering. More...
Go to the source code of this file.
Functions/Subroutines | |
integer function | rings_to_ogl (step, idsearch, nri, rsaved, osaved) |
integer function | rings_to_ogl_bis (step, idsearch, nri, rsaved, osaved) |
integer function | rings_to_ogl_menu (idsearch, nri) |
integer function | rings_to_ogl_m (idsearch) |
Send ring statistics data to C for OpenGL rendering.
Definition in file rings_ogl.F90.
integer function rings_to_ogl | ( | integer, intent(in) | step, |
integer, intent(in) | idsearch, | ||
integer, dimension(taillr, ns), intent(in) | nri, | ||
integer, dimension(taillr,numa,taillr), intent(in) | rsaved, | ||
integer, dimension(taillr,numa,taillr), intent(in) | osaved ) |
Definition at line 21 of file rings_ogl.F90.
integer function rings_to_ogl_bis | ( | integer, intent(in) | step, |
integer, intent(in) | idsearch, | ||
integer, dimension(taillr), intent(in) | nri, | ||
integer, dimension(taillr,numa,taillr), intent(in) | rsaved, | ||
integer, dimension(taillr,numa,taillr), intent(in) | osaved ) |
Definition at line 97 of file rings_ogl.F90.
integer function rings_to_ogl_m | ( | integer, intent(in) | idsearch | ) |
Definition at line 226 of file rings_ogl.F90.
integer function rings_to_ogl_menu | ( | integer, intent(in) | idsearch, |
integer, dimension(taillr, ns), intent(in) | nri ) |
Definition at line 169 of file rings_ogl.F90.