Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / OBJECT / VISU_Actor.h
index 83b8e75c6c254bb5469b5ba27dd942ae6136050a..01cf5c67baa6aae216c1a3ccd49320731dfede90 100644 (file)
@@ -37,7 +37,7 @@ class vtkProp;
 class vtkProperty;
 class vtkDataSetMapper;
 
-class SALOME_ShrinkFilter;
+class VTKViewer_ShrinkFilter;
 class VISU_PipeLine;
 
 namespace VISU { 
@@ -73,7 +73,6 @@ class VTKOCC_EXPORT VISU_Actor : public SALOME_Actor {
 
   virtual void SetRepresentation(int theMode);
 
-
   virtual bool IsShrunkable() { return myIsShrinkable;}
   virtual bool IsShrunk() { return myIsShrunk;}
   virtual void SetShrink();
@@ -83,23 +82,15 @@ class VTKOCC_EXPORT VISU_Actor : public SALOME_Actor {
   virtual void SetShrinkFactor(float theFactor = 0.8); 
   virtual float GetShrinkFactor();
 
-
   virtual void SetVisibility(int theMode);
   virtual int GetVisibility();
 
-  virtual void SetProperty(vtkProperty* theProperty);
-  virtual vtkProperty* GetProperty();
-
   virtual void SetLineWidth(float theLineWidth);
   virtual float GetLineWidth();
-  
-
   virtual int GetNodeObjId(int theVtkID);
   virtual int GetElemObjId(int theVtkID);
 
-
-  std::string myFieldName;
-
  protected:
   VISU_Actor();
  
@@ -108,7 +99,7 @@ class VTKOCC_EXPORT VISU_Actor : public SALOME_Actor {
   VISU_PipeLine* myPipeLine;
   vtkDataSetMapper* myMapper;
 
-  SALOME_ShrinkFilter* myShrinkFilter;
+  VTKViewer_ShrinkFilter* myShrinkFilter;
   bool myIsShrinkable;
   bool myIsShrunk;
 };