23#ifndef SMESH_ACTORUTILS_H
24#define SMESH_ACTORUTILS_H
46 double theDefault = 0 );
51 const QString& theSection,
52 double theDefault = 0 );
57 const QString& theName,
58 const QColor& = QColor() );
63 const QString& theName,
67 const QColor& = QColor() );
72 const QString& theName,
76 const QColor& = QColor() );
81 const QString& theName,
87 std::map<SMDSAbs_ElementType,::smIdType>
93 const char* theFileName);
96#ifndef DISABLE_PLOT2DVIEWER
#define SMESHOBJECT_EXPORT
Definition: SMESH_Object.h:38
Definition: SMESH_Actor.h:56
Definition: SMESH_Object.h:59
Definition: SMESH_ControlsClassifier.cxx:39
QColor GetColor(const QString &theSect, const QString &theName, const QColor &def)
Definition: SMESH_ActorUtils.cxx:97
LabelFont
Label font family.
Definition: SMESH_ActorUtils.h:37
@ FntArial
arial font family
Definition: SMESH_ActorUtils.h:38
@ FntTimes
times font family
Definition: SMESH_ActorUtils.h:40
@ FntCourier
courier font family
Definition: SMESH_ActorUtils.h:39
void WriteUnstructuredGrid(vtkUnstructuredGrid *theGrid, const char *theFileName)
Definition: SMESH_ActorUtils.cxx:83
std::map< SMDSAbs_ElementType,::smIdType > GetEntitiesFromObject(SMESH_VisualObj *theObject)
Definition: SMESH_ActorUtils.cxx:155
double GetFloat(const QString &theValue, double theDefault)
Definition: SMESH_ActorUtils.cxx:54
void ProcessIn2DViewers(SMESH_Actor *theActor, Viewer2dActionType aType)
Get histogram from the input actor Repaint/Remove the histogram in/from each opened Plot2D Viewer.
Definition: SMESH_ActorUtils.cxx:179
Viewer2dActionType
Definition: SMESH_ActorUtils.h:98
@ RemoveFrom2dViewer
Definition: SMESH_ActorUtils.h:98
@ UpdateIn2dViewer
Definition: SMESH_ActorUtils.h:98