summaryrefslogtreecommitdiffstats
path: root/applications/rview
diff options
context:
space:
mode:
authorroot <root@makokal-tower.(none)>2009-05-20 13:23:41 +0200
committerConstantin <jucovschi@gmail.com>2010-04-01 11:58:57 +0200
commitaa6f637b54e5fce2c5a78cb32201a4e1c8f89557 (patch)
tree79b68eac3551bbfc3b737006b47771ed9c47b7c3 /applications/rview
parent717727ce3d99142b7197730a45e4640191d99c84 (diff)
downloadrasdaman-upstream-aa6f637b54e5fce2c5a78cb32201a4e1c8f89557.tar.gz
rasdaman-upstream-aa6f637b54e5fce2c5a78cb32201a4e1c8f89557.tar.xz
rasdaman-upstream-aa6f637b54e5fce2c5a78cb32201a4e1c8f89557.zip
checked documemnation on these .hh files, all files are ok
Diffstat (limited to 'applications/rview')
-rw-r--r--applications/rview/rviewApp.hh14
-rw-r--r--applications/rview/rviewColMap.hh3
-rw-r--r--applications/rview/rviewDModes.hh10
-rw-r--r--applications/rview/rviewDisplay.hh7
4 files changed, 0 insertions, 34 deletions
diff --git a/applications/rview/rviewApp.hh b/applications/rview/rviewApp.hh
index c427cfa..9970b77 100644
--- a/applications/rview/rviewApp.hh
+++ b/applications/rview/rviewApp.hh
@@ -32,33 +32,21 @@ rasdaman GmbH.
* none
*/
-
-
#ifndef _RVIEW_APP_H_
#define _RVIEW_APP_H_
-
#ifdef __GNUG__
#pragma interface
#endif
-
-
-
-
// RasDaMan includes
#include "rasodmg/ref.hh"
#include "rasodmg/marray.hh"
-
-
#include "rviewUtils.hh"
#include "rviewDb.hh"
#include "rviewDModes.hh"
-
-
-
/*
* A generic RasDaMan client app using wxWindows.
*/
@@ -93,7 +81,6 @@ class rmanClientApp : public wxApp
// use this call to contact the application instance
static rmanClientApp *theApp(void);
-
protected:
rviewDatabase database;
@@ -102,7 +89,6 @@ class rmanClientApp : public wxApp
char prefsFileLeafname[STRINGSIZE];
char homeDir[STRINGSIZE];
-
private:
static rmanClientApp *theclientapp;
diff --git a/applications/rview/rviewColMap.hh b/applications/rview/rviewColMap.hh
index a217e23..8c7d0c4 100644
--- a/applications/rview/rviewColMap.hh
+++ b/applications/rview/rviewColMap.hh
@@ -32,11 +32,8 @@ rasdaman GmbH.
#ifndef _RVIEW_COLMAP_H_
#define _RVIEW_COLMAP_H_
-
#include "rviewUtils.hh"
-
-
class colourspaceMapper;
class colourspaceFrame;
diff --git a/applications/rview/rviewDModes.hh b/applications/rview/rviewDModes.hh
index 67c8807..33c645c 100644
--- a/applications/rview/rviewDModes.hh
+++ b/applications/rview/rviewDModes.hh
@@ -38,9 +38,6 @@ rasdaman GmbH.
#ifndef _RVIEW_DMODES_H_
#define _RVIEW_DMODES_H_
-
-
-
#include "rasodmg/ref.hh"
#include "rasodmg/marray.hh"
#include "rasodmg/gmarray.hh"
@@ -50,8 +47,6 @@ rasdaman GmbH.
#include "rviewDisplay.hh"
#include "rviewColMap.hh"
-
-
#ifdef __VISUALC__
struct vertex;
struct vertex_fp;
@@ -70,15 +65,10 @@ typedef struct mesh_desc;
typedef struct mdd_desc;
#endif
-
-
-
-
class rviewImage;
class rviewRenderImage;
-
// Possible display formats
enum rviewImageMode {
rim_none,
diff --git a/applications/rview/rviewDisplay.hh b/applications/rview/rviewDisplay.hh
index 7587d06..42cfb3a 100644
--- a/applications/rview/rviewDisplay.hh
+++ b/applications/rview/rviewDisplay.hh
@@ -34,13 +34,9 @@ rasdaman GmbH.
* None
*/
-
#ifndef _RVIEW_DISPLAY_H_
#define _RVIEW_DISPLAY_H_
-
-
-
#include "rasodmg/ref.hh"
#include "rasodmg/marray.hh"
#include "rasodmg/gmarray.hh"
@@ -48,9 +44,6 @@ rasdaman GmbH.
#include "labelManager.hh"
#include "rviewUtils.hh"
-
-
-
/*
* A window containing an display mode + controls
*/