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.9 by greg, Mon Sep 16 23:49:13 2024 UTC vs.
Revision 2.11 by greg, Wed Oct 23 23:40:41 2024 UTC

# Line 13 | Line 13
13   #include "RtraceSimulManager.h"
14   #include "view.h"
15   #include "depthcodec.h"
16 #include "abitmap.h"
16  
17   /// Data type flags for pixel access and output
18   enum RenderDataType {
# Line 309 | Line 308 | class RpictSimulManager : protected RtraceSimulManager
308                                  /// Append program line to header
309          bool                    AddHeader(int ac, char *av[]) {
310                                          return RtraceSimulManager::AddHeader(ac, av);
311 +                                }
312 +                                /// Get current header length in bytes
313 +        int                     GetHeadLen() const {
314 +                                        return RtraceSimulManager::GetHeadLen();
315                                  }
316                                  /// Get header lines if any
317          const char *            GetHeadStr() const {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines