ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/rayopt.h
(Generate patch)

Comparing ray/src/cv/mgflib/rayopt.h (file contents):
Revision 1.1 by greg, Tue Feb 20 10:47:01 1996 UTC vs.
Revision 1.4 by greg, Wed Sep 5 01:36:37 2007 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1996 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid: $Id$ */
2   /*-------------------------------------------------------------------------
3  
4                   Triangle Bounder/Smoother for POV-Ray
5 <                    Copyright (c) 1993 Steve Anger
5 >                    by Steve Anger 1993
6  
7      A number of C routines that can be used to generate POV-Ray ray tracer
8   files from triangle data.  Supports generation of smooth triangles and an
9 < optimal set of bounding shapes for much faster traces. This program may be
13 < freely modified and distributed.
9 > optimal set of bounding shapes for much faster traces.
10  
15                                           CompuServe: 70714,3113
16                                            YCCMR BBS: (708)358-5611
17
11   --------------------------------------------------------------------------*/
12  
13 < #ifndef __RAYOPT_H
14 < #define __RAYOPT_H
13 > #ifndef _MGF_RAYOPT_H
14 > #define _MGF_RAYOPT_H
15 > #ifdef __cplusplus
16 > extern "C" {
17 > #endif
18  
19 +
20   #include "vect.h"
21  
22   void opt_set_format (int format);
# Line 56 | Line 53 | void abortmsg (char *msg, int exit_code);
53   void add_ext (char *fname, char *ext, int force);
54   void cleanup_name (char *name);
55  
56 +
57 + #ifdef __cplusplus
58 + }
59   #endif
60 + #endif /* _MGF_RAYOPT_H */
61 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines