home *** CD-ROM | disk | FTP | other *** search
/ Math Solutions 1995 October / Math_Solutions_CD-ROM_Walnut_Creek_October_1995.iso / pc / mac / calculus / mathemat / reconstr.uct < prev    next >
Encoding:
Text File  |  1991-02-21  |  2.2 KB  |  48 lines

  1. (*^
  2.  
  3. ::[paletteColors = 128; 
  4.     fontset = title, "Helvetica", 24, L1, bold, nohscroll;
  5.     fontset = subtitle, "Helvetica", 10, L1, italic, nohscroll;
  6.     fontset = subsubtitle, "Helvetica", 10, L1, nohscroll;
  7.     fontset = section, "Helvetica", 18, L1, bold, nohscroll;
  8.     fontset = subsection, "Helvetica", 14, L1, bold, nohscroll;
  9.     fontset = subsubsection, "Times", 14, L1, bold, nohscroll, blackBox;
  10.     fontset = text, "Times", 12, L1, nohscroll;
  11.     fontset = smalltext, "Times", 10, L1, nohscroll;
  12.     fontset = input, "Courier", 10, L1, nowordwrap;
  13.     fontset = output, "Courier", 10, L2, nowordwrap;
  14.     fontset = message, "Helvetica", 10, L1, nowordwrap;
  15.     fontset = print, "Helvetica", 10, L1, nowordwrap;
  16.     fontset = info, "Helvetica", 10, L1, nowordwrap;
  17.     fontset = postscript, "Helvetica", 10, L1, nowordwrap;
  18.     fontset = name, "Helvetica", 9, L1, italic, nohscroll;
  19.     fontset = header, "Helvetica", 10, L1, nohscroll;
  20.     fontset = footer, "Helvetica", 10, L1, nohscroll;
  21.     fontset = help, "Helvetica", 10, L1, nohscroll;
  22.     fontset = clipboard, "Helvetica", 10, L1, nohscroll;
  23.     fontset = completions, "Helvetica", 10, L1, nohscroll;
  24.     fontset = network, "Courier", 10, L2, nowordwrap;
  25.     fontset = graphlabel, "Courier", 12, L2, nowordwrap;
  26.     fontset = special1, "Helvetica", 18, L1, bold, nohscroll;
  27.     fontset = special2, "Helvetica", 14, L1, bold, nohscroll;
  28.     fontset = special3, "Times", 14, L1, bold, nohscroll, blackBox;
  29.     fontset = special4, "Helvetica", 10, L1, nohscroll;
  30.     fontset = special5, "Helvetica", 10, L1, nohscroll;]
  31. :[font = title; inactive; noPageBreak; ]
  32. Reconstruction Filters in 
  33. Computer Graphics
  34. :[font = subtitle; inactive; noPageBreak; ]
  35. Don P. Mitchell and Arun N. Netravali
  36. :[font = text; inactive; noPageBreak; ]
  37. Piecewise cubical reconstruction filters
  38. :[font = input; startGroup; noPageBreak; ]
  39. Plot[Kfilter[x, 1, 0], {x, -3, 3}];
  40. :[font = postscript; inactive; PICT; pictureID = 22723; output; pictureWidth = 252; pictureHeight = 154; noPageBreak; preserveAspect; ]
  41.  
  42. :[font = input; noPageBreak; ]
  43. filterplot[DensityPlot[Sin[x^2+y^2], {x, 0,4Pi}, {y, -2Pi,     2Pi},
  44. PlotPoints->42, Mesh->False, DisplayFunction->Identity],
  45.     Kfilter[x, 0, .5], x, 8]
  46. :[font = postscript; inactive; PICT; pictureID = 21005; output; endGroup; pictureWidth = 249; pictureHeight = 249; preserveAspect; ]
  47.  
  48. ^*)