home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xcu16.zip / clients / xcell / CellI.h < prev    next >
C/C++ Source or Header  |  1991-10-03  |  3KB  |  76 lines

  1. /*
  2.  * Copyright 1991 Cornell University
  3.  *
  4.  * Permission to use, copy, modify, and distribute this software and its
  5.  * documentation for any purpose and without fee is hereby granted, provided
  6.  * that the above copyright notice appear in all copies and that both that
  7.  * copyright notice and this permission notice appear in supporting
  8.  * documentation, and that the name of Cornell U. not be used in advertising
  9.  * or publicity pertaining to distribution of the software without specific,
  10.  * written prior permission.  Cornell U. makes no representations about the
  11.  * suitability of this software for any purpose.  It is provided "as is"
  12.  * without express or implied warranty.
  13.  *
  14.  * CORNELL UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  15.  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  16.  * EVENT SHALL CORNELL UNIVERSITY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  17.  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  18.  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  19.  * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  20.  * PERFORMANCE OF THIS SOFTWARE.
  21.  *
  22.  * Author:  Gene W. Dykes, Program of Computer Graphics
  23.  *          580 Theory Center, Cornell University, Ithaca, NY 14853
  24.  *          (607) 255-6713   gwd@graphics.cornell.edu
  25.  */
  26.  
  27.  
  28. #ifndef Xcu_CELL_I_H
  29. #define Xcu_CELL_I_H
  30.  
  31. #define mix        lw->cell.mix_
  32. #define spread        lw->cell.spread_
  33. #define reduct        lw->cell.reduct_
  34. #define windo        lw->cell.window_
  35.  
  36. #define irule        lw->cell.irule_
  37. #define arule        lw->cell.arule_
  38. #define save_rule    lw->cell.save_rule_
  39. #define asave_rule    lw->cell.asave_rule_
  40. #define many_per_page    lw->cell.per_col_
  41. #define hmany_per_page    lw->cell.per_row_
  42.  
  43. #define order_number    lw->cell.order_number_
  44. #define rrule        lw->cell.rule_index_
  45.  
  46. #define fpick        lw->cell.fpick_
  47.  
  48. #define masks        lw->cell.masks_
  49. #define mask        lw->cell.mask_
  50.  
  51. #define rule        lw->cell.rule_
  52. #define nrule        lw->cell.nrule_
  53.  
  54. #define wrap_left    lw->cell.wrap_left_
  55. #define wrap_right    lw->cell.wrap_right_
  56.  
  57. #define hmerge        lw->cell.horizontal_merge_
  58. #define vmerge        lw->cell.vertical_merge_
  59.  
  60. #define many_count    lw->cell.many_count_
  61. #define hmany_count    lw->cell.hmany_count_
  62.  
  63. #define row        lw->cell.row_
  64. #define row_count    lw->cell.row_count_
  65.  
  66. #define mask_iter    lw->cell.mask_iter_
  67. #define allrandom    lw->cell.all_random_
  68. #define order        lw->cell.order_
  69. #define rule_number    lw->cell.rule_number_
  70.  
  71. #define row0        lw->cell.row0_
  72. #define row1        lw->cell.row1_
  73.  
  74. #endif Xcu_CELL_I_H
  75.  
  76.