23 #ifndef _GEOMImpl_IInsertOperations_HXX_
24 #define _GEOMImpl_IInsertOperations_HXX_
31 #include <Basics_OCCTVersion.hxx>
33 #include "Utils_SALOME_Exception.hxx"
35 #include <TDocStd_Document.hxx>
36 #include <TColStd_HSequenceOfAsciiString.hxx>
37 #include <TColStd_HArray1OfByte.hxx>
38 #include <TCollection_HAsciiString.hxx>
39 #include <NCollection_DataMap.hxx>
40 #include <NCollection_List.hxx>
41 #include <Resource_Manager.hxx>
65 Standard_EXPORT
Handle(TColStd_HSequenceOfTransient) Import
66 (const TCollection_AsciiString& theFileName,
69 Standard_EXPORT TCollection_AsciiString
ReadValue (const TCollection_AsciiString& theFileName,
70 const TCollection_AsciiString& theFormatType,
71 const TCollection_AsciiString& theParameterName);
74 const TCollection_AsciiString& theFileName,
75 const TCollection_AsciiString& theFormatType);
79 Standard_EXPORT
int LoadTexture(const TCollection_AsciiString& theTextureFile);
82 const
Handle(TColStd_HArray1OfByte)& theTexture);
84 Standard_EXPORT
Handle(TColStd_HArray1OfByte) GetTexture(
int theTextureId,
85 int& theWidth,
int& theHeight);
92 const
int theFindMethod,