|
Defines |
#define | EXPORT_DLL |
Functions |
EXPORT_DLL SRM_Status_Code | SRM_CreateSRFFromSRFTemplateParams (const SRM_SRFT_Parameters *srft_params_in_ptr, SRM_RT_Code rt_code, SRM_Object_Reference *srf_out_ptr) |
EXPORT_DLL SRM_Status_Code | SRM_DestroySRF (SRM_Object_Reference srf_ptr) |
EXPORT_DLL SRM_Status_Code | SRM_CreateCoordinateFromCoordinateParams (SRM_Object_Reference srf, const SRM_Coordinate *coord_params_in_ptr, SRM_Object_Reference *coordinate_out_ptr) |
EXPORT_DLL SRM_Status_Code | SRM_DestroyCoordinate (SRM_Object_Reference coordinate_ptr) |
EXPORT_DLL SRM_Status_Code | SRM_GetCoordFromCoordinate (SRM_Object_Reference coordinate, SRM_Coordinate *coord_params_out_ptr) |
EXPORT_DLL SRM_Status_Code | SRM_SetCoordValues (SRM_Object_Reference coord_in_ptr, SRM_Long_Float oordinate1_in, SRM_Long_Float oordinate2_in, SRM_Long_Float oordinate3_in) |
EXPORT_DLL SRM_Status_Code | SRM_GetCoordValues (const SRM_Object_Reference coord_in_ptr, SRM_Long_Float *oordinate1_out_ptr, SRM_Long_Float *oordinate2_out_ptr, SRM_Long_Float *oordinate3_out_ptr) |
EXPORT_DLL SRM_Boolean | SRM_IsCoordAngular (const SRM_Object_Reference coord_in_ptr) |
EXPORT_DLL SRM_Boolean | SRM_IsCoord2D (const SRM_Object_Reference coord_in_ptr) |
EXPORT_DLL SRM_Boolean | SRM_IsCoordSurface (const SRM_Object_Reference coord_in_ptr) |
EXPORT_DLL SRM_Boolean | SRM_IsCoord3D (const SRM_Object_Reference coord_in_ptr) |