Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1817 - trunk/Image


Chronological Thread 
  • From: roni@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1817 - trunk/Image
  • Date: Mon, 5 Nov 2007 11:19:42 -0700 (MST)

Author: roni
Date: Mon Nov  5 11:19:42 2007
New Revision: 1817

Modified:
   trunk/Image/EXRFile-stub.cc
   trunk/Image/EXRFile.h
Log:
Image/EXRFile.h
Image/EXRFile-stub.cc

        Corrected function name.


Modified: trunk/Image/EXRFile-stub.cc
==============================================================================
--- trunk/Image/EXRFile-stub.cc (original)
+++ trunk/Image/EXRFile-stub.cc Mon Nov  5 11:19:42 2007
@@ -41,7 +41,7 @@
 
 
 extern"C"
-bool isEXRImage( std::string const &filename )
+bool isEXR( std::string const &filename )
 {
   std::ifstream file(filename.c_str(), std::ios_base::binary);
 

Modified: trunk/Image/EXRFile.h
==============================================================================
--- trunk/Image/EXRFile.h       (original)
+++ trunk/Image/EXRFile.h       Mon Nov  5 11:19:42 2007
@@ -38,10 +38,10 @@
 
   extern "C" bool isEXR( const std::string& filename );
 
-  extern "C" void writeEXR ( const Image* image, const std::string 
&filename, 
-      int which = 0 );
+  extern "C" void writeEXR ( const Image* image, const std::string& filename,
+                             int which = 0 );
 
-  extern "C" Image* readEXR( const std::string &filename );
+  extern "C" Image* readEXR( const std::string& filename );
 
   // Returns true if this reader is supported
   extern "C" bool EXRSupported();




  • [Manta] r1817 - trunk/Image, roni, 11/05/2007

Archive powered by MHonArc 2.6.16.

Top of page