]> Creatis software - cpPlugins.git/blobdiff - plugins/VTKFilters/SphereSource.cxx
...
[cpPlugins.git] / plugins / VTKFilters / SphereSource.cxx
index d3410cf723f73c8040f449e1a332bf06db042ca1..0eaac1be3482e7aaf6e28c872d652e23e2a9a3ed 100644 (file)
@@ -1,5 +1,5 @@
 #include <VTKFilters/SphereSource.h>
-#include <cpInstances/Mesh.h>
+#include <cpInstances/DataObjects/Mesh.h>
 
 #include <vtkSphereSource.h>
 
@@ -8,7 +8,7 @@ cpPluginsVTKFilters::SphereSource::
 SphereSource( )
   : Superclass( )
 {
-  this->_ConfigureOutput< cpInstances::Mesh >( "Output" );
+  this->_ConfigureOutput< cpInstances::DataObjects::Mesh >( "Output" );
   this->m_Parameters.ConfigureAsReal( "Radius", 1 );
   this->m_Parameters.ConfigureAsUint( "PhiResolution", 8 );
   this->m_Parameters.ConfigureAsUint( "ThetaResolution", 8 );