#include <SALOMEDSClient_AttributeSequenceOfReal.hxx>
◆ Add()
| virtual void SALOMEDSClient_AttributeSequenceOfReal::Add |
( |
double |
value | ) |
|
|
pure virtual |
◆ Assign()
| virtual void SALOMEDSClient_AttributeSequenceOfReal::Assign |
( |
const std::vector< double > & |
other | ) |
|
|
pure virtual |
◆ ChangeValue()
| virtual void SALOMEDSClient_AttributeSequenceOfReal::ChangeValue |
( |
int |
index, |
|
|
double |
value |
|
) |
| |
|
pure virtual |
◆ CheckLocked()
| virtual void SALOMEDSClient_GenericAttribute::CheckLocked |
( |
| ) |
|
|
pure virtualinherited |
◆ CorbaSequence()
| virtual std::vector<double> SALOMEDSClient_AttributeSequenceOfReal::CorbaSequence |
( |
| ) |
|
|
pure virtual |
◆ GetClassType()
| virtual std::string SALOMEDSClient_GenericAttribute::GetClassType |
( |
| ) |
|
|
pure virtualinherited |
◆ GetSObject()
◆ Length()
| virtual int SALOMEDSClient_AttributeSequenceOfReal::Length |
( |
| ) |
|
|
pure virtual |
◆ Remove()
| virtual void SALOMEDSClient_AttributeSequenceOfReal::Remove |
( |
int |
index | ) |
|
|
pure virtual |
◆ Type()
| virtual std::string SALOMEDSClient_GenericAttribute::Type |
( |
| ) |
|
|
pure virtualinherited |
◆ Value()
| virtual double SALOMEDSClient_AttributeSequenceOfReal::Value |
( |
int |
index | ) |
|
|
pure virtual |