summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ovision/see/colorTable.hh
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/ovision/see/colorTable.hh')
-rw-r--r--2005/i/robert/src/ovision/see/colorTable.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/2005/i/robert/src/ovision/see/colorTable.hh b/2005/i/robert/src/ovision/see/colorTable.hh
index e8e95a5..894fc90 100644
--- a/2005/i/robert/src/ovision/see/colorTable.hh
+++ b/2005/i/robert/src/ovision/see/colorTable.hh
@@ -34,15 +34,15 @@ class ColorTable
public:
/// Constructeur
- ColorTable (const char *filename = "rc/colortable.z");
+ ColorTable (const char *filename = "../runtime/rc/colortable.z");
/// Destructeur
virtual ~ColorTable ();
/// Cree un tableau des couleurs segmentées pour ne plus faire de calcul
void create(const int nbOutput, const bool testOutputMax = false);
/// Cree un fichier de ColorTable
- void save (const char *filename = "rc/colortable.z") const;
+ void save (const char *filename = "../runtime/rc/colortable.z") const;
/// Charge un fichier de ColorTable
- bool load (const char *filename = "rc/colortable.z");
+ bool load (const char *filename = "../runtime/rc/colortable.z");
/// Constantes
static const int colorTabSize = 256;
static const int colorTabSize2 = colorTabSize*colorTabSize;