Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1852 - trunk/Core/Color


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1852 - trunk/Core/Color
  • Date: Fri, 16 Nov 2007 07:38:24 -0700 (MST)

Author: bigler
Date: Fri Nov 16 07:38:23 2007
New Revision: 1852

Modified:
   trunk/Core/Color/Spectrum.h
Log:
Core/Color/Spectrum.h

  Undid previous commit, because I like the order of the functions to
  match the CC file. ;)


Modified: trunk/Core/Color/Spectrum.h
==============================================================================
--- trunk/Core/Color/Spectrum.h (original)
+++ trunk/Core/Color/Spectrum.h Fri Nov 16 07:38:23 2007
@@ -28,11 +28,11 @@
     ~Spectrum() {
     }
 
+    std::string toString() const;
+
     RGBColor getRGB() const;
     std::string writePersistentString() const;
     bool readPersistentString(const std::string& str);
-
-    std::string toString() const;
     
   protected:
     std::vector<float> samples;




  • [Manta] r1852 - trunk/Core/Color, bigler, 11/16/2007

Archive powered by MHonArc 2.6.16.

Top of page