OpenMesh
Doc/Tutorial/09-persistence/int2roman.hh
00001 #ifndef INT2ROMAN_HH
00002 #define INT2ROMAN_HH
00003 
00004 #include <string>
00005 
00006 std::string int2roman( size_t decimal, size_t length=30 );
00007 
00008 #endif