mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-26 01:57:30 +08:00
0024885: Getting rid of "TKAdvTools" toolkit
"TKAdvTools" toolkit was deleted. And packages from this toolkit were: - GraphDS -> deleted - GraphTools -> moved to WOK - Dynamic -> deleted - Materials -> deleted - Expr -> moved to TKMath - ExprIntrp -> moved to TKMath - TKAdvTools -> deleted All references of the "TKAdvTools" toolkit were removed
This commit is contained in:
@@ -20,7 +20,7 @@ package IFGraph
|
||||
-- Entities as on a Graph. These Tools are based on classes
|
||||
-- Graph and GraphContent from Interface
|
||||
|
||||
uses Interface, GraphTools, TColStd, Standard
|
||||
uses Interface, TColStd, Standard
|
||||
|
||||
is
|
||||
|
||||
@@ -39,15 +39,4 @@ is
|
||||
class Cycles;
|
||||
class SCRoots;
|
||||
|
||||
-- class SortedStrongsFrom instantiates SortedStrgCmptsFromIterator from GraphTools
|
||||
-- (Graph from Interface,Transient,
|
||||
-- MapTransientHasher from TColStd,GraphContent from Interface);
|
||||
|
||||
-- class SortedStrongs instantiates SortedStrgCmptsIterator from GraphTools
|
||||
-- (Graph from Interface,Transient,
|
||||
-- GraphContent from Interface,SortedStrongsFrom from IFGraph);
|
||||
|
||||
-- class SortedStrongs instantiates SortedStrgCmptsIterator
|
||||
-- (Graph,Transient,GraphContent,GraphContent);
|
||||
|
||||
end IFGraph;
|
||||
|
||||
Reference in New Issue
Block a user