Version: 8.3.0
SMESH_ActorUtils.cxx File Reference
#include "SMESH_ActorUtils.h"
#include "SMESH_Actor.h"
#include "SUIT_Tools.h"
#include "SUIT_Session.h"
#include "SUIT_ResourceMgr.h"
#include <SALOMEconfig.h>
#include "SalomeApp_Application.h"
#include <SPlot2d_ViewModel.h>
#include <SPlot2d_Histogram.h>
#include <Plot2d_ViewManager.h>
#include <Qtx.h>
#include "utilities.h"
#include <vtkUnstructuredGrid.h>
#include <vtkCellType.h>
#include <vtkXMLUnstructuredGridWriter.h>
#include <vtkUnstructuredGridWriter.h>
#include <vtkUnsignedCharArray.h>
Include dependency graph for SMESH_ActorUtils.cxx:

Namespaces

namespace  SMESH
 

Functions

double SMESH::GetFloat (const QString &theValue, double theDefault)
 
double SMESH::GetFloat (const QString &theValue, const QString &theSection, double theDefault)
 
void SMESH::WriteUnstructuredGrid (vtkUnstructuredGrid *theGrid, const char *theFileName)
 
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, double &r, double &g, double &b, const QColor &def)
 
void SMESH::GetColor (const QString &theSect, const QString &theName, QColor &color, int &delta, QString def)
 
std::map< SMDSAbs_ElementType,
int
SMESH::GetEntitiesFromObject (SMESH_VisualObj *theObject)
 
void SMESH::ProcessIn2DViewers (SMESH_Actor *theActor, Viewer2dActionType aType)
 Get histogram from the input actor Repaint/Remove the histogram in/from each opened Plot2D Viewer. More...