]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Image.cxx
Widget integration (step 3/6). WARNING: IT DOES NOT COMPILE YET
[cpPlugins.git] / lib / cpPlugins / Interface / Image.cxx
1 #include <cpPlugins/Interface/Image.h>
2
3 // -------------------------------------------------------------------------
4 void cpPlugins::Interface::Image::
5 SetVTK( vtkObject* image )
6 {
7   // this->m_VTKObject = image;
8   std::cerr << "Image: TODO this!!!!" << std::endl;
9   std::exit( 1 );
10 }
11
12 // -------------------------------------------------------------------------
13 cpPlugins::Interface::Image::
14 Image( )
15   : Superclass( )
16 {
17   this->m_ClassName = "cpPlugins::Interface::Image";
18   this->m_ClassCategory = "BasicObject";
19 }
20
21 // -------------------------------------------------------------------------
22 cpPlugins::Interface::Image::
23 ~Image( )
24 {
25 }
26
27 // eof - $RCSfile$