8 lines
214 B
C
8 lines
214 B
C
|
|
#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
|