X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FMeshSource.cxx;h=91d7ed3c72c2a5037d15403c94f62e6bcc09bd2f;hb=2361f4f97631e09d88d8a5510a369817dcaa19db;hp=c60814791eaf969db6bf6ce82a0f494709fcb94c;hpb=cb833d2fface96e020fe91584d2206860a8174ee;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/MeshSource.cxx b/lib/cpPlugins/Interface/MeshSource.cxx index c608147..91d7ed3 100644 --- a/lib/cpPlugins/Interface/MeshSource.cxx +++ b/lib/cpPlugins/Interface/MeshSource.cxx @@ -1,24 +1,12 @@ #include -// ------------------------------------------------------------------------- -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"; } // -------------------------------------------------------------------------