

Go to the source code of this file.
Packages | |
| package | SMESH |
Enumerations | |
| enum | SMESH.Viewer2dActionType { SMESH.UpdateIn2dViewer = 0, SMESH.RemoveFrom2dViewer } |
Functions | |
| vtkFloatingPointType | SMESH.GetFloat (const QString &theValue, vtkFloatingPointType theDefault) |
| vtkFloatingPointType | SMESH.GetFloat (const QString &theValue, const QString &theSection, vtkFloatingPointType theDefault) |
| QColor | SMESH.GetColor (const QString &theSect, const QString &theName, const QColor &def) |
| void | SMESH.GetColor (const QString &theSect, const QString &theName, int &r, int &g, int &b, const QColor &def) |
| void | SMESH.GetColor (const QString &theSect, const QString &theName, vtkFloatingPointType &r, vtkFloatingPointType &g, vtkFloatingPointType &b, const QColor &def) |
| void | SMESH.WriteUnstructuredGrid (vtkUnstructuredGrid *theGrid, const char *theFileName) |
| void | SMESH.ProcessIn2DViewers (SMESH_Actor *theActor, Viewer2dActionType aType) |
| Get histogram from the input actor Repaint/Remove the histogram in/from each opened Plot2D Viewer. | |