]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshWriter.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshWriter.cxx
index ac20473985e79ed484a45924ef30c9d515bffc86..c9ba1c9d535897bb2af86d416368979503691c79 100644 (file)
@@ -28,7 +28,7 @@ cpPlugins::IO::MeshWriter::
 std::string cpPlugins::IO::MeshWriter::
 _GenerateData( )
 {
-  auto mesh = this->GetInputData< cpPlugins::Interface::Mesh >( "Input" );
+  auto mesh = this->GetInputData( "Input" );
   vtkPolyData* i = mesh->GetVTK< vtkPolyData >( );
   if( i == NULL )
     return( "MeshWriter: No suitable input." );