]> Creatis software - cpMesh.git/blobdiff - lib/cpm/Plugins/Host.cxx
New plugin added
[cpMesh.git] / lib / cpm / Plugins / Host.cxx
diff --git a/lib/cpm/Plugins/Host.cxx b/lib/cpm/Plugins/Host.cxx
new file mode 100644 (file)
index 0000000..1152622
--- /dev/null
@@ -0,0 +1,12 @@
+#include <Pluma/Connector.hpp>
+#include <cpm/Plugins/SimpleFillRegion.h>
+
+/// TODO: doc
+PLUMA_CONNECTOR
+bool connect( pluma::Host& host )
+{
+  host.add( new cpm::Plugins::SimpleFillRegionProvider( ) );
+  return( true );
+}
+
+// eof - $RCSfile$