Subversion Repositories gelsvn

Rev

Rev 578 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 578 Rev 585
Line 20... Line 20...
20
 
20
 
21
    /// Load an OFF file (Object File Format). So far, this loader is mostly ensured to load files from the Princeton Shape Benchmark.
21
    /// Load an OFF file (Object File Format). So far, this loader is mostly ensured to load files from the Princeton Shape Benchmark.
22
    bool off_load(const std::string&, Manifold& m);
22
    bool off_load(const std::string&, Manifold& m);
23
}
23
}
24
 
24
 
25
#endif __HMESH_OFF_LOAD_HMESH__
25
#endif
26
 
26