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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user