mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024784: Move documentation in CDL files to proper location
Mostly duplicated comments were removed and missing ones were moved into dedicated class CDL files. Some more duplicated comments were removed from CDL files. Correction of merge
This commit is contained in:
@@ -97,11 +97,9 @@ is
|
||||
class CopyShape;
|
||||
|
||||
class TranslateTool;
|
||||
---Purpose: tool to copy underlying TShape of a Shape
|
||||
|
||||
private class Translator;
|
||||
---Purpose: only for Shape Copy test - to move in DNaming
|
||||
|
||||
|
||||
|
||||
---Category: classes to store shapes and their evolution in the framework
|
||||
-- ============================================================
|
||||
@@ -148,35 +146,25 @@ is
|
||||
-- removed by a Boolean operation.
|
||||
|
||||
class NamedShape;
|
||||
---Purpose: attribute to store shapes and their evolution
|
||||
|
||||
|
||||
|
||||
private class UsedShapes;
|
||||
---Purpose: global attribute located under root label to store all
|
||||
-- the shapes handled by the framework
|
||||
|
||||
|
||||
|
||||
|
||||
class Builder;
|
||||
---Purpose: API to build a NamedShape attribute.
|
||||
|
||||
class Tool;
|
||||
---Purpose: methods to interogate naming data
|
||||
|
||||
class Iterator;
|
||||
---Purpose: Iterates on all the evolutions in an attribute.
|
||||
|
||||
class NewShapeIterator;
|
||||
---Purpose: To iterate on all the shapes created from a given
|
||||
-- shape.
|
||||
|
||||
class OldShapeIterator;
|
||||
---Purpose: To iterate on all the shapes which created a given
|
||||
-- shape.
|
||||
|
||||
class SameShapeIterator;
|
||||
---Purpose: To iterate on all the label which contained a
|
||||
-- given shape.
|
||||
|
||||
|
||||
|
||||
class NamedShapeHasher instantiates MapHasher from TCollection(NamedShape from TNaming) ;
|
||||
@@ -187,8 +175,8 @@ is
|
||||
class ListOfNamedShape instantiates List from TCollection (NamedShape from TNaming);
|
||||
|
||||
|
||||
---Purpose: classes to store selected shape (involve naming algorithm)
|
||||
-- =========================================================
|
||||
---Category: classes to store selected shape (involve naming algorithm)
|
||||
-- ==========================================================
|
||||
|
||||
|
||||
enumeration NameType is
|
||||
@@ -208,14 +196,10 @@ is
|
||||
end NameType;
|
||||
|
||||
class Name;
|
||||
---Purpose: store the arguments of Naming.
|
||||
|
||||
class Naming;
|
||||
---Purpose: Perform Topological naming when the topology is not
|
||||
-- already attached to a specific label.
|
||||
|
||||
class Selector;
|
||||
---Purpose: API to select shapes (identification and solving)
|
||||
|
||||
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
class Name from TNaming
|
||||
|
||||
---Purpose: store the arguments of Naming.
|
||||
uses
|
||||
|
||||
NameType from TNaming,
|
||||
|
@@ -16,9 +16,10 @@
|
||||
|
||||
class TranslateTool from TNaming inherits TShared from MMgt
|
||||
|
||||
---Purpose: The TranslateTool class is provided to support the
|
||||
-- translation of topological data structures Transient
|
||||
-- . to Transient.
|
||||
---Purpose: tool to copy underlying TShape of a Shape.
|
||||
-- The TranslateTool class is provided to support the
|
||||
-- translation of topological data structures Transient
|
||||
-- to Transient.
|
||||
|
||||
uses
|
||||
Shape from TopoDS,
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
private class Translator from TNaming
|
||||
|
||||
---Purpose:
|
||||
---Purpose: only for Shape Copy test - to move in DNaming
|
||||
|
||||
uses
|
||||
Shape from TopoDS,
|
||||
|
@@ -16,7 +16,9 @@
|
||||
|
||||
private class UsedShapes from TNaming inherits Attribute from TDF
|
||||
|
||||
---Purpose: Set of Shapes Used in a Data from TDF
|
||||
---Purpose: Global attribute located under root label to store all
|
||||
-- the shapes handled by the framework
|
||||
-- Set of Shapes Used in a Data from TDF
|
||||
-- Only one instance by Data, it always
|
||||
-- Stored as Attribute of The Root.
|
||||
|
||||
|
Reference in New Issue
Block a user