]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/SinkObject.cxx
c0ff636137d1692f5b7a5d60629c0c5a7648d8d6
[cpPlugins.git] / lib / cpPlugins / Interface / SinkObject.cxx
1 #include <cpPlugins/Interface/SinkObject.h>
2
3 // -------------------------------------------------------------------------
4 cpPlugins::Interface::SinkObject::
5 SinkObject( )
6   : Superclass( )
7 {
8   this->SetNumberOfOutputs( 0 );
9 }
10
11 // -------------------------------------------------------------------------
12 cpPlugins::Interface::SinkObject::
13 ~SinkObject( )
14 {
15 }
16
17 // -------------------------------------------------------------------------
18 std::string cpPlugins::Interface::SinkObject::
19 GetClassName( ) const
20 {
21   return( "cpPlugins::Interface::SinkObject" );
22 }
23
24 // eof - $RCSfile$