]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/MeshWriter.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / MeshWriter.cxx
index 5b06347249e98fb9ed81904fc660502cddc17232..6cc7841982c87ce2fcb98d405783076dd9090bdb 100644 (file)
@@ -33,7 +33,7 @@ std::string cpPlugins::Plugins::MeshWriter::
 _GenerateData( )
 {
   cpPlugins::Interface::Mesh* mesh =
-    this->_Input< cpPlugins::Interface::Mesh >( 0 );
+    this->GetInput< cpPlugins::Interface::Mesh >( 0 );
   if( mesh == NULL )
     return( "MeshWriter: No input mesh." );
   vtkPolyData* i = mesh->GetVTKMesh( );