1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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

@@ -16,8 +16,8 @@
class EntityIterator from Interface
---Purpose : Defines an Iterator on Entities, complying with GraphTools
-- needs. Allows considering of various criteria
---Purpose : Defines an Iterator on Entities.
-- Allows considering of various criteria
uses Transient, HSequenceOfTransient from TColStd,
IntVal, InterfaceModel
@@ -71,7 +71,7 @@ is
Value (me) returns any Transient raises NoSuchObject;
---Purpose : Returns the current Entity iterated, to be used by Interface
-- tools or by GraphTools (where Entity is a Vertex)
-- tools
---C++ : return const &
Content (me) returns HSequenceOfTransient;