Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1173 - trunk/Engine/Control


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1173 - trunk/Engine/Control
  • Date: Sun, 13 Aug 2006 18:41:10 -0600 (MDT)

Author: abe
Date: Sun Aug 13 18:41:09 2006
New Revision: 1173

Modified:
   trunk/Engine/Control/RTRT.h
Log:

Removed function declarations for functions which don't exist and longer.
Added throw declaration to beginRendering.

Note: Sorry about all the incremental commits. I'm not ready to commit
my whole tree, but I'm fixing problems that other people have
reported.

M    RTRT.h


Modified: trunk/Engine/Control/RTRT.h
==============================================================================
--- trunk/Engine/Control/RTRT.h (original)
+++ trunk/Engine/Control/RTRT.h Sun Aug 13 18:41:09 2006
@@ -29,8 +29,6 @@
 namespace Manta {
   using namespace std;
 
-  MantaInterface* createRTRT();
-
   class Camera;
   class Image;
   class Scene;
@@ -132,7 +130,7 @@
     virtual TValue<int>& numWorkers();
 
     // Control
-    virtual void beginRendering(bool blockUntilFinished);
+    virtual void beginRendering(bool blockUntilFinished) throw 
(SCIRun::Exception &);
     virtual void blockUntilFinished();
 
     // Control
@@ -151,8 +149,6 @@
     // If the function cannot determine what you want, false is return.
     virtual bool queryState(const string& what, vector<string>& results);
     
-    inline void barrierWait();
-
     // Transactions
     virtual void addTransaction(TransactionBase* );
                




  • [MANTA] r1173 - trunk/Engine/Control, abe, 08/13/2006

Archive powered by MHonArc 2.6.16.

Top of page