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