diff src/Cell.h @ 4915:c638c144d4da

[project @ 2004-07-23 19:01:22 by jwe]
author jwe
date Fri, 23 Jul 2004 19:01:23 +0000
parents 35bfb4e0b96b
children 43f4ebd2704c
line wrap: on
line diff
--- a/src/Cell.h
+++ b/src/Cell.h
@@ -99,7 +99,10 @@
   // XXX FIXME XXX
   boolMatrix any (int dim = 0) const { return boolMatrix (); }
 
-  int cat (const Cell& ra_arg, int dim, int iidx, int move);
+  friend Cell concat (const Cell& ra, const Cell& rb, const Array<int>& ra_idx);
+
+  Cell& insert (const Cell& a, int r, int c);
+  Cell& insert (const Cell& a, const Array<int>& ra_idx);
 
   // XXX FIXME XXX
   bool is_true (void) const { return false; }