Bläddra i källkod

wxGUI: vdigit and nviz headers updated
svn:ignore property updated (doxygen docs)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35893 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 år sedan
förälder
incheckning
082e4b0de3

+ 5 - 9
gui/wxpython/nviz/change_view.cpp

@@ -1,19 +1,15 @@
 /**
-   \file change_view.cpp
+   \file nviz/change_view.cpp
+   
+   \brief wxNviz extension (3D view mode) - change view settings
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- Change viewport
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
 
-   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
 
-   \date 2008
+   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
 */
 
 #include "nviz.h"

+ 12 - 17
gui/wxpython/nviz/draw.cpp

@@ -1,20 +1,15 @@
-/*!
-  \file draw.cpp
- 
-  \brief Experimental C++ wxWidgets Nviz prototype -- Draw map objects to GLX context
-  
-  COPYRIGHT: (C) 2008 by the GRASS Development Team
-
-  This program is free software under the GNU General Public
-  License (>=v2). Read the file COPYING that comes with GRASS
-  for details.
-
-  Based on visualization/nviz/src/draw.c and
-  visualization/nviz/src/togl_flythrough.c
-
-  \author Updated/modified by Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-  \date 2008
+/**
+   \file nviz/draw.cpp
+   
+   \brief wxNviz extension (3D view mode) - draw map objects to GLX context
+   
+   This program is free software under the GNU General Public
+   License (>=v2). Read the file COPYING that comes with GRASS
+   for details.
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
+   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
 */
 
 #include "nviz.h"

+ 4 - 8
gui/wxpython/nviz/init.cpp

@@ -1,19 +1,15 @@
 /**
-   \file init.cpp
+   \file nviz/init.cpp
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- initialization
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
+   \brief wxNviz extension (3D view mode) - initialization
 
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
 
-   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
 
-   \date 2008
+   \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
 */
 
 #include "nviz.h"

+ 6 - 10
gui/wxpython/nviz/lights.cpp

@@ -1,19 +1,15 @@
 /**
-   \file load.cpp
+   \file nviz/lights.cpp
+   
+   \brief wxNviz extension (3D view mode) - lights manipulation
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- light manipulation
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

+ 6 - 10
gui/wxpython/nviz/load.cpp

@@ -1,19 +1,15 @@
 /**
-   \file load.cpp
-   
-   \brief Experimental C++ wxWidgets Nviz prototype -- load data layers
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
+   \file nviz/load.cpp
 
+   \brief wxNviz extension (3D view mode) - load data layers
+   
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

+ 6 - 10
gui/wxpython/nviz/surface.cpp

@@ -1,19 +1,15 @@
 /**
-   \file surface.cpp
+   \file nviz/surface.cpp
+   
+   \brief wxNviz extension (3D view mode) - surface attributes
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- surface attributes
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

+ 6 - 10
gui/wxpython/nviz/vector.cpp

@@ -1,19 +1,15 @@
 /**
-   \file vector.cpp
-   
-   \brief Experimental C++ wxWidgets Nviz prototype -- vector mode and attributes
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
+   \file nviz/vector.cpp
 
+   \brief wxNviz extension (3D view mode) - vector attributes
+   
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

+ 6 - 10
gui/wxpython/nviz/volume.cpp

@@ -1,19 +1,15 @@
 /**
-   \file volume.cpp
+   \file nviz/volume.cpp
+   
+   \brief wxNviz extension (3D view mode) - volume attributes
    
-   \brief Experimental C++ wxWidgets Nviz prototype -- volume attributes
-
-   Used by wxGUI Nviz extension.
-
-   Copyright: (C) by the GRASS Development Team
-
    This program is free software under the GNU General Public
    License (>=v2). Read the file COPYING that comes with GRASS
    for details.
-
+   
+   (C) 2008-2009 by Martin Landa, and the GRASS development team
+   
    \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
-
-   \date 2008
 */
 
 #include "nviz.h"

+ 1 - 1
gui/wxpython/vdigit/cats.cpp

@@ -1,5 +1,5 @@
 /**
-   \file cats.cpp
+   \file vdigit/cats.cpp
 
    \brief wxvdigit - category management
 

+ 1 - 1
gui/wxpython/vdigit/digit.cpp

@@ -1,5 +1,5 @@
 /**
-   \file digit.cpp
+   \file vdigit/digit.cpp
 
    \brief wxvdigit - C++ interace for wxGUI vector digitizer.
 

+ 1 - 1
gui/wxpython/vdigit/driver.cpp

@@ -1,5 +1,5 @@
 /**
-   \file driver.cpp
+   \file vdigit/driver.cpp
    
    \brief wxvdigit - Display driver
 

+ 1 - 1
gui/wxpython/vdigit/driver_draw.cpp

@@ -1,5 +1,5 @@
 /**
-   \file driver_draw.cpp
+   \file vdigit/driver_draw.cpp
    
    \brief wxvdigit - Display driver (draw methods)
 

+ 1 - 1
gui/wxpython/vdigit/driver_select.cpp

@@ -1,5 +1,5 @@
 /**
-   \file driver_select.cpp
+   \file vdigit/driver_select.cpp
    
    \brief wxvdigit - Display driver (selection methods)
 

+ 1 - 1
gui/wxpython/vdigit/line.cpp

@@ -1,5 +1,5 @@
 /**
-   \file line.cpp
+   \file vdigit/line.cpp
 
    \brief wxvdigit - Feature manipulation (add, delete, move)
 

+ 1 - 1
gui/wxpython/vdigit/message.cpp

@@ -1,5 +1,5 @@
 /**
-   \file message.cpp
+   \file vdigit/message.cpp
 
    \brief wxvdigit - Error message dialogs
 

+ 1 - 1
gui/wxpython/vdigit/select.cpp

@@ -1,5 +1,5 @@
 /**
-   \file select.cpp
+   \file vdigit/select.cpp
 
    \brief wxvdigit - Select lines (by query)
 

+ 1 - 1
gui/wxpython/vdigit/undo.cpp

@@ -1,5 +1,5 @@
 /**
-   \file undo.cpp
+   \file vdigit/undo.cpp
 
    \brief wxvdigit - Undo/Redo functionality
 

+ 1 - 1
gui/wxpython/vdigit/vertex.cpp

@@ -1,5 +1,5 @@
 /**
-   \file vertex.cpp
+   \file vdigit/vertex.cpp
 
    \brief wxvdigit - Vertex manipulation