Home
last modified time | relevance | path

Searched refs:maxInterface (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxColladaImporter.cpp118 …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 DCOLLADAMaxColladaExporter.cpp120 …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 DCOLLADAMaxDocumentImporter.cpp68 …DocumentImporter::DocumentImporter(Interface * maxInterface, ImpInterface* maxImportInterface, con… in DocumentImporter() argument
69 : mMaxInterface(maxInterface) in DocumentImporter()
H A DCOLLADAMaxOptions.cpp85 Options::Options(Interface* maxInterface) in Options() argument
87 mMaxInterface(maxInterface), in Options()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxColladaImporter.h59 …int DoImport (const TCHAR *name,ImpInterface *maxImportInterface,Interface *maxInterface, BOOL sup…
H A DCOLLADAMaxOptions.h84 Options(Interface* maxInterface);
H A DCOLLADAMaxDocumentImporter.h319 …DocumentImporter(Interface * maxInterface, ImpInterface* maxImportInterface, const NativeString &f…
/dports/math/gismo/gismo-21.12.0/src/gsAssembler/
H A DgsExprEvaluator.h193 T maxInterface(const expr::_expr<E> & expr) in maxInterface() function