Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMesh.h75 class ObjMeshException : public std::exception
78 ObjMeshException(const std::string & reason);
79 ObjMeshException(const std::string & reason, const std::string & filename, unsigned int line);
80 virtual ~ObjMeshException() throw() {} in ~ObjMeshException()
H A DobjMesh.cpp239 throw ObjMeshException( message ); in loadFromAscii()
286 throw ObjMeshException("Invalid vertex", filename, lineNum); in loadFromAscii()
298 throw ObjMeshException("Invalid normal", filename, lineNum); in loadFromAscii()
573 throw ObjMeshException(msg); in loadFromAscii()
604 throw ObjMeshException(msg.str(), filename, lineNum); in loadFromAscii()
657 throw ObjMeshException(oss.str()); in getGroup()
3503 throw ObjMeshException(message); in parseMaterials()
3719 ObjMeshException::ObjMeshException(const std::string & reason) in ObjMeshException() function in ObjMeshException
3726 ObjMeshException::ObjMeshException(const std::string & reason, const std::string & filename, unsign… in ObjMeshException() function in ObjMeshException
4429 throw ObjMeshException(oss.str()); in getGroupIndex()
[all …]
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DobjMesh.h75 class ObjMeshException : public std::exception
78 ObjMeshException(const std::string & reason);
79 ObjMeshException(const std::string & reason, const std::string & filename, unsigned int line);
80 virtual ~ObjMeshException() throw() {} in ~ObjMeshException()