VISU.Result Interface Reference
Interface Result.
More...
import "VISU_Gen.idl";
Public Types |
enum | Resolution { FULL,
MEDIUM,
LOW,
HIDDEN
} |
typedef sequence< Entity > | Entities |
typedef string | EntityName |
typedef sequence< EntityName > | EntityNames |
typedef long | TimeStampNumber |
typedef sequence< TimeStampNumber > | TimeStampNumbers |
typedef sequence< Resolution > | Resolutions |
Public Member Functions |
boolean | BuildAll () |
boolean | Build (in boolean theIsBuildAll, in boolean theIsAtOnce) |
boolean | IsDone () |
boolean | IsEntitiesDone () |
void | SetBuildFields (in boolean theIsBuildFields, in boolean theIsCalculateMinMax) |
boolean | IsFieldsDone () |
void | SetBuildGroups (in boolean theIsBuildGroups) |
boolean | IsGroupsDone () |
boolean | IsMinMaxDone () |
boolean | IsPartsDone () |
EntityNames | GetMeshNames () |
Entities | GetEntities (in EntityName theMeshName) |
EntityNames | GetFamilies (in EntityName theMeshName, in Entity theEntity) |
EntityNames | GetGroups (in EntityName theMeshName) |
EntityNames | GetFields (in EntityName theMeshName, in Entity theEntity) |
long | GetNumberOfComponents (in EntityName theMeshName, in Entity theEntity, in EntityName theFieldName) |
TimeStampNumbers | GetTimeStampNumbers (in EntityName theMeshName, in Entity theEntity, in EntityName theFieldName) |
EntityNames | GetPartNames (in EntityName theMeshName) |
Resolutions | GetResolutions (in EntityName theMeshName, in EntityName thePartName) |
Resolution | GetResolution (in EntityName theMeshName, in EntityName thePartName) |
void | SetResolution (in EntityName theMeshName, in EntityName thePartName, in Resolution theResolution) |
SALOME_MED::MedFileInfo | GetMEDFileInfo () |
boolean | ExportMED (in string theFileName) |
void | RemoveFromStudy () |
IdType | GetID () |
VISUType | GetType () |
Detailed Description
This interface serves for inner representation of data generated in other sources (MED object or file). This data is needed for further construction of graphical presentations.
Member Typedef Documentation
Member Enumeration Documentation
Member Function Documentation
boolean VISU.Result.BuildAll |
( |
|
) |
|
Reads all data from the corresponding sources. By default the data is loaded on demand.
boolean VISU.Result.Build |
( |
in boolean |
theIsBuildAll, |
|
|
in boolean |
theIsAtOnce | |
|
) |
| | |
Start to parse the source MED file and publish all its entities into the study
boolean VISU.Result.IsDone |
( |
|
) |
|
Allow to check is all requested MED entites already loaded or not
boolean VISU.Result.IsEntitiesDone |
( |
|
) |
|
Allow to check is corresponding MED entites already loaded or not
void VISU.Result.SetBuildFields |
( |
in boolean |
theIsBuildFields, |
|
|
in boolean |
theIsCalculateMinMax | |
|
) |
| | |
Choose to parse MED fields and perform global min / max on the MED timestamps.
boolean VISU.Result.IsFieldsDone |
( |
|
) |
|
Allow to check is corresponding MED fields already loaded or not
void VISU.Result.SetBuildGroups |
( |
in boolean |
theIsBuildGroups |
) |
|
Choose to parse MED groups.
boolean VISU.Result.IsGroupsDone |
( |
|
) |
|
Allow to check is corresponding MED groups and families already loaded or not
boolean VISU.Result.IsMinMaxDone |
( |
|
) |
|
Allow to check is min / max calculation over field's components already perfrormed or not
boolean VISU.Result.IsPartsDone |
( |
|
) |
|
Allow to check is corresponding multi resolution structure already loaded or not
Gets existing mesh entites for the given mesh name
Gets existing families for the given mesh name and entity
Gets existing families for the given mesh name
Gets existing fields for the given mesh name and entity
Gets number of components for the given mesh name, entity and name of field
Gets existing numbers of time stamps for the given mesh name, entity and name of field
Gets existing parts of multi resolution structure for the given mesh name
Gets available resolutions of multi resolution structure for the given mesh and part names
Gets current resolution of multi resolution structure for the given mesh and part names
Gets current resolution of multi resolution structure for the given mesh and part names
SALOME_MED::MedFileInfo VISU.Result.GetMEDFileInfo |
( |
|
) |
|
Gets information about imported MED file
boolean VISU.Result.ExportMED |
( |
in string |
theFileName |
) |
|
Export MED file from temp object.
void VISU.RemovableObject.RemoveFromStudy |
( |
|
) |
[inherited] |
Remove object from study.
IdType VISU.Base.GetID |
( |
|
) |
[inherited] |
Returns ID of the object.
VISUType VISU.Base.GetType |
( |
|
) |
[inherited] |
Returns the type of the presentable object