mmtf_parser_private.h (pymol-v1.8.6.0.tar.bz2) | : | mmtf_parser_private.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 74 | skipping to change at line 74 | |||
float* MMTF_parser_integer_decode_from_16(const int16_t*, uint32_t, int32_t, uin t32_t*); | float* MMTF_parser_integer_decode_from_16(const int16_t*, uint32_t, int32_t, uin t32_t*); | |||
float* MMTF_parser_integer_decode_from_32(const int32_t*, uint32_t, int32_t, uin t32_t*); | float* MMTF_parser_integer_decode_from_32(const int32_t*, uint32_t, int32_t, uin t32_t*); | |||
//*** Unpacking from MsgPack and applying strategy | //*** Unpacking from MsgPack and applying strategy | |||
char* MMTF_parser_fetch_string(const msgpack_object*); | char* MMTF_parser_fetch_string(const msgpack_object*); | |||
int64_t MMTF_parser_fetch_int(const msgpack_object*); | int64_t MMTF_parser_fetch_int(const msgpack_object*); | |||
float MMTF_parser_fetch_float(const msgpack_object*); | float MMTF_parser_fetch_float(const msgpack_object*); | |||
MMTF_Entity* MMTF_parser_fetch_entityList(const msgpack_object*, size_t*); | MMTF_Entity* MMTF_parser_fetch_entityList(const msgpack_object*, size_t*); | |||
MMTF_GroupType* MMTF_parser_fetch_groupTypeList(const msgpack_object*, size_t*); | MMTF_GroupType* MMTF_parser_fetch_groupList(const msgpack_object*, size_t*); | |||
MMTF_BioAssembly* MMTF_parser_fetch_bioAssemblyList(const msgpack_object*, size_ t*); | MMTF_BioAssembly* MMTF_parser_fetch_bioAssemblyList(const msgpack_object*, size_ t*); | |||
MMTF_Transform* MMTF_parser_fetch_transformList(const msgpack_object*, size_t*); | MMTF_Transform* MMTF_parser_fetch_transformList(const msgpack_object*, size_t*); | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
#endif | #endif | |||
// vi:sw=4:expandtab | // vi:sw=4:expandtab | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |