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