Changeset 65

Show
Ignore:
Timestamp:
10/12/07 04:54:43 (1 year ago)
Author:
baxissimo
Message:

Made meshio import readers and writers to force their static constructors to get called.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/OpenMeshD/OpenMesh/Core/IO/MeshIO.d

    r53 r65  
    5252import OpenMesh.Core.Utils.Exceptions : invalid_argument; 
    5353 
     54// This is important because it causes the reader and writer static 
     55// constructors to be called, thus populating the global list of supported 
     56// formats. 
     57import OpenMesh.Core.IO.readers; 
     58import OpenMesh.Core.IO.writers; 
    5459 
    5560//=== IMPLEMENTATION ==========================================================