]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/VTK/ImageMPR.h
CMake updated. Some other filters added.
[FrontAlgorithms.git] / lib / fpa / VTK / ImageMPR.h
index e64ff8aa799637111d64e98796f685af26d2af21..978738ae16415e25e4f0733c4bdb6e6bd458094c 100644 (file)
@@ -37,6 +37,7 @@ namespace fpa
       void SetImage( vtkImageData* image );
       void SetBackground( double r, double g, double b );
       void SetSize( unsigned int w, unsigned int h );
+      void SetWindowLevel( double w, double l );
 
       void AddPolyData( vtkPolyData* pd, double opacity = double( 1 ) );
       void AddPolyData(
@@ -51,6 +52,9 @@ namespace fpa
 
       unsigned int GetNumberOfSeeds( ) const;
       void GetSeed( int n, double* s ) const;
+      unsigned int AddSeed(
+        const double& x, const double& y, const double& z
+        ) const;
 
       vtkRenderWindow* GetWindow( ) const;
       vtkRenderer* GetRenderer( ) const;