]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/VTK/ImageMPR.h
Even more tests
[FrontAlgorithms.git] / lib / fpa / VTK / ImageMPR.h
index 21a1c5cd0238effb16b5b1656f0eeb60eb9c30ca..e64ff8aa799637111d64e98796f685af26d2af21 100644 (file)
@@ -20,6 +20,7 @@
 #include <vtkSeedWidget.h>
 #include <vtkSmartPointer.h>
 #include <vtkSphereSource.h>
+#include <vtkLookupTable.h>
 
 namespace fpa
 {
@@ -42,6 +43,11 @@ namespace fpa
         vtkPolyData* pd,
         double r, double g, double b, double opacity = double( 1 )
         );
+      void AddPolyData(
+        vtkPolyData* pd,
+        vtkLookupTable* lut,
+        double opacity = double( 1 )
+        );
 
       unsigned int GetNumberOfSeeds( ) const;
       void GetSeed( int n, double* s ) const;