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.10 by greg, Thu Oct 10 21:02:52 2024 UTC vs.
Revision 2.11 by greg, Wed Oct 23 23:40:41 2024 UTC

# Line 309 | Line 309 | class RpictSimulManager : protected RtraceSimulManager
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 {
318                                          return RtraceSimulManager::GetHeadStr();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines