diff --git a/wrap/io_trimesh/import_off.h b/wrap/io_trimesh/import_off.h index 27939c9d..aa74060a 100644 --- a/wrap/io_trimesh/import_off.h +++ b/wrap/io_trimesh/import_off.h @@ -38,6 +38,10 @@ namespace vcg { // /** \addtogroup */ // /* @{ */ + /** + This class encapsulate a filter for importing OFF meshes. + A basic description of the OFF file format can be found at http://www.geomview.org/docs/html/geomview_41.html + */ template class ImporterOFF {