1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03: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:
dln
2014-05-22 17:20:38 +04:00
committed by apn
parent 011b361de5
commit 6268cc68d7
120 changed files with 8 additions and 13226 deletions

View File

@@ -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;