2004-12-01 15:48:31 +05:00
|
|
|
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
2005-06-07 19:22:20 +06:00
|
|
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
|
|
//
|
|
|
|
// This library is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU Lesser General Public
|
|
|
|
// License as published by the Free Software Foundation; either
|
|
|
|
// version 2.1 of the License.
|
|
|
|
//
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
// Lesser General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU Lesser General Public
|
|
|
|
// License along with this library; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
//
|
|
|
|
// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
#ifndef SMESHGUI_VTKUtils_HeaderFile
|
|
|
|
#define SMESHGUI_VTKUtils_HeaderFile
|
|
|
|
|
|
|
|
class QString;
|
2005-06-07 19:22:20 +06:00
|
|
|
class vtkRenderer;
|
2004-12-01 15:48:31 +05:00
|
|
|
class TColStd_IndexedMapOfInteger;
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
#include "SALOMEDSClient_definitions.hxx"
|
2004-12-01 15:48:31 +05:00
|
|
|
#include "SALOME_InteractiveObject.hxx"
|
|
|
|
#include "VTKViewer_Filter.h"
|
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
class SALOMEDSClient_Study;
|
|
|
|
|
|
|
|
class SUIT_Study;
|
|
|
|
class SUIT_ViewWindow;
|
|
|
|
class SUIT_ViewManager;
|
|
|
|
|
|
|
|
class SVTK_InteractorStyle;
|
|
|
|
class SVTK_ViewWindow;
|
|
|
|
class SVTK_Selector;
|
|
|
|
|
|
|
|
class SalomeApp_SelectionMgr;
|
2005-06-14 12:25:33 +06:00
|
|
|
class SMESHGUI;
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
#include <CORBA.h>
|
|
|
|
|
|
|
|
#include "SALOMEconfig.h"
|
|
|
|
#include CORBA_CLIENT_HEADER(SALOMEDS)
|
|
|
|
|
|
|
|
#include <boost/shared_ptr.hpp>
|
|
|
|
#include "SMESH_Object.h"
|
|
|
|
|
|
|
|
class SMESH_Actor;
|
2005-06-07 19:22:20 +06:00
|
|
|
class SALOME_Actor;
|
|
|
|
class SVTK_ViewWindow;
|
|
|
|
class SalomeApp_Module;
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
namespace SMESH{
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
|
typedef pair<int,string> TKeyOfVisualObj;
|
|
|
|
|
|
|
|
TVisualObjPtr GetVisualObj(int theStudyId,
|
|
|
|
const char* theEntry);
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
2005-06-07 19:22:20 +06:00
|
|
|
SVTK_ViewWindow* GetViewWindow(const SalomeApp_Module* theModule);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
SUIT_ViewWindow* GetActiveWindow();
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
SVTK_ViewWindow* FindVtkViewWindow( SUIT_ViewManager*,
|
|
|
|
SUIT_ViewWindow* );
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
SVTK_ViewWindow* GetVtkViewWindow( SUIT_ViewWindow* );
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
SVTK_ViewWindow* GetCurrentVtkView();
|
2005-01-20 11:25:54 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
void RepaintViewWindow(SVTK_ViewWindow*);
|
|
|
|
void RenderViewWindow(SVTK_ViewWindow*);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
2005-06-07 19:22:20 +06:00
|
|
|
SMESH_Actor* FindActorByEntry (SUIT_ViewWindow*, const char* theEntry);
|
|
|
|
SMESH_Actor* FindActorByEntry (const char* theEntry);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
SMESH_Actor* FindActorByObject (CORBA::Object_ptr theObject);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
2005-06-07 19:22:20 +06:00
|
|
|
SMESH_Actor* CreateActor (_PTR(Study), const char*, int = false);
|
|
|
|
void DisplayActor (SUIT_ViewWindow*, SMESH_Actor* theActor);
|
|
|
|
void RemoveActor (SUIT_ViewWindow*, SMESH_Actor* theActor);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
|
enum EDisplaing {eDisplayAll, eDisplay, eDisplayOnly, eErase, eEraseAll};
|
2005-06-07 19:22:20 +06:00
|
|
|
void UpdateView (SUIT_ViewWindow*,
|
|
|
|
EDisplaing theAction,
|
|
|
|
const char* theEntry = "");
|
|
|
|
void UpdateView (EDisplaing theAction,
|
|
|
|
const char* theEntry = "");
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
void UpdateView();
|
|
|
|
|
|
|
|
void Update(const Handle(SALOME_InteractiveObject)& theIO,
|
|
|
|
bool theDisplay);
|
|
|
|
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
|
void FitAll();
|
|
|
|
|
|
|
|
void RepaintCurrentView();
|
|
|
|
|
|
|
|
vtkRenderer* GetCurrentRenderer();
|
|
|
|
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
|
void SetPointRepresentation(bool theIsVisible);
|
|
|
|
|
|
|
|
void SetPickable(SMESH_Actor* theActor = NULL);
|
|
|
|
|
2005-06-14 12:25:33 +06:00
|
|
|
void UpdateSelectionProp( SMESHGUI* );
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
2005-06-07 19:22:20 +06:00
|
|
|
SVTK_InteractorStyle*
|
|
|
|
GetInteractorStyle (SUIT_ViewWindow* = GetActiveWindow());
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
void SetFilter (const Handle(VTKViewer_Filter)& theFilter,
|
|
|
|
SVTK_InteractorStyle* theStyle = GetInteractorStyle());
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
Handle(VTKViewer_Filter)
|
2005-06-07 19:22:20 +06:00
|
|
|
GetFilter (int theId, SVTK_InteractorStyle* theStyle = GetInteractorStyle());
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
bool IsFilterPresent (int theId,
|
|
|
|
SVTK_InteractorStyle* theStyle = GetInteractorStyle());
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
void RemoveFilter (int theId,
|
|
|
|
SVTK_InteractorStyle* theStyle = GetInteractorStyle());
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
void RemoveFilters (SVTK_InteractorStyle* theStyle = GetInteractorStyle());
|
2005-02-02 18:54:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
bool IsValid (SALOME_Actor* theActor, int theCellId,
|
|
|
|
SVTK_InteractorStyle* theStyle = GetInteractorStyle());
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
2005-06-07 19:22:20 +06:00
|
|
|
int GetNameOfSelectedNodes(SVTK_Selector* theSelector,
|
2004-12-01 15:48:31 +05:00
|
|
|
const Handle(SALOME_InteractiveObject)& theIO,
|
|
|
|
QString& theName);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
int GetNameOfSelectedElements(SVTK_Selector* theSelector,
|
2004-12-01 15:48:31 +05:00
|
|
|
const Handle(SALOME_InteractiveObject)& theIO,
|
|
|
|
QString& theName);
|
2005-06-07 19:22:20 +06:00
|
|
|
|
|
|
|
int GetEdgeNodes(SVTK_Selector* theSelector,
|
|
|
|
const TVisualObjPtr& theVisualObj,
|
|
|
|
int& theId1,
|
|
|
|
int& theId2);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
//----------------------------------------------------------------------------
|
|
|
|
int GetNameOfSelectedNodes (SalomeApp_SelectionMgr*,
|
|
|
|
const Handle(SALOME_InteractiveObject)& theIO,
|
|
|
|
QString& theName);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
int GetNameOfSelectedNodes (SalomeApp_SelectionMgr*,
|
|
|
|
QString& aName);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
int GetNameOfSelectedElements (SalomeApp_SelectionMgr*,
|
|
|
|
const Handle(SALOME_InteractiveObject)& theIO,
|
|
|
|
QString& theName);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
int GetNameOfSelectedElements (SalomeApp_SelectionMgr*,
|
|
|
|
QString& aName);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
int GetSelected (SalomeApp_SelectionMgr*,
|
|
|
|
TColStd_IndexedMapOfInteger& theMap,
|
|
|
|
const bool theIsElement = true );
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
int GetEdgeNodes (SalomeApp_SelectionMgr*, int& theId1, int& theId2);
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
void SetControlsPrecision (const long theVal);
|
|
|
|
};
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-06-07 19:22:20 +06:00
|
|
|
#endif
|