]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/SourceObject.cxx
bcead3acc2f2959c532d9629bead806ede5f0b14
[cpPlugins.git] / lib / cpPlugins / Interface / SourceObject.cxx
1 #include <cpPlugins/Interface/SourceObject.h>
2
3 // -------------------------------------------------------------------------
4 cpPlugins::Interface::SourceObject::
5 SourceObject( )
6   : Superclass( )
7 {
8   this->m_ClassName = "cpPlugins::Interface::SourceObject";
9   this->m_ClassCategory = "BasicObject";
10   this->SetNumberOfInputs( 0 );
11 }
12
13 // -------------------------------------------------------------------------
14 cpPlugins::Interface::SourceObject::
15 ~SourceObject( )
16 {
17 }
18
19 // eof - $RCSfile$