#include "VISU_TimeAnimation.h"#include "VISUConfig.hh"#include "VISU_Result_i.hh"#include "VISU_Prs3d_i.hh"#include "VISU_Mesh_i.hh"#include "VISU_IsoSurfaces_i.hh"#include "VISU_DeformedShape_i.hh"#include "VISU_DeformedShapeAndScalarMap_i.hh"#include "VISU_CutPlanes_i.hh"#include "VISU_Plot3D_i.hh"#include "VISU_CutLines_i.hh"#include "VISU_CutSegment_i.hh"#include "VISU_Vectors_i.hh"#include "VISU_StreamLines_i.hh"#include "VISU_GaussPoints_i.hh"#include "VISU_ViewManager_i.hh"#include "VISU_View_i.hh"#include "VISU_ScalarBarActor.hxx"#include "VISU_Actor.h"#include "SalomeApp_Study.h"#include "SVTK_ViewWindow.h"#include "SALOME_Event.h"#include "SUIT_ResourceMgr.h"#include "SUIT_Application.h"#include "SUIT_Session.h"#include "SUIT_Study.h"#include "SUIT_MessageBox.h"#include "SALOMEDSClient_AttributeString.hxx"#include "SALOMEDSClient_AttributeName.hxx"#include "Utils_ExceptHandlers.hxx"#include <QPixmap>#include <QImage>#include <QImageWriter>#include <QStringList>#include <QDir>#include <Standard_Failure.hxx>
Data Structures | |
| class | VISU.ExecutionState |
| class | VISU.DumpPath |
| struct | VISU.TCompositeMinMaxController |
| struct | TNewAnimationEvent |
Packages | |
| package | VISU |
Typedefs | |
| typedef SALOME::GenericObjPtr < TCompositeMinMaxController > | VISU.PCompositeMinMaxController |
Functions | |
| double | getMinFieldsValue (QList< FieldData > &theFieldsLst) |
| double | getMaxFieldsValue (QList< FieldData > &theFieldsLst) |
| std::string | GetPresentationComment (VISU::VISUType thePrsType) |
| double getMinFieldsValue | ( | QList< FieldData > & | theFieldsLst | ) |
| double getMaxFieldsValue | ( | QList< FieldData > & | theFieldsLst | ) |
| std::string GetPresentationComment | ( | VISU::VISUType | thePrsType | ) |
References VISU.DeformedShapeAndScalarMap_i.myComment, VISU.GaussPoints_i.myComment, VISU.StreamLines_i.myComment, VISU.Vectors_i.myComment, VISU.DeformedShape_i.myComment, VISU.Plot3D_i.myComment, VISU.CutSegment_i.myComment, VISU.CutLines_i.myComment, VISU.CutPlanes_i.myComment, VISU.IsoSurfaces_i.myComment, VISU.ScalarMap_i.myComment, VISU.TCUTLINES, VISU.TCUTPLANES, VISU.TCUTSEGMENT, VISU.TDEFORMEDSHAPE, VISU.TDEFORMEDSHAPEANDSCALARMAP, VISU.TGAUSSPOINTS, VISU.TISOSURFACES, VISU.TPLOT3D, VISU.TSCALARMAP, VISU.TSCALARMAPONDEFORMEDSHAPE, VISU.TSTREAMLINES, and VISU.TVECTORS.