|
The SEDRIS Data Representation Model
APPENDIX D - Functions SE ConvertVectorToFields |
|---|
| extern SE_DRM_Status_Code | ||||
| SE_ConvertVectorToFields | ||||
| ( | ||||
| const | SRM_Vector_3D | * | vector_ptr, | (notes) |
| SE_Fields | * | fields_ptr | (notes) | |
| ); | ||||
Converts the given SRM_Vector_3D to the fields of the corresponding <Base Reference Vector> subclass.
| SE_DRM_STAT_CODE_SUCCESS | and *fields_ptr is set appropriately, if valid parameters were passed in. |
| and no changes are made, if any parameter was NULL. |
vector to be converted
fields to receive converted vector
Prev: SE_ConvertFieldsToCoordinate.
Next: SE_EnumNameToAPI.
Up:Index.
|