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

Comparing ray/src/rt/RpictSimulManager.h (file contents):
Revision 2.5 by greg, Wed Aug 21 23:32:24 2024 UTC vs.
Revision 2.6 by greg, Wed Aug 21 23:52:24 2024 UTC

# Line 392 | Line 392 | class RpictSimulManager : protected RtraceSimulManager
392          RenderDataType          ResumeFrame(const char *pfname,
393                                                  const char *dfname=NULL);
394                                  /// Prepare new picture (and depth) output
395 <                                /// Writes current render size as resolution
395 >                                /// Called by RenderFrame()
396          RenderDataType          NewOutput(FILE *pdfp[2], const char *pfname,
397                                                  RenderDataType dt=RDTrgbe,
398                                                  const char *dfname=NULL);
399                                  /// Reopen existing picture (and depth) file
400 +                                /// Called by ResumeFrame()
401                                  /// File pointers @ end of header (before res.)
402          RenderDataType          ReopenOutput(FILE *pdfp[2], const char *pfname,
403                                                  const char *dfname=NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines