X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_SVTKActor.h;h=02d3b2b0236e533726d4b41776ae33106e337d17;hp=017e1174c38d81cf099b56952bd0e5691c740755;hb=f4dd52ae3de915020ae02284b8458628a961cc29;hpb=a17b36970bc61da1d664453c615754997c925b18 diff --git a/src/OBJECT/SMESH_SVTKActor.h b/src/OBJECT/SMESH_SVTKActor.h index 017e1174c..02d3b2b02 100644 --- a/src/OBJECT/SMESH_SVTKActor.h +++ b/src/OBJECT/SMESH_SVTKActor.h @@ -50,11 +50,11 @@ public: //! To publish the actor an all its internal devices virtual void - AddToRender(vtkRenderer* theRendere); + AddToRender(vtkRenderer* theRendere); virtual void SetVisibility( int theVisibility ); - //! Initialiaze the instance completely + //! Initialize the instance completely virtual void Initialize(); @@ -78,7 +78,7 @@ public: vtkUnstructuredGrid* my0DGrid; vtkUnstructuredGrid* myBallGrid; TVisualObjPtr myVisualObj; - + SMESH_SVTKActor(); virtual ~SMESH_SVTKActor(); };