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

Comparing ray/src/common/bsdf_t.h (file contents):
Revision 3.3 by greg, Sat Feb 19 01:48:59 2011 UTC vs.
Revision 3.4 by greg, Fri Apr 8 18:13:48 2011 UTC

# Line 2 | Line 2
2   /*
3   *  bsdf_t.h
4   *  
5 < *  Support for variable-resolution BSDF trees
5 > *  Support for variable-resolution BSDF trees.
6 > *  Assumes "bsdf.h" already included.
7 > *  Include after "ezxml.h" for SDloadTre() declaration.
8   *
9   *  Created by Greg Ward on 2/2/11.
10   *
# Line 27 | Line 29 | typedef struct SDNode_s {
29          } u;                    /* subtrees or values (extends struct) */
30   } SDNode;
31  
32 + #ifdef _EZXML_H
33   /* Load a variable-resolution BSDF tree from an open XML file */
34   extern SDError          SDloadTre(SDData *sd, ezxml_t wtl);
35 + #endif
36  
37   /* Our matrix handling routines */
38   extern const SDFunc     SDhandleTre;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines