0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / src / CSLib / CSLib.hxx
index f2b6d67..df62e65 100644 (file)
 #include <Standard_DefineAlloc.hxx>
 #include <Standard_Handle.hxx>
 
-#include <Standard_Real.hxx>
 #include <CSLib_DerivativeStatus.hxx>
 #include <Standard_Boolean.hxx>
 #include <CSLib_NormalStatus.hxx>
-#include <Standard_Integer.hxx>
 #include <TColgp_Array2OfVec.hxx>
 class gp_Vec;
 class gp_Dir;
-class CSLib_Class2d;
-class CSLib_NormalPolyDef;
 
 
 //! This package implements functions for basis geometric
@@ -124,29 +120,6 @@ public:
   //! In the regular cases , Iduref=Idvref=0.
   Standard_EXPORT static gp_Vec DNNormal (const Standard_Integer Nu, const Standard_Integer Nv, const TColgp_Array2OfVec& DerNUV, const Standard_Integer Iduref = 0, const Standard_Integer Idvref = 0);
 
-
-
-
-protected:
-
-
-
-
-
-private:
-
-
-
-
-friend class CSLib_Class2d;
-friend class CSLib_NormalPolyDef;
-
 };
 
-
-
-
-
-
-
 #endif // _CSLib_HeaderFile