]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Object.cxx
369b20f7cf79a04bc754d37556334b2b6dce1062
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
1 #include <cpPlugins/Interface/Object.h>
2
3 // -------------------------------------------------------------------------
4 cpPlugins::Interface::Object::
5 Object( )
6   : Superclass( ),
7     m_Name( "" ),
8     m_ViewX( float( 0 ) ),
9     m_ViewY( float( 0 ) )
10 {
11 }
12
13 // -------------------------------------------------------------------------
14 cpPlugins::Interface::Object::
15 ~Object( )
16 {
17 }
18
19 // eof - $RCSfile$