comparison src/Cell.h @ 4806:d3bd9c04147f

[project @ 2004-03-02 05:12:32 by jwe]
author jwe
date Tue, 02 Mar 2004 05:12:33 +0000
parents 34a740dc31a6
children 35bfb4e0b96b
comparison
equal deleted inserted replaced
4805:b0d6da24caeb 4806:d3bd9c04147f
94 boolMatrix all (int dim = 0) const { return boolMatrix (); } 94 boolMatrix all (int dim = 0) const { return boolMatrix (); }
95 95
96 // XXX FIXME XXX 96 // XXX FIXME XXX
97 boolMatrix any (int dim = 0) const { return boolMatrix (); } 97 boolMatrix any (int dim = 0) const { return boolMatrix (); }
98 98
99 int cat (const Cell& ra_arg, int dim, int iidx, int move);
100
99 // XXX FIXME XXX 101 // XXX FIXME XXX
100 bool is_true (void) const { return false; } 102 bool is_true (void) const { return false; }
101 103
102 static octave_value resize_fill_value (void) { return Matrix (); } 104 static octave_value resize_fill_value (void) { return Matrix (); }
103 }; 105 };