]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbtkStaticLecture.h
#2981 BBTK Feature New Normal - FormatOutput of filters in string
[bbtk.git] / packages / vtk / src / bbtkStaticLecture.h
index 9b214e773767df97a1cfa6e7c6b67599d8b86c5a..35b0624ce39624478f11917ca43b8d703eee4bd9 100755 (executable)
@@ -34,8 +34,9 @@
 class bbtkStaticLecture
 {
 public:
-       void setPixelValue(int i, int j, int k, vtkImageData* img, double value);
-       double getPixelValue(int i, int j, int k, vtkImageData* img);
+       static int      GetTypeFormat( std::string formatStr , vtkImageData* image );
+       void    setPixelValue(int i, int j, int k, vtkImageData* img, double value);
+       double  getPixelValue(int i, int j, int k, vtkImageData* img);
 };
 
 #endif