ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhcopy.c
(Generate patch)

Comparing ray/src/hd/rhcopy.c (file contents):
Revision 3.5 by gregl, Wed Jan 7 09:23:02 1998 UTC vs.
Revision 3.15 by greg, Sat Feb 22 02:07:24 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1997 Silicon Graphics, Inc. */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ SGI";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Copy data into a holodeck file
6   */
7  
8   #include "holo.h"
9   #include "view.h"
13 #include "resolu.h"
10  
11 < int     checkdepth = 1;         /* check depth (!-f option)? */
12 < int     checkrepeats = 0;       /* check for repeats (-c option)? */
11 > #ifndef BKBSIZE
12 > #define BKBSIZE         256             /* beam clump size (kilobytes) */
13 > #endif
14 >
15 > int     checkdepth = 1;         /* check depth (!-d option)? */
16 > int     checkrepeats = 0;       /* check for repeats (-u option)? */
17   int     frompicz;               /* input from pictures & depth-buffers? */
18   int     noutsects;              /* number of output sections */
19   char    obstr, unobstr;         /* flag pointer values */
# Line 31 | Line 31 | char   *argv[];
31          frompicz = -1;
32          for (i = 2; i < argc && argv[i][0] == '-'; i++)
33                  switch (argv[i][1]) {
34 <                case 'c':
34 >                case 'u':
35                          checkrepeats = 1;
36                          break;
37 <                case 'f':
37 >                case 'd':
38                          checkdepth = 0;
39                          break;
40                  case 'h':
# Line 51 | Line 51 | char   *argv[];
51          if (frompicz && (argc-i)%2)
52                  goto userr;
53          noutsects = openholo(argv[1], 1);
54 <        if (frompicz)
54 >        if (frompicz) {
55                  for ( ; i < argc; i += 2)
56                          addpicz(argv[i], argv[i+1]);
57 <        else
57 >        } else {
58 >                if (BKBSIZE*1024*1.5 > hdcachesize)
59 >                        hdcachesize = BKBSIZE*1024*1.5;
60                  for ( ; i < argc; i++)
61                          addholo(argv[i]);
62 +        }
63          quit(0);
64   userr:
65 <        fprintf(stderr, "Usage: %s output.hdk [-c][-f] -h inp1.hdk ..\n",
65 >        fprintf(stderr, "Usage: %s output.hdk [-u][-d] -h inp1.hdk ..\n",
66                          progname);
67 <        fprintf(stderr, "   Or: %s output.hdk [-c][-f] -pz inp1.pic inp1.zbf ..\n",
67 >        fprintf(stderr, "   Or: %s output.hdk [-u][-d] -p inp1.pic inp1.zbf ..\n",
68                          progname);
69          exit(1);
70   }
# Line 71 | Line 74 | userr:
74   #define H_OBST  02
75   #define H_OBSF  04
76  
77 + int
78   holheadline(s, hf)              /* check holodeck header line */
79   register char   *s;
80   int     *hf;
# Line 82 | Line 86 | int    *hf;
86                          *hf |= H_BADF;
87                  else
88                          *hf &= ~H_BADF;
89 <                return;
89 >                return(0);
90          }
91          if (!strncmp(s, "OBSTRUCTIONS=", 13)) {
92                  s += 13;
# Line 93 | Line 97 | int    *hf;
97                          *hf |= H_OBSF;
98                  else
99                          error(WARNING, "bad OBSTRUCTIONS value in holodeck");
100 <                return;
100 >                return(0);
101          }
102 +        return(0);
103   }
104  
105   int
# Line 115 | Line 120 | int    append;
120                  error(SYSTEM, errmsg);
121          }
122                                          /* check header and magic number */
123 <        if (getheader(fp, holheadline, &hflags) < 0 ||
123 >        if (getheader(fp, holheadline, (char *)&hflags) < 0 ||
124                          hflags&H_BADF || getw(fp) != HOLOMAGIC) {
125                  sprintf(errmsg, "file \"%s\" not in holodeck format", fname);
126                  error(USER, errmsg);
# Line 124 | Line 129 | int    append;
129          nextloc = ftell(fp);                    /* get stdio position */
130          fclose(fp);                             /* done with stdio */
131          for (n = 0; nextloc > 0L; n++) {        /* initialize each section */
132 <                lseek(fd, nextloc, 0);
132 >                lseek(fd, (off_t)nextloc, 0);
133                  read(fd, (char *)&nextloc, sizeof(nextloc));
134                  hdinit(fd, NULL)->priv = hflags&H_OBST ? &obstr :
135                                  hflags&H_OBSF ? &unobstr : (char *)NULL;
# Line 166 | Line 171 | COLR   cv;
171                  bi = hdbindex(hp, gc);          /* check for duplicates */
172                  if (checkrepeats && (bp = hdgetbeam(hp, bi)) != NULL) {
173                          for (n = bp->nrm, rv = hdbray(bp); n--; rv++)
174 <                                if (rv->d == dc &&
174 >                                if ((hp->priv != NULL || rv->d == dc) &&
175                                                  rv->r[0][0] == rr[0][0] &&
176                                                  rv->r[0][1] == rr[0][1] &&
177                                                  rv->r[1][0] == rr[1][0] &&
# Line 184 | Line 189 | COLR   cv;
189   }
190  
191  
192 < addholo(hdf)                    /* add a holodeck file */
193 < char    *hdf;
192 > static BEAMI    *beamdir;
193 >
194 > static int
195 > bpcmp(b1p, b2p)                 /* compare beam positions on disk */
196 > int     *b1p, *b2p;
197   {
198 <        int     fd;
199 <        register HOLO   *hp;
200 <        register BEAM   *bp;
201 <        register HDBEAMI        *hbl;
198 >        register long   pdif = beamdir[*b1p].fo - beamdir[*b2p].fo;
199 >
200 >        if (pdif > 0L) return(1);
201 >        if (pdif < 0L) return(-1);
202 >        return(0);
203 > }
204 >
205 > static int
206 > addclump(hp, bq, nb)            /* transfer the given clump and free */
207 > HOLO    *hp;
208 > int     *bq, nb;
209 > {
210          GCOORD  gc[2];
211          FVECT   ro, rd;
212          double  d;
213 <        int     i, j;
213 >        int     i;
214          register int    k;
215 +        register BEAM   *bp;
216 +                                        /* sort based on file position */
217 +        beamdir = hp->bi;
218 +        qsort((char *)bq, nb, sizeof(*bq), bpcmp);
219 +                                        /* transfer each beam */
220 +        for (i = 0; i < nb; i++) {
221 +                bp = hdgetbeam(hp, bq[i]);
222 +                hdbcoord(gc, hp, bq[i]);
223 +                                                /* add each ray to output */
224 +                for (k = bp->nrm; k--; ) {
225 +                        d = hdray(ro, rd, hp, gc, hdbray(bp)[k].r);
226 +                        if (hp->priv == &unobstr)
227 +                                VSUM(ro, ro, rd, d);
228 +                        else
229 +                                d = 0.;
230 +                        d = hddepth(hp, hdbray(bp)[k].d) - d;
231 +                        addray(ro, rd, d, hdbray(bp)[k].v);
232 +                }
233 +                hdfreebeam(hp, bq[i]);          /* free the beam */
234 +        }
235 +        return(0);
236 + }
237 +
238 + addholo(hdf)                    /* add a holodeck file */
239 + char    *hdf;
240 + {
241 +        int     fd;
242                                          /* open the holodeck for reading */
243          openholo(hdf, 0);
244          fd = hdlist[noutsects]->fd;     /* remember the file handle */
245 <        while ((hp = hdlist[noutsects]) != NULL) {      /* load each section */
246 <                hbl = (HDBEAMI *)malloc(nbeams(hp)*sizeof(HDBEAMI));
247 <                if (hbl == NULL)
248 <                        error(SYSTEM, "out of memory in addholo");
206 <                for (j = nbeams(hp); j > 0; j--) {      /* sort the beams */
207 <                        hbl[j].h = hp;
208 <                        hbl[j].b = j;
209 <                }
210 <                qsort((char *)hbl, nbeams(hp), sizeof(HDBEAMI), hdfilord);
211 <                for (j = 0; j < nbeams(hp); j++)        /* load each beam */
212 <                        if ((bp = hdgetbeam(hp, hbl[j].b)) != NULL) {
213 <                                hdbcoord(gc, hp, hbl[j].b);
214 <                                for (k = bp->nrm; k--; ) {
215 <                                        d = hdray(ro, rd,
216 <                                                hp, gc, hdbray(bp)[k].r);
217 <                                        if (hp->priv == &unobstr)
218 <                                                VSUM(ro, ro, rd, d);
219 <                                        else
220 <                                                d = 0.;
221 <                                        d = hddepth(hp, hdbray(bp)[k].d) - d;
222 <                                        addray(ro, rd, d, hdbray(bp)[k].v);
223 <                                }
224 <                                hdfreebeam(hp, hbl[j].b);       /* free beam */
225 <                        }
226 <                free((char *)hbl);                      /* free beam list */
227 <                hddone(hp);                             /* free the section */
245 >        while (hdlist[noutsects] != NULL) {     /* load each section */
246 >                                                        /* clump the beams */
247 >                clumpbeams(hdlist[noutsects], 0, BKBSIZE*1024, addclump);
248 >                hddone(hdlist[noutsects]);              /* free the section */
249          }
250 <        close(fd);                      /* close the file */
250 >        close(fd);                      /* close input file */
251 >        hdflush(NULL);                  /* flush output */
252   }
253  
254  
# Line 239 | Line 261 | struct phead {
261   };
262  
263  
264 + int
265   picheadline(s, ph)              /* process picture header line */
266   char    *s;
267   struct phead    *ph;
# Line 247 | Line 270 | struct phead   *ph;
270  
271          if (formatval(fmt, s)) {
272                  ph->badfmt = strcmp(fmt, COLRFMT);
273 <                return;
273 >                return(0);
274          }
275          if (isprims(s)) {
276                  ph->altprims++;         /* don't want to deal with this */
277 <                return;
277 >                return(0);
278          }
279          if (isexpos(s)) {
280                  ph->expos *= exposval(s);
281 <                return;
281 >                return(0);
282          }
283          if (isview(s)) {
284                  ph->gotview += sscanview(&ph->vw, s);
285 <                return;
285 >                return(0);
286          }
287 +        return(0);
288   }
289  
290  
# Line 294 | Line 318 | char   *pcf, *zbf;
318          copystruct(&phd.vw, &stdview);
319          phd.expos = 1.0;
320          phd.badfmt = phd.gotview = phd.altprims = 0;
321 <        if (getheader(pfp, picheadline, &phd) < 0 ||
321 >        if (getheader(pfp, picheadline, (char *)&phd) < 0 ||
322                          phd.badfmt || !fgetsresolu(&prs, pfp)) {
323                  sprintf(errmsg, "bad format for picture file \"%s\"", pcf);
324                  error(USER, errmsg);
# Line 359 | Line 383 | char   *pcf, *zbf;
383                          addray(ro, rd, (double)zscn[i], cscn[i]);
384                  }
385          }
386 +                                /* write output and free beams */
387 +        hdflush(NULL);
388                                  /* clean up */
389 <        free((char *)cscn);
390 <        free((char *)zscn);
389 >        free((void *)cscn);
390 >        free((void *)zscn);
391          fclose(pfp);
392          close(zfd);
393   }
394  
395  
396 + void
397   eputs(s)                        /* put error message to stderr */
398   register char  *s;
399   {
# Line 386 | Line 413 | register char  *s;
413   }
414  
415  
416 + void
417   quit(code)                      /* exit the program gracefully */
418   int     code;
419   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines