X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fcpm%2FPlugins%2FHost.cxx;fp=lib%2Fcpm%2FPlugins%2FHost.cxx;h=1152622259ea63860b58215e429981105f98e7e8;hb=93ddd2fe04d05b28dff31448032fd3af93ffe750;hp=0000000000000000000000000000000000000000;hpb=6d6bf5d5e3b9318a507216f2f231c32299d1a941;p=cpMesh.git diff --git a/lib/cpm/Plugins/Host.cxx b/lib/cpm/Plugins/Host.cxx new file mode 100644 index 0000000..1152622 --- /dev/null +++ b/lib/cpm/Plugins/Host.cxx @@ -0,0 +1,12 @@ +#include +#include + +/// TODO: doc +PLUMA_CONNECTOR +bool connect( pluma::Host& host ) +{ + host.add( new cpm::Plugins::SimpleFillRegionProvider( ) ); + return( true ); +} + +// eof - $RCSfile$