double structFormantGrid :: v_getVector (long irow, long icol) { RealTier tier = (RealTier) formants -> item [irow]; return RealTier_getValueAtIndex (tier, icol); }
double structRealTier :: v_getVector (long irow, long icol) { (void) irow; return RealTier_getValueAtIndex (this, icol); }
static double getVector (I, long irow, long icol) { iam (RealTier); (void) irow; return RealTier_getValueAtIndex (me, icol); }
static double getVector (I, long irow, long icol) { iam (FormantGrid); RealTier tier = (structRealTier *)my formants -> item [irow]; return RealTier_getValueAtIndex (tier, icol); }