Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DFBXDocument.cpp237 FileGlobalSettings::FileGlobalSettings(const Document& doc, boost::shared_ptr<const PropertyTable> … in FileGlobalSettings() function in Assimp::FBX::FileGlobalSettings
246 FileGlobalSettings::~FileGlobalSettings() in ~FileGlobalSettings()
345 globals.reset(new FileGlobalSettings(*this, boost::make_shared<const PropertyTable>())); in ReadGlobalSettings()
355 globals.reset(new FileGlobalSettings(*this, props)); in ReadGlobalSettings()
H A DFBXConverter.cpp1806 case FileGlobalSettings::FrameRate_DEFAULT: in FrameRateToDouble()
1809 case FileGlobalSettings::FrameRate_120: in FrameRateToDouble()
1812 case FileGlobalSettings::FrameRate_100: in FrameRateToDouble()
1815 case FileGlobalSettings::FrameRate_60: in FrameRateToDouble()
1818 case FileGlobalSettings::FrameRate_50: in FrameRateToDouble()
1821 case FileGlobalSettings::FrameRate_48: in FrameRateToDouble()
1824 case FileGlobalSettings::FrameRate_30: in FrameRateToDouble()
1832 case FileGlobalSettings::FrameRate_PAL: in FrameRateToDouble()
1835 case FileGlobalSettings::FrameRate_CINEMA: in FrameRateToDouble()
1838 case FileGlobalSettings::FrameRate_1000: in FrameRateToDouble()
[all …]
H A DFBXDocument.h1229 class FileGlobalSettings
1233 FileGlobalSettings(const Document& doc, boost::shared_ptr<const PropertyTable> props);
1234 ~FileGlobalSettings();
1326 const FileGlobalSettings& GlobalSettings() const { in GlobalSettings()
1405 boost::scoped_ptr<FileGlobalSettings> globals;
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DFBXDocument.cpp245 FileGlobalSettings::FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> pr… in FileGlobalSettings() function in Assimp::FBX::FileGlobalSettings
253 FileGlobalSettings::~FileGlobalSettings() in ~FileGlobalSettings()
350 globals.reset(new FileGlobalSettings(*this, std::make_shared<const PropertyTable>())); in ReadGlobalSettings()
360 globals.reset(new FileGlobalSettings(*this, props)); in ReadGlobalSettings()
H A DFBXConverter.cpp2175 case FileGlobalSettings::FrameRate_DEFAULT: in FrameRateToDouble()
2178 case FileGlobalSettings::FrameRate_120: in FrameRateToDouble()
2181 case FileGlobalSettings::FrameRate_100: in FrameRateToDouble()
2184 case FileGlobalSettings::FrameRate_60: in FrameRateToDouble()
2187 case FileGlobalSettings::FrameRate_50: in FrameRateToDouble()
2190 case FileGlobalSettings::FrameRate_48: in FrameRateToDouble()
2193 case FileGlobalSettings::FrameRate_30: in FrameRateToDouble()
2201 case FileGlobalSettings::FrameRate_PAL: in FrameRateToDouble()
2204 case FileGlobalSettings::FrameRate_CINEMA: in FrameRateToDouble()
2207 case FileGlobalSettings::FrameRate_1000: in FrameRateToDouble()
[all …]
H A DFBXDocument.h1002 class FileGlobalSettings
1005 FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> props);
1006 ~FileGlobalSettings();
1087 const FileGlobalSettings& GlobalSettings() const { in GlobalSettings()
1161 std::unique_ptr<FileGlobalSettings> globals;
/dports/devel/upp/upp/bazaar/plugin/assimp/code/FBX/
H A DFBXDocument.cpp249 FileGlobalSettings::FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> pr… in FileGlobalSettings() function in Assimp::FBX::FileGlobalSettings
257 FileGlobalSettings::~FileGlobalSettings() in ~FileGlobalSettings()
353 globals.reset(new FileGlobalSettings(*this, std::make_shared<const PropertyTable>())); in ReadGlobalSettings()
365 globals.reset(new FileGlobalSettings(*this, props)); in ReadGlobalSettings()
H A DFBXDocument.h1029 class FileGlobalSettings {
1031 FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> props);
1033 ~FileGlobalSettings();
1114 const FileGlobalSettings& GlobalSettings() const { in GlobalSettings()
1188 std::unique_ptr<FileGlobalSettings> globals;
H A DFBXConverter.cpp2443 case FileGlobalSettings::FrameRate_DEFAULT: in FrameRateToDouble()
2446 case FileGlobalSettings::FrameRate_120: in FrameRateToDouble()
2449 case FileGlobalSettings::FrameRate_100: in FrameRateToDouble()
2452 case FileGlobalSettings::FrameRate_60: in FrameRateToDouble()
2455 case FileGlobalSettings::FrameRate_50: in FrameRateToDouble()
2458 case FileGlobalSettings::FrameRate_48: in FrameRateToDouble()
2461 case FileGlobalSettings::FrameRate_30: in FrameRateToDouble()
2469 case FileGlobalSettings::FrameRate_PAL: in FrameRateToDouble()
2472 case FileGlobalSettings::FrameRate_CINEMA: in FrameRateToDouble()
2475 case FileGlobalSettings::FrameRate_1000: in FrameRateToDouble()
[all …]
H A DFBXConverter.h284 static double FrameRateToDouble(FileGlobalSettings::FrameRate fp, double customFPSVal = -1.0);
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/FBX/
H A DFBXDocument.cpp252 FileGlobalSettings::FileGlobalSettings(const Document &doc, std::shared_ptr<const PropertyTable> pr… in FileGlobalSettings() function in Assimp::FBX::FileGlobalSettings
258 FileGlobalSettings::~FileGlobalSettings() in ~FileGlobalSettings()
357 globals.reset(new FileGlobalSettings(*this, std::make_shared<const PropertyTable>())); in ReadGlobalSettings()
369 globals.reset(new FileGlobalSettings(*this, props)); in ReadGlobalSettings()
H A DFBXDocument.h1021 class FileGlobalSettings {
1023 FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> props);
1025 ~FileGlobalSettings();
1106 const FileGlobalSettings& GlobalSettings() const { in GlobalSettings()
1180 std::unique_ptr<FileGlobalSettings> globals;
H A DFBXConverter.cpp2425 case FileGlobalSettings::FrameRate_DEFAULT: in FrameRateToDouble()
2428 case FileGlobalSettings::FrameRate_120: in FrameRateToDouble()
2431 case FileGlobalSettings::FrameRate_100: in FrameRateToDouble()
2434 case FileGlobalSettings::FrameRate_60: in FrameRateToDouble()
2437 case FileGlobalSettings::FrameRate_50: in FrameRateToDouble()
2440 case FileGlobalSettings::FrameRate_48: in FrameRateToDouble()
2443 case FileGlobalSettings::FrameRate_30: in FrameRateToDouble()
2451 case FileGlobalSettings::FrameRate_PAL: in FrameRateToDouble()
2454 case FileGlobalSettings::FrameRate_CINEMA: in FrameRateToDouble()
2457 case FileGlobalSettings::FrameRate_1000: in FrameRateToDouble()
[all …]
H A DFBXConverter.h282 static double FrameRateToDouble(FileGlobalSettings::FrameRate fp, double customFPSVal = -1.0);
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DFBXDocument.cpp251 FileGlobalSettings::FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> pr… in FileGlobalSettings() function in Assimp::FBX::FileGlobalSettings
260 FileGlobalSettings::~FileGlobalSettings() in ~FileGlobalSettings()
361 globals.reset(new FileGlobalSettings(*this, std::make_shared<const PropertyTable>())); in ReadGlobalSettings()
371 globals.reset(new FileGlobalSettings(*this, props)); in ReadGlobalSettings()
H A DFBXConverter.cpp2134 case FileGlobalSettings::FrameRate_DEFAULT: in FrameRateToDouble()
2137 case FileGlobalSettings::FrameRate_120: in FrameRateToDouble()
2140 case FileGlobalSettings::FrameRate_100: in FrameRateToDouble()
2143 case FileGlobalSettings::FrameRate_60: in FrameRateToDouble()
2146 case FileGlobalSettings::FrameRate_50: in FrameRateToDouble()
2149 case FileGlobalSettings::FrameRate_48: in FrameRateToDouble()
2152 case FileGlobalSettings::FrameRate_30: in FrameRateToDouble()
2160 case FileGlobalSettings::FrameRate_PAL: in FrameRateToDouble()
2163 case FileGlobalSettings::FrameRate_CINEMA: in FrameRateToDouble()
2166 case FileGlobalSettings::FrameRate_1000: in FrameRateToDouble()
[all …]
H A DFBXDocument.h1013 class FileGlobalSettings
1016 FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> props);
1017 ~FileGlobalSettings();
1101 const FileGlobalSettings& GlobalSettings() const { in GlobalSettings()
1177 std::unique_ptr<FileGlobalSettings> globals;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/FBX/
H A DFBXDocument.cpp249 FileGlobalSettings::FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> pr… in FileGlobalSettings() function in Assimp::FBX::FileGlobalSettings
257 FileGlobalSettings::~FileGlobalSettings() in ~FileGlobalSettings()
353 globals.reset(new FileGlobalSettings(*this, std::make_shared<const PropertyTable>())); in ReadGlobalSettings()
365 globals.reset(new FileGlobalSettings(*this, props)); in ReadGlobalSettings()
H A DFBXDocument.h1029 class FileGlobalSettings {
1031 FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> props);
1033 ~FileGlobalSettings();
1114 const FileGlobalSettings& GlobalSettings() const { in GlobalSettings()
1188 std::unique_ptr<FileGlobalSettings> globals;
H A DFBXConverter.cpp2435 case FileGlobalSettings::FrameRate_DEFAULT: in FrameRateToDouble()
2438 case FileGlobalSettings::FrameRate_120: in FrameRateToDouble()
2441 case FileGlobalSettings::FrameRate_100: in FrameRateToDouble()
2444 case FileGlobalSettings::FrameRate_60: in FrameRateToDouble()
2447 case FileGlobalSettings::FrameRate_50: in FrameRateToDouble()
2450 case FileGlobalSettings::FrameRate_48: in FrameRateToDouble()
2453 case FileGlobalSettings::FrameRate_30: in FrameRateToDouble()
2461 case FileGlobalSettings::FrameRate_PAL: in FrameRateToDouble()
2464 case FileGlobalSettings::FrameRate_CINEMA: in FrameRateToDouble()
2467 case FileGlobalSettings::FrameRate_1000: in FrameRateToDouble()
[all …]
H A DFBXConverter.h284 static double FrameRateToDouble(FileGlobalSettings::FrameRate fp, double customFPSVal = -1.0);
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/FBX/
H A DFBXDocument.cpp249 FileGlobalSettings::FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> pr… in FileGlobalSettings() function in Assimp::FBX::FileGlobalSettings
257 FileGlobalSettings::~FileGlobalSettings() in ~FileGlobalSettings()
353 globals.reset(new FileGlobalSettings(*this, std::make_shared<const PropertyTable>())); in ReadGlobalSettings()
365 globals.reset(new FileGlobalSettings(*this, props)); in ReadGlobalSettings()
H A DFBXDocument.h1029 class FileGlobalSettings {
1031 FileGlobalSettings(const Document& doc, std::shared_ptr<const PropertyTable> props);
1033 ~FileGlobalSettings();
1114 const FileGlobalSettings& GlobalSettings() const { in GlobalSettings()
1188 std::unique_ptr<FileGlobalSettings> globals;
H A DFBXConverter.cpp2435 case FileGlobalSettings::FrameRate_DEFAULT: in FrameRateToDouble()
2438 case FileGlobalSettings::FrameRate_120: in FrameRateToDouble()
2441 case FileGlobalSettings::FrameRate_100: in FrameRateToDouble()
2444 case FileGlobalSettings::FrameRate_60: in FrameRateToDouble()
2447 case FileGlobalSettings::FrameRate_50: in FrameRateToDouble()
2450 case FileGlobalSettings::FrameRate_48: in FrameRateToDouble()
2453 case FileGlobalSettings::FrameRate_30: in FrameRateToDouble()
2461 case FileGlobalSettings::FrameRate_PAL: in FrameRateToDouble()
2464 case FileGlobalSettings::FrameRate_CINEMA: in FrameRateToDouble()
2467 case FileGlobalSettings::FrameRate_1000: in FrameRateToDouble()
[all …]
H A DFBXConverter.h284 static double FrameRateToDouble(FileGlobalSettings::FrameRate fp, double customFPSVal = -1.0);