Open CASCADE Technology 6.6.0
|
An array of boolean values.
#include <TDataStd_BooleanArray.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_Boolean value) |
Sets the <Index>th element of the array to | |
Standard_Boolean | Value (const Standard_Integer Index) const |
Return the value of the <Index>th element of the array. | |
Standard_Boolean | 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 in the array. | |
const Handle_TColStd_HArray1OfByte & | InternalArray () const |
void | SetInternalArray (const Handle< TColStd_HArray1OfByte > &values) |
TDataStd_BooleanArray () | |
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 |
This method is different from the "Copy" one, because it is used when copying an attribute from a source structure into a target structure. This method may paste the contents of <me> into <intoAttribute>. The given pasted attribute can be full or empty of its contents. But don't make a NEW! Just set the contents! It is possible to use <aRelocationTable> to get/set the relocation value of a source attribute. | |
virtual Standard_OStream & | Dump (Standard_OStream &OS) const |
Dumps the minimum information about <me> on <aStream>. | |
Static Public Member Functions | |
static const Standard_GUID & | GetID () |
Static methods ============== //! Returns an ID for array. | |
static Handle_TDataStd_BooleanArray | Set (const TDF_Label &label, const Standard_Integer lower, const Standard_Integer upper) |
Finds or creates an attribute with the array. |
TDataStd_BooleanArray::TDataStd_BooleanArray | ( | ) |
virtual Standard_OStream& TDataStd_BooleanArray::Dump | ( | Standard_OStream & | anOS | ) | const [virtual] |
Reimplemented from TDF_Attribute.
static const Standard_GUID& TDataStd_BooleanArray::GetID | ( | ) | [static] |
const Standard_GUID& TDataStd_BooleanArray::ID | ( | ) | const [virtual] |
Implements TDF_Attribute.
void TDataStd_BooleanArray::Init | ( | const Standard_Integer | lower, |
const Standard_Integer | upper | ||
) |
const Handle_TColStd_HArray1OfByte& TDataStd_BooleanArray::InternalArray | ( | ) | const |
Standard_Integer TDataStd_BooleanArray::Length | ( | ) | const |
Standard_Integer TDataStd_BooleanArray::Lower | ( | ) | const |
Handle_TDF_Attribute TDataStd_BooleanArray::NewEmpty | ( | ) | const [virtual] |
Implements TDF_Attribute.
Standard_Boolean TDataStd_BooleanArray::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
void TDataStd_BooleanArray::Paste | ( | const Handle< TDF_Attribute > & | intoAttribute, |
const Handle< TDF_RelocationTable > & | aRelocationTable | ||
) | const [virtual] |
Implements TDF_Attribute.
void TDataStd_BooleanArray::Restore | ( | const Handle< TDF_Attribute > & | anAttribute | ) | [virtual] |
Implements TDF_Attribute.
static Handle_TDataStd_BooleanArray TDataStd_BooleanArray::Set | ( | const TDF_Label & | label, |
const Standard_Integer | lower, | ||
const Standard_Integer | upper | ||
) | [static] |
void TDataStd_BooleanArray::SetInternalArray | ( | const Handle< TColStd_HArray1OfByte > & | values | ) |
void TDataStd_BooleanArray::SetValue | ( | const Standard_Integer | index, |
const Standard_Boolean | value | ||
) |
Standard_Integer TDataStd_BooleanArray::Upper | ( | ) | const |
Standard_Boolean TDataStd_BooleanArray::Value | ( | const Standard_Integer | Index | ) | const |