|
MobilityDB 1.3
|
Input and output functions for static poses. More...
Functions | |
| char * | pose_as_ewkt (const Pose *pose, int maxdd) |
| Return the Extended Well-Known Text (EWKT) representation of a pose. More... | |
| char * | pose_as_hexwkb (const Pose *pose, uint8_t variant, size_t *size_out) |
| Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a pose. More... | |
| char * | pose_as_text (const Pose *pose, int maxdd) |
| Return the Well-Known Text (WKT) representation of a pose. More... | |
| uint8_t * | pose_as_wkb (const Pose *pose, uint8_t variant, size_t *size_out) |
| Return the Well-Known Binary (WKB) representation of a pose. More... | |
| Pose * | pose_from_hexwkb (const char *hexwkb) |
| Return a pose from its ASCII hex-encoded Well-Known Binary (WKB) representation. More... | |
| Pose * | pose_from_wkb (const uint8_t *wkb, size_t size) |
| Return a pose from its Well-Known Binary (WKB) representation. More... | |
| Pose * | pose_in (const char *str) |
| Return a pose from its string representation. More... | |
| char * | pose_out (const Pose *pose, int maxdd) |
| Return the string representation of a pose. More... | |
Input and output functions for static poses.