Home
last modified time | relevance | path

Searched refs:getFormulaByUniqueId (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLDocumentProcessor.h181 COLLADAFW::Formula* getFormulaByUniqueId(const COLLADAFW::UniqueId& uniqueId)const;
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLFormulasLinker.cpp153 COLLADAFW::Formula* targetFormula = mDocumentProcessor->getFormulaByUniqueId(formulaUniqueId); in link()
H A DCOLLADASaxFWLDocumentProcessor.cpp551 …COLLADAFW::Formula* DocumentProcessor::getFormulaByUniqueId( const COLLADAFW::UniqueId& uniqueId )… in getFormulaByUniqueId() function in COLLADASaxFWL::DocumentProcessor