Salome HOME
Merge from V6_main 11/02/2013
[modules/gui.git] / src / VTKViewer / VTKViewer_Actor.h
index 5a385e56c0b460d6fef2931fbf6457134bd68b0f..5225cd6b4df8317ed9374f103d02b5a6fd4a374f 100755 (executable)
@@ -119,15 +119,20 @@ class VTKVIEWER_EXPORT VTKViewer_Actor : public vtkLODActor
   void
   SetColor(const vtkFloatingPointType theRGB[3]);
 
-  //! Change material
-  virtual
-  void
+  //! Change material\r
+  virtual\r
+  void\r
   SetMaterial(std::vector<vtkProperty*> theProps);
 
-  //! Get current material
-  virtual
-  vtkProperty* 
-  GetMaterial();
+  //! Get current front material\r
+  virtual\r
+  vtkProperty* \r
+  GetFrontMaterial();\r
+\r
+  //! Get current back material\r
+  virtual\r
+  vtkProperty* \r
+  GetBackMaterial();
 
   //----------------------------------------------------------------------------
   // For selection mapping purpose