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