X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FOBJECT%2FSMESH_SVTKActor.h;h=820dd60c2fc2cf62b8a0acf2c62b47dbcaad3beb;hb=HEAD;hp=0a555a15a63a5c395359c7c0221f4b61cfcb9ea8;hpb=b0a908c0d20341651771d0249fb10882f54b2aad;p=modules%2Fsmesh.git diff --git a/src/OBJECT/SMESH_SVTKActor.h b/src/OBJECT/SMESH_SVTKActor.h index 0a555a15a..5e156cc45 100644 --- a/src/OBJECT/SMESH_SVTKActor.h +++ b/src/OBJECT/SMESH_SVTKActor.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -41,26 +41,27 @@ class SMESHOBJECT_EXPORT SMESH_SVTKActor : public SVTK_Actor { public: static SMESH_SVTKActor* New(); - vtkTypeMacro(SMESH_SVTKActor, SVTK_Actor); + vtkTypeMacro(SMESH_SVTKActor, SVTK_Actor) + void SetBallScale(double theSize); void SetBallSize(float theSize); void Set0DSize(float theSize); //! 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(); //! Allow to recostruct selected cells from source SALOME_Actor and map of subindexes virtual void MapCells(SALOME_Actor* theMapActor, - const TColStd_IndexedMapOfInteger& theMapIndex); + const SVTK_TIndexedMapOfVtkId& theMapIndex); //! To remove the actor an all its internal devices @@ -77,7 +78,7 @@ public: vtkUnstructuredGrid* my0DGrid; vtkUnstructuredGrid* myBallGrid; TVisualObjPtr myVisualObj; - + SMESH_SVTKActor(); virtual ~SMESH_SVTKActor(); };