]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/SourceObject.cxx
...
[cpPlugins.git] / lib / cpPlugins / Interface / SourceObject.cxx
index b798def5bf2a672bec192db10bba99ca1f8c4866..bcead3acc2f2959c532d9629bead806ede5f0b14 100644 (file)
@@ -5,6 +5,9 @@ cpPlugins::Interface::SourceObject::
 SourceObject( )
   : Superclass( )
 {
+  this->m_ClassName = "cpPlugins::Interface::SourceObject";
+  this->m_ClassCategory = "BasicObject";
+  this->SetNumberOfInputs( 0 );
 }
 
 // -------------------------------------------------------------------------
@@ -13,11 +16,4 @@ cpPlugins::Interface::SourceObject::
 {
 }
 
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::SourceObject::
-GetClassName( ) const
-{
-  return( "cpPlugins::Interface::SourceObject" );
-}
-
 // eof - $RCSfile$