]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/SinkObject.cxx
New pixel converter
[cpPlugins.git] / lib / cpPlugins / Interface / SinkObject.cxx
index c0ff636137d1692f5b7a5d60629c0c5a7648d8d6..309a3d18e02060cca8bd0eea827fa96c6a7b81db 100644 (file)
@@ -1,5 +1,19 @@
 #include <cpPlugins/Interface/SinkObject.h>
 
+// -------------------------------------------------------------------------
+std::string cpPlugins::Interface::SinkObject::
+GetClassName( ) const
+{
+  return( "cpPlugins::Interface::SinkObject" );
+}
+
+// -------------------------------------------------------------------------
+std::string cpPlugins::Interface::SinkObject::
+GetClassType( ) const
+{
+  return( "SinkObject" );
+}
+
 // -------------------------------------------------------------------------
 cpPlugins::Interface::SinkObject::
 SinkObject( )
@@ -14,11 +28,4 @@ cpPlugins::Interface::SinkObject::
 {
 }
 
-// -------------------------------------------------------------------------
-std::string cpPlugins::Interface::SinkObject::
-GetClassName( ) const
-{
-  return( "cpPlugins::Interface::SinkObject" );
-}
-
 // eof - $RCSfile$