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