Make mv's use signed chars explicitly.
[xiph/unicode.git] / sushivision / objective.h
blob2b91443c2ec356dbaa9106c5f9e834104c632370
1 /*
3 * sushivision copyright (C) 2006-2007 Monty <monty@xiph.org>
5 * sushivision is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2, or (at your option)
8 * any later version.
9 *
10 * sushivision is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with sushivision; see the file COPYING. If not, write to the
17 * Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 struct _sv_obj {
23 int number;
24 char *name;
25 char *legend;
27 sv_scale_t *scale;
29 void (*function)(double *,double *);
30 int inputs;
31 sv_dim_t **input_dims;
32 int outputs;
33 int *output_axes;
35 int flags;