Home
last modified time | relevance | path

Searched refs:pIOSystem (Results 1 – 25 of 124) sorted by relevance

12345

/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Assxml/
H A DAssxmlExporter.cpp55 void ExportSceneAssxml(const char* pFile, IOSystem* pIOSystem, const aiScene* pScene, const ExportP… in ExportSceneAssxml() argument
60 pIOSystem, in ExportSceneAssxml()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Assbin/
H A DAssbinExporter.cpp56 void ExportSceneAssbin(const char *pFile, IOSystem *pIOSystem, const aiScene *pScene, const ExportP… in ExportSceneAssbin() argument
60 pIOSystem, in ExportSceneAssbin()
/dports/multimedia/assimp/assimp-5.1.3/tools/assimp_cmd/
H A DWriteDump.cpp148 std::unique_ptr<IOSystem> pIOSystem(new DefaultIOSystem()); in Assimp_Dump() local
150 DumpSceneToAssbin(cur_out.c_str(), cmd.c_str(), pIOSystem.get(), in Assimp_Dump()
153 DumpSceneToAssxml(cur_out.c_str(), cmd.c_str(), pIOSystem.get(), in Assimp_Dump()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DglTFExporter.cpp71 …void ExportSceneGLTF(const char* pFile, IOSystem* pIOSystem, const aiScene* pScene, const ExportPr… in ExportSceneGLTF() argument
74 glTFExporter exporter(pFile, pIOSystem, pScene, pProperties, false); in ExportSceneGLTF()
79 …void ExportSceneGLB(const char* pFile, IOSystem* pIOSystem, const aiScene* pScene, const ExportPro… in ExportSceneGLB() argument
82 glTFExporter exporter(pFile, pIOSystem, pScene, pProperties, true); in ExportSceneGLB()
89 glTFExporter::glTFExporter(const char* filename, IOSystem* pIOSystem, const aiScene* pScene, in glTFExporter() argument
92 , mIOSystem(pIOSystem) in glTFExporter()
96 std::unique_ptr<Asset> asset(new glTF::Asset(pIOSystem)); in glTFExporter()
H A DSTLExporter.cpp59 void ExportSceneSTL(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportPrope… in ExportSceneSTL() argument
65 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneSTL()
72 void ExportSceneSTLBinary(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const Expor… in ExportSceneSTLBinary() argument
78 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wb")); in ExportSceneSTLBinary()
H A DStepExporter.cpp93 void ExportSceneStep(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportProp… in ExportSceneStep() argument
102 StepExporter iDoTheExportThing( pScene, pIOSystem, path, file, &props); in ExportSceneStep()
105 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneStep()
140 StepExporter::StepExporter(const aiScene* pScene, IOSystem* pIOSystem, const std::string& path, in StepExporter() argument
142 mProperties(pProperties),mIOSystem(pIOSystem),mFile(file), mPath(path), in StepExporter()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DSTLExporter.cpp59 void ExportSceneSTL(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportPrope… in ExportSceneSTL() argument
65 boost::scoped_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneSTL()
72 void ExportSceneSTLBinary(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const Expor… in ExportSceneSTLBinary() argument
78 boost::scoped_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wb")); in ExportSceneSTLBinary()
H A DStepExporter.cpp93 void ExportSceneStep(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportProp… in ExportSceneStep() argument
102 StepExporter iDoTheExportThing( pScene, pIOSystem, path, file, &props); in ExportSceneStep()
105 boost::scoped_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneStep()
140 …em* pIOSystem, const std::string& path, const std::string& file, const ExportProperties* pProperti… in StepExporter() argument
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DSTLExporter.cpp60 void ExportSceneSTL(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportPrope… in ExportSceneSTL() argument
70 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneSTL()
77 void ExportSceneSTLBinary(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const Expor… in ExportSceneSTLBinary() argument
87 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wb")); in ExportSceneSTLBinary()
H A DD3MFExporter.cpp60 void ExportScene3MF( const char* pFile, IOSystem* pIOSystem, const aiScene* pScene, const ExportPro… in ExportScene3MF() argument
61 if ( nullptr == pIOSystem ) { in ExportScene3MF()
66 if ( pIOSystem->Exists( pFile ) ) { in ExportScene3MF()
67 if ( !pIOSystem->DeleteFile( pFile ) ) { in ExportScene3MF()
H A DStepExporter.cpp95 void ExportSceneStep(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportProp… in ExportSceneStep() argument
104 StepExporter iDoTheExportThing( pScene, pIOSystem, path, file, &props); in ExportSceneStep()
107 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneStep()
142 StepExporter::StepExporter(const aiScene* pScene, IOSystem* pIOSystem, const std::string& path, in StepExporter() argument
144 mProperties(pProperties),mIOSystem(pIOSystem),mFile(file), mPath(path), in StepExporter()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/STL/
H A DSTLExporter.cpp62 void ExportSceneSTL(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportPrope… in ExportSceneSTL() argument
74 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneSTL()
81 void ExportSceneSTLBinary(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const Expor… in ExportSceneSTLBinary() argument
93 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wb")); in ExportSceneSTLBinary()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/STL/
H A DSTLExporter.cpp62 void ExportSceneSTL(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportPrope… in ExportSceneSTL() argument
74 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneSTL()
81 void ExportSceneSTLBinary(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const Expor… in ExportSceneSTLBinary() argument
93 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wb")); in ExportSceneSTLBinary()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/M3D/
H A DM3DExporter.cpp279 IOSystem *pIOSystem, in ExportSceneM3D() argument
286 exporter.doExport(pFile, pIOSystem, false); in ExportSceneM3D()
294 IOSystem *pIOSystem, in ExportSceneM3DA() argument
304 exporter.doExport(pFile, pIOSystem, true); in ExportSceneM3DA()
319 IOSystem *pIOSystem, in doExport() argument
325 outfile.reset(pIOSystem->Open(pFile, toAscii ? "wt" : "wb")); in doExport()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/M3D/
H A DM3DExporter.cpp283 IOSystem *pIOSystem, in ExportSceneM3D() argument
290 exporter.doExport(pFile, pIOSystem, false); in ExportSceneM3D()
298 IOSystem *pIOSystem, in ExportSceneM3DA() argument
307 exporter.doExport(pFile, pIOSystem, true); in ExportSceneM3DA()
321 IOSystem *pIOSystem, in doExport() argument
327 outfile.reset(pIOSystem->Open(pFile, toAscii ? "wt" : "wb")); in doExport()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Step/
H A DStepExporter.cpp98 void ExportSceneStep(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportProp… in ExportSceneStep() argument
107 StepExporter iDoTheExportThing( pScene, pIOSystem, path, file, &props); in ExportSceneStep()
110 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneStep()
145 StepExporter::StepExporter(const aiScene* pScene, IOSystem* pIOSystem, const std::string& path, in StepExporter() argument
147 mProperties(pProperties), mIOSystem(pIOSystem), mFile(file), mPath(path), in StepExporter()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DSTLExporter.cpp53 void ExportSceneSTL(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene) in ExportSceneSTL() argument
59 boost::scoped_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneSTL()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Step/
H A DStepExporter.cpp98 void ExportSceneStep(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportProp… in ExportSceneStep() argument
107 StepExporter iDoTheExportThing( pScene, pIOSystem, path, file, &props); in ExportSceneStep()
110 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneStep()
145 StepExporter::StepExporter(const aiScene* pScene, IOSystem* pIOSystem, const std::string& path, in StepExporter() argument
147 mProperties(pProperties), mIOSystem(pIOSystem), mFile(file), mPath(path), in StepExporter()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/FBX/
H A DFBXExporter.h84 void ExportBinary(const char* pFile, IOSystem* pIOSystem);
85 void ExportAscii(const char* pFile, IOSystem* pIOSystem);
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/FBX/
H A DFBXExporter.h84 void ExportBinary(const char* pFile, IOSystem* pIOSystem);
85 void ExportAscii(const char* pFile, IOSystem* pIOSystem);
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/FBX/
H A DFBXExporter.h84 void ExportBinary(const char* pFile, IOSystem* pIOSystem);
85 void ExportAscii(const char* pFile, IOSystem* pIOSystem);
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/FBX/
H A DFBXExporter.h83 void ExportBinary(const char* pFile, IOSystem* pIOSystem);
84 void ExportAscii(const char* pFile, IOSystem* pIOSystem);
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Obj/
H A DObjExporter.cpp62 void ExportSceneObj(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportPrope… in ExportSceneObj() argument
72 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneObj()
79 std::unique_ptr<IOStream> outfile (pIOSystem->Open(exporter.GetMaterialLibFileName(),"wt")); in ExportSceneObj()
89 void ExportSceneObjNoMtl(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const Export… in ExportSceneObjNoMtl() argument
99 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneObjNoMtl()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Obj/
H A DObjExporter.cpp62 void ExportSceneObj(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const ExportPrope… in ExportSceneObj() argument
72 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneObj()
79 std::unique_ptr<IOStream> outfile (pIOSystem->Open(exporter.GetMaterialLibFileName(),"wt")); in ExportSceneObj()
89 void ExportSceneObjNoMtl(const char* pFile,IOSystem* pIOSystem, const aiScene* pScene, const Export… in ExportSceneObjNoMtl() argument
99 std::unique_ptr<IOStream> outfile (pIOSystem->Open(pFile,"wt")); in ExportSceneObjNoMtl()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/3MF/
H A DD3MFExporter.cpp66 void ExportScene3MF( const char* pFile, IOSystem* pIOSystem, const aiScene* pScene, const ExportPro… in ExportScene3MF() argument
67 if ( nullptr == pIOSystem ) { in ExportScene3MF()
72 if ( pIOSystem->Exists( pFile ) ) { in ExportScene3MF()
73 if ( !pIOSystem->DeleteFile( pFile ) ) { in ExportScene3MF()

12345