mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
0025000: Missing implementation of method NCollection_SparseArrayBase::changeValue()
Method changeValue() removed from NCollection_SparseArrayBase, ChangeValue() of NCollection_SparseArray is used instead
This commit is contained in:
@@ -237,10 +237,6 @@ protected:
|
||||
Standard_EXPORT Standard_Address setValue (const Standard_Size theIndex,
|
||||
const Standard_Address theValue);
|
||||
|
||||
//! Modification access to the item; allocates necessary space
|
||||
//! and marks the item as defined
|
||||
Standard_EXPORT Standard_Address changeValue (const Standard_Size theIndex);
|
||||
|
||||
//! Copy contents of theOther to this;
|
||||
//! assumes that this and theOther have exactly the same type of arguments
|
||||
Standard_EXPORT void assign (const NCollection_SparseArrayBase& theOther);
|
||||
|
||||
Reference in New Issue
Block a user