Open CASCADE Technology 6.6.0
|
A framework for an attribute composed of a real number array.
#include <TDataStd_RealArray.hxx>
Public Member Functions | |
void | Init (const Standard_Integer lower, const Standard_Integer upper) |
Initialize the inner array with bounds from <lower> to <upper> | |
void | SetValue (const Standard_Integer Index, const Standard_Real Value) |
Sets the <Index>th element of the array to | |
Standard_Real | Value (const Standard_Integer Index) const |
Return the value of the <Index>th element of the array | |
Standard_Real | operator() (const Standard_Integer Index) const |
Standard_Integer | Lower () const |
Returns the lower boundary of the array. | |
Standard_Integer | Upper () const |
Returns the upper boundary of the array. | |
Standard_Integer | Length () const |
Returns the number of elements of the array of reals in terms of the number of elements it contains. | |
void | ChangeArray (const Handle< TColStd_HArray1OfReal > &newArray, const Standard_Boolean isCheckItems=Standard_True) |
Sets the inner array <myValue> of the RealArray attribute to <newArray>. If value of <newArray> differs from <myValue>, Backup performed and myValue refers to new instance of HArray1OfReal that holds <newArray> values If <isCheckItems> equal True each item of <newArray> will be checked with each item of <myValue> for coincidence (to avoid backup). | |
const Handle_TColStd_HArray1OfReal | Array () const |
Returns the handle of this array of reals. | |
Standard_Boolean | GetDelta () const |
void | SetDelta (const Standard_Boolean isDelta) |
for internal use only! | |
TDataStd_RealArray () | |
const Standard_GUID & | ID () const |
Returns the ID of the attribute. | |
void | Restore (const Handle< TDF_Attribute > &With) |
Restores the backuped contents from <anAttribute> into this one. It is used when aborting a transaction. | |
Handle_TDF_Attribute | NewEmpty () const |
Returns an new empty attribute from the good end type. It is used by the copy algorithm. | |
void | Paste (const Handle< TDF_Attribute > &Into, const Handle< TDF_RelocationTable > &RT) const |
Note. Uses inside ChangeArray() method | |
virtual Standard_OStream & | Dump (Standard_OStream &anOS) const |
Dumps the minimum information about <me> on <aStream>. | |
virtual Handle_TDF_DeltaOnModification | DeltaOnModification (const Handle< TDF_Attribute > &anOldAttribute) const |
Makes a DeltaOnModification between <me> and <anOldAttribute>. | |
Static Public Member Functions | |
static const Standard_GUID & | GetID () |
class methods ============= //! Returns the GUID for arrays of reals. | |
static Handle_TDataStd_RealArray | Set (const TDF_Label &label, const Standard_Integer lower, const Standard_Integer upper, const Standard_Boolean isDelta=Standard_False) |
Finds or creates on the <label> a real array attribute with the specified <lower> and <upper> boundaries. If attribute is already set, all input parameters are refused and the found attribute is returned. |
TDataStd_RealArray::TDataStd_RealArray | ( | ) |
const Handle_TColStd_HArray1OfReal TDataStd_RealArray::Array | ( | ) | const |
void TDataStd_RealArray::ChangeArray | ( | const Handle< TColStd_HArray1OfReal > & | newArray, |
const Standard_Boolean | isCheckItems = Standard_True |
||
) |
virtual Handle_TDF_DeltaOnModification TDataStd_RealArray::DeltaOnModification | ( | const Handle< TDF_Attribute > & | anOldAttribute | ) | const [virtual] |
Reimplemented from TDF_Attribute.
virtual Standard_OStream& TDataStd_RealArray::Dump | ( | Standard_OStream & | anOS | ) | const [virtual] |
Reimplemented from TDF_Attribute.
Standard_Boolean TDataStd_RealArray::GetDelta | ( | ) | const |
static const Standard_GUID& TDataStd_RealArray::GetID | ( | ) | [static] |
const Standard_GUID& TDataStd_RealArray::ID | ( | ) | const [virtual] |
Implements TDF_Attribute.
void TDataStd_RealArray::Init | ( | const Standard_Integer | lower, |
const Standard_Integer | upper | ||
) |
Standard_Integer TDataStd_RealArray::Length | ( | ) | const |
Standard_Integer TDataStd_RealArray::Lower | ( | ) | const |
Handle_TDF_Attribute TDataStd_RealArray::NewEmpty | ( | ) | const [virtual] |
Implements TDF_Attribute.
Standard_Real TDataStd_RealArray::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
void TDataStd_RealArray::Paste | ( | const Handle< TDF_Attribute > & | Into, |
const Handle< TDF_RelocationTable > & | RT | ||
) | const [virtual] |
Implements TDF_Attribute.
void TDataStd_RealArray::Restore | ( | const Handle< TDF_Attribute > & | anAttribute | ) | [virtual] |
Implements TDF_Attribute.
static Handle_TDataStd_RealArray TDataStd_RealArray::Set | ( | const TDF_Label & | label, |
const Standard_Integer | lower, | ||
const Standard_Integer | upper, | ||
const Standard_Boolean | isDelta = Standard_False |
||
) | [static] |
void TDataStd_RealArray::SetDelta | ( | const Standard_Boolean | isDelta | ) |
void TDataStd_RealArray::SetValue | ( | const Standard_Integer | Index, |
const Standard_Real | Value | ||
) |
Standard_Integer TDataStd_RealArray::Upper | ( | ) | const |
Standard_Real TDataStd_RealArray::Value | ( | const Standard_Integer | Index | ) | const |