]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Object.cxx
binary threshold image filter added
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
index 1792a506442b2a589cdddeb5fb7964503c7a030d..b4768faab5971f845db0c385bf7bddb7d74b7383 100644 (file)
@@ -1,24 +1,12 @@
 #include <cpPlugins/Interface/Object.h>
 
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::Object::
-GetClassName( ) const
-{
-  return( "cpPlugins::Interface::Object" );
-}
-
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::Object::
-GetClassType( ) const
-{
-  return( "Object" );
-}
-
 // -------------------------------------------------------------------------
 cpPlugins::Interface::Object::
 Object( )
   : Superclass( )
 {
+  this->m_ClassName = "cpPlugins::Interface::Object";
+  this->m_ClassCategory = "BasicObject";
 }
 
 // -------------------------------------------------------------------------