Searched refs:maxInterface (Results 1 – 8 of 8) sorted by relevance
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/ |
H A D | COLLADAMaxColladaImporter.cpp | 118 …ort(const TCHAR *fileName,ImpInterface *maxImportInterface,Interface *maxInterface, BOOL suppressP… in DoImport() argument 121 maxInterface->ProgressStart ( const_cast<TCHAR*>(PROGRESSSTART), true, fn, 0 ); in DoImport() 127 DocumentImporter documentImporter ( maxInterface, maxImportInterface, nativeFileName ); in DoImport() 156 maxInterface->ProgressEnd(); in DoImport()
|
H A D | COLLADAMaxColladaExporter.cpp | 120 …DoExport ( const TCHAR* name, ExpInterface* UNUSED ( ei ), Interface* maxInterface, BOOL suppressP… in DoExport() argument 123 maxInterface->ProgressStart ( const_cast<TCHAR*>(PROGRESSSTART), true, fn, 0 ); in DoExport() 128 …DocumentExporter document ( maxInterface, NativeString(name), mXRefExportFileNames, exportOnlySele… in DoExport() 157 maxInterface->ProgressEnd(); in DoExport()
|
H A D | COLLADAMaxDocumentImporter.cpp | 68 …DocumentImporter::DocumentImporter(Interface * maxInterface, ImpInterface* maxImportInterface, con… in DocumentImporter() argument 69 : mMaxInterface(maxInterface) in DocumentImporter()
|
H A D | COLLADAMaxOptions.cpp | 85 Options::Options(Interface* maxInterface) in Options() argument 87 mMaxInterface(maxInterface), in Options()
|
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/ |
H A D | COLLADAMaxColladaImporter.h | 59 …int DoImport (const TCHAR *name,ImpInterface *maxImportInterface,Interface *maxInterface, BOOL sup…
|
H A D | COLLADAMaxOptions.h | 84 Options(Interface* maxInterface);
|
H A D | COLLADAMaxDocumentImporter.h | 319 …DocumentImporter(Interface * maxInterface, ImpInterface* maxImportInterface, const NativeString &f…
|
/dports/math/gismo/gismo-21.12.0/src/gsAssembler/ |
H A D | gsExprEvaluator.h | 193 T maxInterface(const expr::_expr<E> & expr) in maxInterface() function
|