SALOMEDS.AttributeSequenceOfReal Interface Reference

Attribute - sequence of real values. More...

import "SALOMEDS_Attributes.idl";

Inheritance diagram for SALOMEDS.AttributeSequenceOfReal:

Inheritance graph

Public Member Functions

void Assign (in DoubleSeq other)
DoubleSeq CorbaSequence ()
void Add (in double value)
void Remove (in long index)
void ChangeValue (in long index, in double value)
double Value (in short index)
long Length ()
void CheckLocked () raises (LockProtection)
 Method CheckLocked.

string Store ()
void Restore (in string theData)
string Type ()
SObject GetSObject ()

Detailed Description

Attribute - sequence of real values, indexing from 1 (like in CASCADE).


Member Function Documentation

void SALOMEDS.AttributeSequenceOfReal.Assign in DoubleSeq  other  ) 
 

Initialization of the attribute with initial data.

Parameters:
other Initially assigned sequence of real numbers.

DoubleSeq SALOMEDS.AttributeSequenceOfReal.CorbaSequence  ) 
 

Returns the sequence of real numbers stored in the attribute.

void SALOMEDS.AttributeSequenceOfReal.Add in double  value  ) 
 

Adds to the end of the sequence a real number.

Parameters:
value A real number added to the sequence.

See also an example of this method usage in batchmode of SALOME application.

void SALOMEDS.AttributeSequenceOfReal.Remove in long  index  ) 
 

Removes a real number with a definite index from the sequence of real numbers stored in the Attribute.

Parameters:
index The index of the given real number

void SALOMEDS.AttributeSequenceOfReal.ChangeValue in long  index,
in double  value
 

Substitutes a given real number with a definite index for another real number.

Parameters:
index The index of the given real number.
value The value of another real number.

See also an example of this method usage in batchmode of SALOME application.

double SALOMEDS.AttributeSequenceOfReal.Value in short  index  ) 
 

Returns a given real number with a definite index in the sequence of real numbers stored in the Attribute.

Parameters:
index The index of the given real number.

See also an example of this method usage in batchmode of SALOME application.

long SALOMEDS.AttributeSequenceOfReal.Length  ) 
 

Returns the length of the sequence of real numbers stored in the Attribute.


See also an example of this method usage in batchmode of SALOME application.

void SALOMEDS.GenericAttribute.CheckLocked  )  raises (LockProtection) [inherited]
 

Checks whether the Study is protected for modifications.

Note:

This exception is raised only outside a transaction.

string SALOMEDS.GenericAttribute.Store  )  [inherited]
 

void SALOMEDS.GenericAttribute.Restore in string  theData  )  [inherited]
 

string SALOMEDS.GenericAttribute.Type  )  [inherited]
 

SObject SALOMEDS.GenericAttribute.GetSObject  )  [inherited]
 


Generated on Tue Feb 7 22:07:50 2006 for SALOME v.2.2.8 by doxygen 1.3.7