Integration of OCCT 6.5.0 from SVN
[occt.git] / src / TShort / TShort.cdl
diff --git a/src/TShort/TShort.cdl b/src/TShort/TShort.cdl
new file mode 100755 (executable)
index 0000000..0c1e2bb
--- /dev/null
@@ -0,0 +1,50 @@
+package TShort 
+
+                             
+uses TCollection
+
+is
+
+
+--                  Instantiations de TCollection                         --
+--                  *****************************                         --
+------------------------------------------------------------------------
+
+--          
+-- Instantiations Array1 -- *************************************************************
+--       
+    class Array1OfShortReal instantiates Array1 from TCollection (ShortReal);
+
+--          
+-- Instantiations HArray1 -- **************************************************************
+--       
+    class HArray1OfShortReal instantiates 
+       HArray1 from TCollection (ShortReal, Array1OfShortReal from TShort);
+
+--          
+-- Instantiations Array2 -- ***************************************************************************
+--       
+    class Array2OfShortReal instantiates 
+       Array2 from TCollection (ShortReal);
+
+--          
+-- Instantiations HArray2
+-- ****************************************************************************
+--       
+    class HArray2OfShortReal instantiates 
+       HArray2 from TCollection ( ShortReal,
+                                  Array2OfShortReal from TShort);
+--                    
+--       Instantiations Sequence      *****************************************************
+--       
+    class SequenceOfShortReal instantiates 
+       Sequence from TCollection (ShortReal); 
+
+--                    
+--       Instantiations HSequence      ***********************************************
+--       
+class HSequenceOfShortReal instantiates 
+       HSequence from TCollection (ShortReal,
+                                   SequenceOfShortReal from TShort);
+end TShort;
+