]> Creatis software - cpMesh.git/blob - lib/cpm/Plugins/Host.cxx
...
[cpMesh.git] / lib / cpm / Plugins / Host.cxx
1 #include <Pluma/Connector.hpp>
2 // TODO #include <cpm/Plugins/SimpleFillRegion.h>
3
4 /// TODO: doc
5 PLUMA_CONNECTOR
6 bool connect( pluma::Host& host )
7 {
8   // TODO: host.add( new cpm::Plugins::SimpleFillRegionProvider( ) );
9   return( true );
10 }
11
12 // eof - $RCSfile$