Revision: 77034
http://sourceforge.net/p/brlcad/code/77034
Author: brlcad
Date: 2020-09-03 07:04:04 +0000 (Thu, 03 Sep 2020)
Log Message:
-----------
oof, probably shouldn't assume it's a model mime type.
Modified Paths:
--------------
brlcad/trunk/include/gcv/api.h
Modified: brlcad/trunk/include/gcv/api.h
===================================================================
--- brlcad/trunk/include/gcv/api.h 2020-09-02 18:08:50 UTC (rev 77033)
+++ brlcad/trunk/include/gcv/api.h 2020-09-03 07:04:04 UTC (rev 77034)
@@ -139,10 +139,14 @@
/* operation type */
const enum gcv_filter_type filter_type;
- /* If we have a definite type this converter is known to handle, call
- * it out here.
- * MIME_MODEL_UNKNOWN if 'filter_type' is GCV_FILTER_FILTER or
- * if the plugin is a multi-format I/O plugin */
+ /* If we have a specific model type this converter is known to
+ * handle, call it out here. Use BU_MIME_MODEL_UNKNOWN if
+ * 'filter_type' is GCV_FILTER_FILTER or if the plugin is a
+ * multi-format I/O plugin.
+ *
+ * FIXME: input/output plugins conceivably could be something
+ * other than geometry (e.g., png input or csv output).
+ */
const bu_mime_model_t mime_type;
/* For plugins supporting multiple file types, call this to
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits