#include "SMESHGUI_NodesDlg.h"#include "SMESHGUI.h"#include "SMESHGUI_SpinBox.h"#include "SMESHGUI_Utils.h"#include "SMESHGUI_VTKUtils.h"#include "SMESHGUI_MeshUtils.h"#include "SMESHGUI_GroupUtils.h"#include <SMESH_Actor.h>#include <SMESH_ActorUtils.h>#include <SMESH_ObjectDef.h>#include <SMDS_Mesh.hxx>#include <SMDS_MeshNode.hxx>#include <SUIT_Session.h>#include <SUIT_OverrideCursor.h>#include <SUIT_MessageBox.h>#include <SUIT_Desktop.h>#include <SUIT_ResourceMgr.h>#include <LightApp_Application.h>#include <LightApp_SelectionMgr.h>#include <SalomeApp_Application.h>#include <SVTK_ViewWindow.h>#include <VTKViewer_Algorithm.h>#include <VTKViewer_CellLocationsArray.h>#include <SALOMEDS_Study.hxx>#include <SALOMEDS_SObject.hxx>#include <utilities.h>#include <vtkIdList.h>#include <vtkCellArray.h>#include <vtkUnsignedCharArray.h>#include <vtkUnstructuredGrid.h>#include <vtkDataSetMapper.h>#include <vtkRenderer.h>#include <vtkProperty.h>#include <vtkPoints.h>#include <QComboBox>#include <QGroupBox>#include <QLabel>#include <QPushButton>#include <QRadioButton>#include <QHBoxLayout>#include <QVBoxLayout>#include <QKeyEvent>#include <QButtonGroup>#include <SALOMEconfig.h>#include <CORBA_SERVER_HEADER(SMESH_MeshEditor)>
Go to the source code of this file.
Data Structures | |
| class | SMESH.TNodeSimulation |
Packages | |
| package | SMESH |
Defines | |
| #define | SPACING 6 |
| #define | MARGIN 11 |
Functions | |
| long | SMESH.AddNode (SMESH::SMESH_Mesh_ptr theMesh, float x, float y, float z, const QStringList &theParameters) |
| #define MARGIN 11 |
Definition at line 92 of file SMESHGUI_NodesDlg.cxx.
| #define SPACING 6 |
Definition at line 91 of file SMESHGUI_NodesDlg.cxx.