Integration of OCCT 6.5.0 from SVN
[occt.git] / src / RWStepVisual / RWStepVisual_RWTextLiteral.cdl
diff --git a/src/RWStepVisual/RWStepVisual_RWTextLiteral.cdl b/src/RWStepVisual/RWStepVisual_RWTextLiteral.cdl
new file mode 100755 (executable)
index 0000000..f226251
--- /dev/null
@@ -0,0 +1,30 @@
+-- File:        TextLiteral.cdl
+-- Created:     Mon Dec  4 12:02:32 1995
+-- Author:      EXPRESS->CDL V0.2 Translator
+-- Copyright:   Matra-Datavision 1993
+
+
+
+
+class RWTextLiteral from RWStepVisual
+
+       ---Purpose : Read & Write Module for TextLiteral
+
+uses Check from Interface,
+     StepReaderData from StepData,
+     StepWriter from StepData,
+     TextLiteral from StepVisual,
+     EntityIterator from Interface
+
+is
+
+       Create returns RWTextLiteral;
+
+       ReadStep (me; data : StepReaderData; num : Integer;
+                     ach : in out Check; ent : mutable TextLiteral from StepVisual);
+
+       WriteStep (me; SW : in out StepWriter; ent : TextLiteral from StepVisual);
+
+       Share(me; ent : TextLiteral from StepVisual; iter : in out EntityIterator);
+
+end RWTextLiteral;