Home
last modified time | relevance | path

Searched refs:sourceFileLocation (Results 1 – 6 of 6) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportMJCFDemo/
H A DBulletMJCFImporter.cpp231 std::string sourceFileLocation(XMLElement* e) in sourceFileLocation() function
464 …logger->reportWarning((sourceFileLocation(rootxml) + ": unhandled root element '" + n + "'").c_str… in parseRootLevel()
511 logger->reportWarning((sourceFileLocation(link_xml) + ": joint without axis attribute").c_str()); in parseJoint()
551 …logger->reportWarning((sourceFileLocation(link_xml) + ": expected 'type' attribute for joint").c_s… in parseJoint()
832 …logger->reportWarning((sourceFileLocation(link_xml) + ": no size field (scalar) in sphere geom").c… in parseGeom()
904 m_sourceFileName, assetPtr->m_fileName, sourceFileLocation(link_xml), in parseGeom()
943 col.m_sourceFileLocation = sourceFileLocation(link_xml); in parseGeom()
950 vis.m_sourceFileLocation = sourceFileLocation(link_xml); in parseGeom()
956 …logger->reportWarning((sourceFileLocation(link_xml) + ": unhandled geom type '" + geomType + "'").… in parseGeom()
961 logger->reportWarning((sourceFileLocation(link_xml) + ": geom requires type").c_str()); in parseGeom()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportMJCFDemo/
H A DBulletMJCFImporter.cpp231 std::string sourceFileLocation(XMLElement* e) in sourceFileLocation() function
464 …logger->reportWarning((sourceFileLocation(rootxml) + ": unhandled root element '" + n + "'").c_str… in parseRootLevel()
511 logger->reportWarning((sourceFileLocation(link_xml) + ": joint without axis attribute").c_str()); in parseJoint()
551 …logger->reportWarning((sourceFileLocation(link_xml) + ": expected 'type' attribute for joint").c_s… in parseJoint()
832 …logger->reportWarning((sourceFileLocation(link_xml) + ": no size field (scalar) in sphere geom").c… in parseGeom()
904 m_sourceFileName, assetPtr->m_fileName, sourceFileLocation(link_xml), in parseGeom()
943 col.m_sourceFileLocation = sourceFileLocation(link_xml); in parseGeom()
950 vis.m_sourceFileLocation = sourceFileLocation(link_xml); in parseGeom()
956 …logger->reportWarning((sourceFileLocation(link_xml) + ": unhandled geom type '" + geomType + "'").… in parseGeom()
961 logger->reportWarning((sourceFileLocation(link_xml) + ": geom requires type").c_str()); in parseGeom()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfParser.cpp538 m_urdf2Model.m_sourceFile, fn, sourceFileLocation(shape), in parseGeometry()
1067 visual.m_sourceFileLocation = sourceFileLocation(vis_xml); in parseLink()
1085 col.m_sourceFileLocation = sourceFileLocation(col_xml); in parseLink()
1252 model.m_sourceFile, fn, sourceFileLocation(vis_xml), in parseDeformable()
1271 model.m_sourceFile, fn, sourceFileLocation(vis_xml), in parseDeformable()
2454 std::string UrdfParser::sourceFileLocation(XMLElement* e) in sourceFileLocation() function in UrdfParser
H A DUrdfParser.h418 std::string sourceFileLocation(tinyxml2::XMLElement* e);
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfParser.cpp538 m_urdf2Model.m_sourceFile, fn, sourceFileLocation(shape), in parseGeometry()
1067 visual.m_sourceFileLocation = sourceFileLocation(vis_xml); in parseLink()
1085 col.m_sourceFileLocation = sourceFileLocation(col_xml); in parseLink()
1252 model.m_sourceFile, fn, sourceFileLocation(vis_xml), in parseDeformable()
1271 model.m_sourceFile, fn, sourceFileLocation(vis_xml), in parseDeformable()
2454 std::string UrdfParser::sourceFileLocation(XMLElement* e) in sourceFileLocation() function in UrdfParser
H A DUrdfParser.h418 std::string sourceFileLocation(tinyxml2::XMLElement* e);