]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Image.cxx
UML-code sync
[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 }
18
19 // -------------------------------------------------------------------------
20 cpPlugins::Interface::Image::
21 ~Image( )
22 {
23 }
24
25 // eof - $RCSfile$