vtkJoiner.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef __VTK__JOINER__H__
00004 #define __VTK__JOINER__H__
00005 
00006 #include "vtkImageData.h"
00007 
00008 class vtkJoiner
00009 {
00010 public:
00011         vtkJoiner();
00012         virtual ~vtkJoiner();
00013         vtkImageData* join(vtkImageData *a, vtkImageData *b);
00014 };
00015 
00016 #endif //__VTK__JOINER__H__
00017 

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1