#include "VisuGUI_SelectionPanel.h"#include "VisuGUI.h"#include "VisuGUI_Tools.h"#include "VisuGUI_ViewTools.h"#include "VisuGUI_SelectionPrefDlg.h"#include "VisuGUI_GaussPointsSelectionPane.h"#include "VisuGUI_FindPane.h"#include "VISU_Event.h"#include "VISU_ConvertorUtils.hxx"#include "VISU_Actor.h"#include "VISU_PrsObject_i.hh"#include "VISU_Prs3d_i.hh"#include "VISU_PipeLine.hxx"#include "VISU_GaussPointsPL.hxx"#include "VISU_GaussPtsSettings.h"#include "VISU_PickingSettings.h"#include "SalomeApp_Study.h"#include "SalomeApp_Application.h"#include "LightApp_Application.h"#include "LightApp_SelectionMgr.h"#include "LightApp_VTKSelector.h"#include "SUIT_Desktop.h"#include "SUIT_MessageBox.h"#include "SUIT_ViewWindow.h"#include "SUIT_Session.h"#include "SUIT_ResourceMgr.h"#include "SALOME_ListIO.hxx"#include "SALOME_ListIteratorOfListIO.hxx"#include "SVTK_ViewWindow.h"#include "SVTK_Selector.h"#include "SVTK_RenderWindowInteractor.h"#include "VTKViewer_Algorithm.h"#include "utilities.h"#include <TColStd_IndexedMapOfInteger.hxx>#include <TColStd_MapOfInteger.hxx>#include <QLabel>#include <QListWidget>#include <QLayout>#include <QButtonGroup>#include <QRadioButton>#include <QValidator>#include <QPushButton>#include <QToolButton>#include <QGroupBox>#include <QLineEdit>#include <QTableWidget>#include <QVBoxLayout>#include <QHBoxLayout>#include <QKeyEvent>#include <QHeaderView>#include <QTabWidget>#include <QScrollArea>#include <QStackedWidget>#include <vtkDataSetMapper.h>#include <vtkDataSet.h>#include <vtkPointData.h>#include <vtkCellData.h>#include <vtkCell.h>#include <map>Data Structures | |
| class | CustomIntValidator |
Typedefs | |
| typedef vtkIdType(VISU_PipeLine::* | TGetVTKIdMethod )(vtkIdType theID) |
Functions | |
| template<class TData > | |
| QString | getScalar (TData *theData, int theId) |
| template<class TData > | |
| QString | getVector (TData *theData, int theId) |
| template<class TData > | |
| TValueData | getValueData (TPointID thePointVTKID, VISU_Actor *theActor, TData *theData) |
| TPointData | getPointData (TPointID thePointVTKID, VISU_Actor *theActor, const VISU::PIDMapper &theMapper, bool theIsValueData) |
| bool | onIdEdit (const QString &theText, TGetVTKIdMethod theMethod, bool theIsCell, const SalomeApp_Module *theModule, QLabel *theMeshName, QString theValue, QLabel *theFieldName) |
| typedef vtkIdType(VISU_PipeLine::* TGetVTKIdMethod)(vtkIdType theID) |
| QString getScalar | ( | TData * | theData, |
| int | theId | ||
| ) |
| QString getVector | ( | TData * | theData, |
| int | theId | ||
| ) |
| TValueData getValueData | ( | TPointID | thePointVTKID, |
| VISU_Actor * | theActor, | ||
| TData * | theData | ||
| ) |
References getScalar(), getVector(), TValueData.Scalar, and TValueData.Vector.
| TPointData getPointData | ( | TPointID | thePointVTKID, |
| VISU_Actor * | theActor, | ||
| const VISU::PIDMapper & | theMapper, | ||
| bool | theIsValueData | ||
| ) |
| bool onIdEdit | ( | const QString & | theText, |
| TGetVTKIdMethod | theMethod, | ||
| bool | theIsCell, | ||
| const SalomeApp_Module * | theModule, | ||
| QLabel * | theMeshName, | ||
| QString | theValue, | ||
| QLabel * | theFieldName | ||
| ) |