Container presentable object interface More...
import "VISU_Gen.idl";
Public Member Functions | |
void | AddCurve (in Curve theCurve) |
void | RemoveCurve (in Curve theCurve) |
long | GetNbCurves () |
void | Clear () |
void | RemoveFromStudy () |
IdType | GetID () |
VISUType | GetType () |
This class is provided in order to create one presentation using several presentable objects. This can provide a combination of a set of curves to display them in XY plot view.
void VISU.Container.AddCurve | ( | in Curve | theCurve | ) |
Adds a curve into the container.
theCurve | The added curve. |
void VISU.Container.RemoveCurve | ( | in Curve | theCurve | ) |
Removes a curve from the container.
theCurve | The removed curve. |
long VISU.Container.GetNbCurves | ( | ) |
Gets the number of curves which are stored in the container.
void VISU.Container.Clear | ( | ) |
Removes all curves from the container.
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