2024-10-19 16:05:49 +02:00
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<section xmlns= "http://docbook.org/ns/docbook" version= "5.0" xmlns:xlink= "http://www.w3.org/1999/xlink" xml:id= "_grid_8c" xml:lang= "en-US" >
<title > src/graphics/grid.c File Reference</title>
<indexterm > <primary > src/graphics/grid.c</primary> </indexterm>
<para >
2024-10-24 09:12:19 +02:00
<para > grid/empty space drawing functions </para>
2024-10-19 16:05:49 +02:00
</para>
2024-10-25 22:12:02 +02:00
<programlisting linenumbering= "unnumbered" > #include " ../../include/graphics.h" <?linebreak?> </programlisting> Include dependency graph for grid.c:<para >
<informalfigure >
<mediaobject >
<imageobject >
2024-10-27 04:18:58 +01:00
<imagedata width= "50%" align= "center" valign= "middle" scalefit= "0" fileref= "../../dc/d03/grid_8c__incl.svg" > </imagedata>
2024-10-25 22:12:02 +02:00
</imageobject>
</mediaobject>
</informalfigure>
</para>
<simplesect >
2024-10-19 16:05:49 +02:00
<title > Functions </title>
<itemizedlist >
2024-10-22 23:58:04 +02:00
<listitem > <para > int <link linkend= "_grid_8c_1a79778df22a59f6bdfb2ef1be40999988" > graphics_draw_space_ridges_vertex</link> (const int graphics_stack_id, long offset_vertex, long x, long y, long z)</para>
2024-10-19 16:05:49 +02:00
<para > phantom documentation used to test the functioning of doxygen </para>
</listitem>
2024-10-22 23:58:04 +02:00
<listitem > <para > <anchor xml:id= "_grid_8c_1ae06bc782cdd144a15166e1a3087ca07c" /> int <emphasis role= "strong" > graphics_draw_space_ridges_lines</emphasis> (const int graphics_stack_id)</para>
2024-10-19 16:05:49 +02:00
<para > phantom documentation used to test the functioning of doxygen </para>
</listitem>
2024-10-22 23:58:04 +02:00
<listitem > <para > long <link linkend= "_grid_8c_1aa0e0b868182a402d520d3443909bd40b" > graphics_draw_grids_on_space_faces_vertex</link> (const int graphics_stack_id, long x, long y, long z)</para>
2024-10-19 16:05:49 +02:00
2024-10-22 23:58:04 +02:00
<para > Writes grid lines on space faces. </para>
2024-10-19 16:05:49 +02:00
</listitem>
2024-10-22 23:58:04 +02:00
<listitem > <para > long <link linkend= "_grid_8c_1a4b522c9dc5b1ba15444956adb1c08cf5" > graphics_draw_grids_on_space_faces_lines</link> (const int graphics_stack_id, long offset_vertex, long x, long y, long z)</para>
2024-10-19 16:05:49 +02:00
</listitem>
</itemizedlist>
</simplesect>
<section >
<title > Detailed Description</title>
2024-10-24 09:12:19 +02:00
<para > grid/empty space drawing functions </para>
2024-10-19 16:05:49 +02:00
<para > This file is part of Gem-graph. </para>
</section>
<section >
<title > Function Documentation</title>
2024-10-22 23:58:04 +02:00
<anchor xml:id= "_grid_8c_1a4b522c9dc5b1ba15444956adb1c08cf5" /> <section >
2024-10-20 01:05:12 +02:00
<title > graphics_draw_grids_on_space_faces_lines()</title>
<indexterm > <primary > graphics_draw_grids_on_space_faces_lines</primary> <secondary > grid.c</secondary> </indexterm>
<indexterm > <primary > grid.c</primary> <secondary > graphics_draw_grids_on_space_faces_lines</secondary> </indexterm>
2024-10-22 23:58:04 +02:00
<para > <computeroutput > long graphics_draw_grids_on_space_faces_lines (const int graphics_stack_id, long offset_vertex, long x, long y, long z)</computeroutput> </para>
2024-10-20 01:05:12 +02:00
<para >
<formalpara >
<title >
Parameters</title>
<para >
<table frame= "all" >
<tgroup cols= "2" align= "left" colsep= "1" rowsep= "1" >
<colspec colwidth= "1*" />
<colspec colwidth= "4*" />
<tbody >
<row >
<entry > graphics_stack_id</entry> <entry >
<para > </para>
</entry>
</row>
<row >
<entry > offset_vertex</entry> <entry >
<para > </para>
</entry>
</row>
<row >
<entry > x</entry> <entry >
<para > </para>
</entry>
</row>
<row >
<entry > y</entry> <entry >
<para > </para>
</entry>
</row>
<row >
<entry > z</entry> <entry > </entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</formalpara>
<formalpara > <title > Returns</title>
<para > l </para>
</formalpara>
</para>
2024-10-27 04:18:58 +01:00
Here is the call graph for this function:<para >
<informalfigure >
<mediaobject >
<imageobject >
<imagedata width= "50%" align= "center" valign= "middle" scalefit= "0" fileref= "../../d2/d02/grid_8c_a4b522c9dc5b1ba15444956adb1c08cf5_cgraph.svg" > </imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
Here is the caller graph for this function:<para >
<informalfigure >
<mediaobject >
<imageobject >
<imagedata width= "50%" align= "center" valign= "middle" scalefit= "0" fileref= "../../d2/d02/grid_8c_a4b522c9dc5b1ba15444956adb1c08cf5_icgraph.svg" > </imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
2024-10-20 01:05:12 +02:00
</section>
2024-10-22 23:58:04 +02:00
<anchor xml:id= "_grid_8c_1aa0e0b868182a402d520d3443909bd40b" /> <section >
2024-10-19 16:05:49 +02:00
<title > graphics_draw_grids_on_space_faces_vertex()</title>
<indexterm > <primary > graphics_draw_grids_on_space_faces_vertex</primary> <secondary > grid.c</secondary> </indexterm>
<indexterm > <primary > grid.c</primary> <secondary > graphics_draw_grids_on_space_faces_vertex</secondary> </indexterm>
2024-10-22 23:58:04 +02:00
<para > <computeroutput > long graphics_draw_grids_on_space_faces_vertex (const int graphics_stack_id, long x, long y, long z)</computeroutput> </para> <para >
2024-10-19 16:05:49 +02:00
2024-10-22 23:58:04 +02:00
<para > Writes grid lines on space faces. </para>
2024-10-19 16:05:49 +02:00
</para>
2024-10-22 23:58:04 +02:00
<para >
<formalpara >
<title >
Parameters</title>
<para >
<table frame= "all" >
<tgroup cols= "2" align= "left" colsep= "1" rowsep= "1" >
<colspec colwidth= "1*" />
<colspec colwidth= "4*" />
<tbody >
<row >
<entry > graphics_stack_id</entry> <entry >
<para > </para>
</entry>
</row>
<row >
<entry > x</entry> <entry >
<para > </para>
</entry>
</row>
<row >
<entry > y</entry> <entry >
<para > </para>
</entry>
</row>
<row >
<entry > z</entry> <entry > </entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</formalpara>
<formalpara > <title > Returns</title>
2024-10-20 01:05:12 +02:00
2024-10-22 23:58:04 +02:00
<para > l </para>
</formalpara>
2024-10-20 01:05:12 +02:00
</para>
2024-10-27 04:18:58 +01:00
Here is the call graph for this function:<para >
<informalfigure >
<mediaobject >
<imageobject >
<imagedata width= "50%" align= "center" valign= "middle" scalefit= "0" fileref= "../../d2/d02/grid_8c_aa0e0b868182a402d520d3443909bd40b_cgraph.svg" > </imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
Here is the caller graph for this function:<para >
<informalfigure >
<mediaobject >
<imageobject >
<imagedata width= "50%" align= "center" valign= "middle" scalefit= "0" fileref= "../../d2/d02/grid_8c_aa0e0b868182a402d520d3443909bd40b_icgraph.svg" > </imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
2024-10-20 01:05:12 +02:00
</section>
2024-10-22 23:58:04 +02:00
<anchor xml:id= "_grid_8c_1a79778df22a59f6bdfb2ef1be40999988" /> <section >
2024-10-19 16:05:49 +02:00
<title > graphics_draw_space_ridges_vertex()</title>
<indexterm > <primary > graphics_draw_space_ridges_vertex</primary> <secondary > grid.c</secondary> </indexterm>
<indexterm > <primary > grid.c</primary> <secondary > graphics_draw_space_ridges_vertex</secondary> </indexterm>
2024-10-22 23:58:04 +02:00
<para > <computeroutput > int graphics_draw_space_ridges_vertex (const int graphics_stack_id, long offset_vertex, long x, long y, long z)</computeroutput> </para> <para >
2024-10-19 16:05:49 +02:00
<para > phantom documentation used to test the functioning of doxygen </para>
</para>
<para > Writes grid ridges to vertex and color buffers. </para>
2024-10-27 04:18:58 +01:00
Here is the call graph for this function:<para >
<informalfigure >
<mediaobject >
<imageobject >
<imagedata width= "50%" align= "center" valign= "middle" scalefit= "0" fileref= "../../d2/d02/grid_8c_a79778df22a59f6bdfb2ef1be40999988_cgraph.svg" > </imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
Here is the caller graph for this function:<para >
<informalfigure >
<mediaobject >
<imageobject >
<imagedata width= "50%" align= "center" valign= "middle" scalefit= "0" fileref= "../../d2/d02/grid_8c_a79778df22a59f6bdfb2ef1be40999988_icgraph.svg" > </imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
2024-10-19 16:05:49 +02:00
</section>
</section>
</section>