/***********************************************************************/ /* Open Visualization Data Explorer */ /* (C) Copyright IBM Corp. 1989,1999 */ /* ALL RIGHTS RESERVED */ /* This code licensed under the */ /* "IBM PUBLIC LICENSE - Open Visualization Data Explorer" */ /***********************************************************************/ #include #include #include #define MAXOBJECTS 21 /* must match mdf-c generated dx.mdf file */ int m_Collect(Object *in, Object *out) { int i; int seen_null = 0; int say_warn = 0; /* always make a new generic group, regardless of the inputs */ out[0] = (Object)DXNewGroup(); if (!out[0]) return ERROR; /* count up, stopping at the first non-NULL input */ for (i=0; i