]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/SphereMeshSource.cxx
Widget integration (step 4/6)... Testing on windows.
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / SphereMeshSource.cxx
index e3b582dfbf7bfcb788f5735e448b72bfc61fa41a..61a330e1c218598331578ed6c28d85fd7281b6ae 100644 (file)
@@ -41,6 +41,7 @@ _GenerateData( )
 {
   itk::Point< double, 3 > center =
     this->m_Parameters.GetValueAsPoint< itk::Point< double, 3 > >( "Center" );
+  center.Fill( double( 0 ) ); // TODO
   double radius = this->m_Parameters.GetValueAsReal( "Radius" );
   unsigned int phi = this->m_Parameters.GetValueAsUint( "PhiResolution" );
   unsigned int theta = this->m_Parameters.GetValueAsUint( "ThetaResolution" );