]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/MeshSource.cxx
Major refactoring: API-HCI bug corrected.
[cpPlugins.git] / lib / cpPlugins / Interface / MeshSource.cxx
index c60814791eaf969db6bf6ce82a0f494709fcb94c..91d7ed3c72c2a5037d15403c94f62e6bcc09bd2f 100644 (file)
@@ -1,24 +1,12 @@
 #include <cpPlugins/Interface/MeshSource.h>
 
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::MeshSource::
-GetClassName( ) const
-{
-  return( "cpPlugins::Interface::MeshSource" );
-}
-
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::MeshSource::
-GetClassType( ) const
-{
-  return( "MeshSource" );
-}
-
 // -------------------------------------------------------------------------
 cpPlugins::Interface::MeshSource::
 MeshSource( )
   : Superclass( )
 {
+  this->m_ClassName = "cpPlugins::Interface::MeshSource";
+  this->m_ClassCategory = "MeshSource";
 }
 
 // -------------------------------------------------------------------------