--- ray/src/rt/pmapopt.h 2015/09/01 16:27:52 2.4 +++ ray/src/rt/pmapopt.h 2016/05/17 17:39:47 2.5 @@ -1,4 +1,5 @@ -/* RCSid $Id: pmapopt.h,v 2.4 2015/09/01 16:27:52 greg Exp $ */ +/* RCSid $Id: pmapopt.h,v 2.5 2016/05/17 17:39:47 rschregle Exp $ */ + /* ================================================================== Photon map interface to RADIANCE render options @@ -9,13 +10,18 @@ supported by the Swiss National Science Foundation (SNSF, #147053) ================================================================== + $Id: pmapopt.h,v 2.5 2016/05/17 17:39:47 rschregle Exp $ */ -int getPmapRenderOpt (int ac, char *av []); -/* Parse next render option for photon map; interface to getrenderopt(); - * return -1 if parsing failed, else number of parameters consumed */ +#ifndef PMAPOPT_H + #define PMAPOPT_H -void printPmapDefaults (); -/* Print defaults for photon map render options */ + int getPmapRenderOpt (int ac, char *av []); + /* Parse next render option for photon map; interface to getrenderopt(); + * return -1 if parsing failed, else number of parameters consumed */ + + void printPmapDefaults (); + /* Print defaults for photon map render options */ +#endif