algoLib/sourceCode/SG_errCode.h

8 lines
207 B
C
Raw Normal View History

2025-06-08 10:46:41 +08:00
#pragma once
#define SG_ERR_3D_DATA_INVLD -1000
#define SG_ERR_FOUND_NO_TOP_PLANE -1001
#define SG_ERR_NOT_GRID_FORMAT -1002
#define SG_ERR_LABEL_INFO_ERROR -1003
#define SG_ERR_INVLD_SORTING_MODE -1004