Ver código fonte

nvizlib doxygen page updated (list of functions)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32070 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 anos atrás
pai
commit
8fc550718b
1 arquivos alterados com 92 adições e 0 exclusões
  1. 92 0
      lib/nviz/nvizlib.dox

+ 92 - 0
lib/nviz/nvizlib.dox

@@ -1,8 +1,100 @@
 /*! \page nvizlib GRASS Nviz Library
 /*! \page nvizlib GRASS Nviz Library
 
 
+by GRASS Development Team
+
+http://www.grass.osgeo.org
+
 \section nvizintro Introduction to Nviz Library
 \section nvizintro Introduction to Nviz Library
 
 
 This library is build on \ref ogsflib and serves as the interface for
 This library is build on \ref ogsflib and serves as the interface for
 wxGUI Nviz extension and CLI-based Nviz module.
 wxGUI Nviz extension and CLI-based Nviz module.
 
 
+\section Functions
+
+\subsection nvizInit Initialization
+
+ - Nviz_color_from_str()
+
+ - Nviz_init_data()
+
+ - Nviz_set_bgcolor()
+
+\subsection NvizViewport Viewport settings
+
+ - Nviz_change_exag()
+
+ - Nviz_get_exag()
+
+ - Nviz_get_exag_height()
+
+ - Nviz_init_view()
+
+ - Nviz_resize_window()
+
+ - Nviz_set_focus_map()
+
+ - Nviz_set_focus_state()
+
+ - Nviz_set_viewpoint_position()
+
+ - Nviz_set_viewpoint_height()
+
+ - Nviz_set_viewpoint_persp()
+
+ - Nviz_update_ranges()
+
+\subsection nvizDraw Draw map objects
+
+ - Nviz_draw_all()
+
+ - Nviz_draw_all_surf()
+
+ - Nviz_draw_all_vect()
+
+ - Nviz_draw_quick()
+
+\subsection nvizMapObj Map objects manipulation
+
+ - Nviz_new_map_obj()
+
+ - Nviz_set_attr()
+
+ - Nviz_set_attr_default()
+
+ - Nviz_unset_attr()
+
+\subsection nvizLights Lights settings
+
+ - Nviz_set_light_ambient()
+
+ - Nviz_set_light_bright()
+
+ - Nviz_set_light_color()
+
+ - Nviz_set_light_position()
+
+ - Nviz_init_light()
+
+ - Nviz_new_light()
+
+\subsection nvizCplanes Clip planes manipulation
+
+ - Nviz_draw_cplane()
+
+ - Nviz_new_cplane()
+
+ - Nviz_off_cplane()
+
+\subsection nvizRender Off-screen rendering
+
+ - Nviz_create_render_window()
+
+ - Nviz_destroy_render_window()
+
+ - Nviz_init_render_window()
+
+ - Nviz_make_current_render_window()
+
+ - Nviz_new_render_window()
+
 */
 */