ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
error_codes.h 文件参考
#include <cstdint>
error_codes.h 的引用(Include)关系图:

浏览源代码.

命名空间

 vde
 
 vde::foundation
 自适应双精度谓词后端(默认)
 

枚举

enum class  vde::foundation::ErrorCode : int32_t {
  vde::foundation::kSuccess = 0 , vde::foundation::kInvalidArgument , vde::foundation::kInvalidGeometry , vde::foundation::kDegenerateCase ,
  vde::foundation::kNotImplemented , vde::foundation::kNumericalError , vde::foundation::kOutOfMemory , vde::foundation::kInternalError
}
 全局错误码枚举 更多...