#include "VISU_MedConvertor.hxx"#include "VISU_ConvertorUtils.hxx"#include "MED_Factory.hxx"#include "MED_Algorithm.hxx"#include "MED_GaussUtils.hxx"#include "MED_Utilities.hxx"#include "SALOMEconfig.h"#include <Standard_Failure.hxx>#include <vtkCellType.h>
Packages | |
| package | VISU |
Defines | |
| #define | _LOAD_FAMILIES_ |
| #define | _EDF_NODE_IDS_ |
Functions | |
| MED::TInt | VISU.GetPNOMLength (MED::EVersion theVersion) |
| VISU_Convertor * | CreateConvertor (const std::string &theFileName) |
| Instatiate proper VISU_Convertor subclass. | |
| template<class TimeStampValueType > | |
| void | BuildTimeStampMinMax (MED::SharedPtr< TimeStampValueType > theTimeStampValue, const VISU::PMEDMeshOnEntity theMeshOnEntity, const MED::TGeom2Gauss &theGeom2Gauss, VISU::TMetric2Comp2MinMax &theMetric2Comp2MinMax, VISU::TMetric2Comp2MinMax &theMetric2Comp2AverageMinMax, VISU::TMetric2Comp2Group2MinMax &theMetric2Comp2Group2MinMax, VISU::TMetric2Comp2Group2MinMax &theMetric2Comp2Group2AverageMinMax, TInt theNbComp, TInt theNbComp2) |
| void | LoadProfile (const MED::PWrapper &theMed, VISU::PMEDMesh theMesh, MED::PTimeStampValueBase theTimeStampValue, VISU::TMEDValForTime &theValForTime, VISU::TMEDMeshOnEntity &theMeshOnEntity) |
| void | LoadGaussMesh (const MED::PWrapper &theMed, VISU::PMEDMesh theMesh, MED::PTimeStampValueBase theTimeStampValue, VISU::TMEDValForTime &theValForTime, VISU::TMEDMeshOnEntity &theMeshOnEntity) |
| template<class TimeStampValueType > | |
| void | FillValForTime (MED::SharedPtr< TimeStampValueType > theTimeStampValue, const VISU::TGeom2SubProfile &theGeom2SubProfile, VISU::PMEDValForTime theValForTime, VISU::PMEDField theField) |
| int | LoadValForTime (const MED::PWrapper &theMed, VISU::PMEDMesh theMesh, VISU::PMEDMeshOnEntity theMeshOnEntity, VISU::PMEDField theField, VISU::PMEDValForTime theValForTime, bool theIsGauss, bool &theIsDone) |
Variables | |
| static int | MYDEBUG = 0 |
| static int | MYVALUEDEBUG = 0 |
| static int | MY_FAMILY_DEBUG = 0 |
| static int | MY_GROUP_DEBUG = 0 |
| #define _LOAD_FAMILIES_ |
| #define _EDF_NODE_IDS_ |
| VISU_Convertor* CreateConvertor | ( | const std::string & | theFileName | ) |
| void BuildTimeStampMinMax | ( | MED::SharedPtr< TimeStampValueType > | theTimeStampValue, |
| const VISU::PMEDMeshOnEntity | theMeshOnEntity, | ||
| const MED::TGeom2Gauss & | theGeom2Gauss, | ||
| VISU::TMetric2Comp2MinMax & | theMetric2Comp2MinMax, | ||
| VISU::TMetric2Comp2MinMax & | theMetric2Comp2AverageMinMax, | ||
| VISU::TMetric2Comp2Group2MinMax & | theMetric2Comp2Group2MinMax, | ||
| VISU::TMetric2Comp2Group2MinMax & | theMetric2Comp2Group2AverageMinMax, | ||
| TInt | theNbComp, | ||
| TInt | theNbComp2 | ||
| ) |
| void LoadProfile | ( | const MED::PWrapper & | theMed, |
| VISU::PMEDMesh | theMesh, | ||
| MED::PTimeStampValueBase | theTimeStampValue, | ||
| VISU::TMEDValForTime & | theValForTime, | ||
| VISU::TMEDMeshOnEntity & | theMeshOnEntity | ||
| ) |
References MYDEBUG, VISU.TMeshOnEntity.myEntity, and VISU.TValForTime.myProfile.
| void LoadGaussMesh | ( | const MED::PWrapper & | theMed, |
| VISU::PMEDMesh | theMesh, | ||
| MED::PTimeStampValueBase | theTimeStampValue, | ||
| VISU::TMEDValForTime & | theValForTime, | ||
| VISU::TMEDMeshOnEntity & | theMeshOnEntity | ||
| ) |
| void FillValForTime | ( | MED::SharedPtr< TimeStampValueType > | theTimeStampValue, |
| const VISU::TGeom2SubProfile & | theGeom2SubProfile, | ||
| VISU::PMEDValForTime | theValForTime, | ||
| VISU::PMEDField | theField | ||
| ) |
References VISU.eRemoveAll, and MYDEBUG.
| int LoadValForTime | ( | const MED::PWrapper & | theMed, |
| VISU::PMEDMesh | theMesh, | ||
| VISU::PMEDMeshOnEntity | theMeshOnEntity, | ||
| VISU::PMEDField | theField, | ||
| VISU::PMEDValForTime | theValForTime, | ||
| bool | theIsGauss, | ||
| bool & | theIsDone | ||
| ) |
References LoadGaussMesh(), LoadProfile(), and MYDEBUG.
int MYDEBUG = 0 [static] |
int MYVALUEDEBUG = 0 [static] |
int MY_FAMILY_DEBUG = 0 [static] |
int MY_GROUP_DEBUG = 0 [static] |