VISU.Result Interface Reference

Interface Result. More...

import "VISU_Gen.idl";

Inheritance diagram for VISU.Result:

Inheritance graph

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 ()
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 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

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