~holger-seelig/titania/3.0

« back to all changes in this revision

Viewing changes to libtitania-x3d/Titania/X3D/Execution/X3DExecutionContext.h

  • Committer: Holger Seelig
  • Date: 2013-08-05 19:51:24 UTC
  • Revision ID: holger.seelig@yahoo.de-20130805195124-weg56pajdi69mt1j
Test implementation of parallel load of images.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
#include <Titania/Basic/URI.h>
64
64
#include <map>
 
65
#include <mutex>
65
66
 
66
67
namespace titania {
67
68
namespace X3D {
393
394
        X3DExecutionContext ();
394
395
 
395
396
        void
396
 
        setWorldURL (const basic::uri & value)
397
 
        { worldURL = value; }
 
397
        setWorldURL (const basic::uri & value);
398
398
 
399
399
        void
400
400
        assign1 (const X3DExecutionContext* const);
405
405
        void
406
406
        setupNodes ();
407
407
 
408
 
        virtual
409
 
        void
410
 
        clear ();
411
 
 
412
408
 
413
409
private:
414
410
 
457
453
        MFNode             rootNodes;
458
454
 
459
455
        MFNode nodes;
460
 
 
461
456
};
462
457
 
463
458
} // X3D