X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fcpm%2FPlugins%2FSimpleFillRegion.h;fp=lib%2Fcpm%2FPlugins%2FSimpleFillRegion.h;h=4b5cb9c385e66b35e61f91d3df5a5d5b3932c544;hb=bece008148f4a08cff5daaa3c9b2824462b94319;hp=1e84ef61ba37e219e9bb27ebdaf870782f6356f7;hpb=93ddd2fe04d05b28dff31448032fd3af93ffe750;p=cpMesh.git diff --git a/lib/cpm/Plugins/SimpleFillRegion.h b/lib/cpm/Plugins/SimpleFillRegion.h index 1e84ef6..4b5cb9c 100644 --- a/lib/cpm/Plugins/SimpleFillRegion.h +++ b/lib/cpm/Plugins/SimpleFillRegion.h @@ -28,6 +28,15 @@ namespace cpm protected: virtual std::string _GenerateData( ); + template< unsigned int D > + std::string _GD0( ); + + template< class P1, unsigned int D > + std::string _GD1( ); + + template< class P1, class P2, unsigned int D > + std::string _GD2( ); + protected: itk::ProcessObject::Pointer m_Filter; };