mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-26 18:48:53 +08:00
0024788: Foundation Classes - remove Dico_Dictionary
Class Dico_Dictionary was replaced by NCollection_DataMap/NCollection_IndexedDataMap classes. Changed argument name in template class NCollection_Datamap to eliminate redefinitions of static members in dependent code.
This commit is contained in:
@@ -29,10 +29,6 @@ class ShapeProcess_ShapeContext;
|
||||
class ShapeProcess_Operator;
|
||||
class ShapeProcess_UOperator;
|
||||
class ShapeProcess_OperLibrary;
|
||||
class ShapeProcess_DictionaryOfOperator;
|
||||
class ShapeProcess_IteratorOfDictionaryOfOperator;
|
||||
class ShapeProcess_StackItemOfDictionaryOfOperator;
|
||||
|
||||
|
||||
//! Shape Processing module
|
||||
//! allows to define and apply general Shape Processing as a
|
||||
@@ -77,9 +73,6 @@ friend class ShapeProcess_ShapeContext;
|
||||
friend class ShapeProcess_Operator;
|
||||
friend class ShapeProcess_UOperator;
|
||||
friend class ShapeProcess_OperLibrary;
|
||||
friend class ShapeProcess_DictionaryOfOperator;
|
||||
friend class ShapeProcess_IteratorOfDictionaryOfOperator;
|
||||
friend class ShapeProcess_StackItemOfDictionaryOfOperator;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user