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