]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/SinkObject.cxx
Major refactoring: API-HCI bug corrected.
[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->m_ClassName = "cpPlugins::Interface::SinkObject";
9   this->m_ClassCategory = "BasicObject";
10   this->SetNumberOfOutputs( 0 );
11 }
12
13 // -------------------------------------------------------------------------
14 cpPlugins::Interface::SinkObject::
15 ~SinkObject( )
16 {
17 }
18
19 // eof - $RCSfile$