0031939: Coding - correction of spelling errors in comments [part 4]
[occt.git] / src / IGESData / IGESData_DirPart.hxx
index e9c671f..6fe8348 100644 (file)
 #include <Standard_CString.hxx>
 class IGESData_IGESType;
 
 #include <Standard_CString.hxx>
 class IGESData_IGESType;
 
-
-//! literal/numeric description of an entity's directory section,
-//! taken from file
+//! literal/numeric description of an entity's directory section, taken from file
 class IGESData_DirPart 
 {
 public:
 
   DEFINE_STANDARD_ALLOC
 
 class IGESData_DirPart 
 {
 public:
 
   DEFINE_STANDARD_ALLOC
 
-  
   //! creates an empty DirPart, ready to be filled by Init
   Standard_EXPORT IGESData_DirPart();
   //! creates an empty DirPart, ready to be filled by Init
   Standard_EXPORT IGESData_DirPart();
-  
-  //! fills DirPart with consistant data read from file
+
+  //! fills DirPart with consistent data read from file
   Standard_EXPORT void Init (const Standard_Integer i1, const Standard_Integer i2, const Standard_Integer i3, const Standard_Integer i4, const Standard_Integer i5, const Standard_Integer i6, const Standard_Integer i7, const Standard_Integer i8, const Standard_Integer i9, const Standard_Integer i19, const Standard_Integer i11, const Standard_Integer i12, const Standard_Integer i13, const Standard_Integer i14, const Standard_Integer i15, const Standard_Integer i16, const Standard_Integer i17, const Standard_CString res1, const Standard_CString res2, const Standard_CString label, const Standard_CString subscript);
   Standard_EXPORT void Init (const Standard_Integer i1, const Standard_Integer i2, const Standard_Integer i3, const Standard_Integer i4, const Standard_Integer i5, const Standard_Integer i6, const Standard_Integer i7, const Standard_Integer i8, const Standard_Integer i9, const Standard_Integer i19, const Standard_Integer i11, const Standard_Integer i12, const Standard_Integer i13, const Standard_Integer i14, const Standard_Integer i15, const Standard_Integer i16, const Standard_Integer i17, const Standard_CString res1, const Standard_CString res2, const Standard_CString label, const Standard_CString subscript);
-  
+
   //! returns values recorded in DirPart
   //! (content of cstrings are modified)
   Standard_EXPORT void Values (Standard_Integer& i1, Standard_Integer& i2, Standard_Integer& i3, Standard_Integer& i4, Standard_Integer& i5, Standard_Integer& i6, Standard_Integer& i7, Standard_Integer& i8, Standard_Integer& i9, Standard_Integer& i19, Standard_Integer& i11, Standard_Integer& i12, Standard_Integer& i13, Standard_Integer& i14, Standard_Integer& i15, Standard_Integer& i16, Standard_Integer& i17, const Standard_CString res1, const Standard_CString res2, const Standard_CString label, const Standard_CString subscript) const;
   //! returns values recorded in DirPart
   //! (content of cstrings are modified)
   Standard_EXPORT void Values (Standard_Integer& i1, Standard_Integer& i2, Standard_Integer& i3, Standard_Integer& i4, Standard_Integer& i5, Standard_Integer& i6, Standard_Integer& i7, Standard_Integer& i8, Standard_Integer& i9, Standard_Integer& i19, Standard_Integer& i11, Standard_Integer& i12, Standard_Integer& i13, Standard_Integer& i14, Standard_Integer& i15, Standard_Integer& i16, Standard_Integer& i17, const Standard_CString res1, const Standard_CString res2, const Standard_CString label, const Standard_CString subscript) const;
@@ -49,32 +46,14 @@ public:
   //! returns "type" and "form" info, used to recognize the entity
   Standard_EXPORT IGESData_IGESType Type() const;
 
   //! returns "type" and "form" info, used to recognize the entity
   Standard_EXPORT IGESData_IGESType Type() const;
 
-
-
-
-protected:
-
-
-
-
-
 private:
 
 private:
 
-
-
   Standard_Integer thevals[17];
   Standard_Character theres1[10];
   Standard_Character theres2[10];
   Standard_Character thelabl[10];
   Standard_Character thesubs[10];
 
   Standard_Integer thevals[17];
   Standard_Character theres1[10];
   Standard_Character theres2[10];
   Standard_Character thelabl[10];
   Standard_Character thesubs[10];
 
-
 };
 
 };
 
-
-
-
-
-
-
 #endif // _IGESData_DirPart_HeaderFile
 #endif // _IGESData_DirPart_HeaderFile