27#ifndef SMESHGUI_MESHEDITPREVIEW_H
28#define SMESHGUI_MESHEDITPREVIEW_H
40#include <SALOMEconfig.h>
41#include CORBA_SERVER_HEADER(SMESH_Mesh)
62 void SetVisibility(
bool );
63 void SetColor(
double,
double,
double );
65 void SetArrowShapeAndNb(
int nbArrows,
69 const char* labels=0);
70 void SetArrows(
const gp_Ax1* axes,
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Displayer of the mesh edition preview.
Definition: SMESHGUI_MeshEditPreview.h:47
SALOME_Actor * myPreviewActor
Definition: SMESHGUI_MeshEditPreview.h:51
vtkUnstructuredGrid * myGrid
Definition: SMESHGUI_MeshEditPreview.h:50
std::vector< vtkTextActor * > myLabelActors
Definition: SMESHGUI_MeshEditPreview.h:54
std::vector< gp_Pnt > myUnitArrowPnts
Definition: SMESHGUI_MeshEditPreview.h:53
SVTK_ViewWindow * myViewWindow
Definition: SMESHGUI_MeshEditPreview.h:48
SVTK_ViewWindow * GetViewWindow(const SalomeApp_Module *theModule, bool createIfNotFound)
Return active view window, if it instantiates SVTK_ViewWindow class, otherwise find or create corresp...
Definition: SMESHGUI_VTKUtils.cxx:471
Structure containing mesh edit preview data.
Definition: SMESH_Mesh.idl:279