mmtf_parser.h (pymol-v1.8.6.0.tar.bz2) | : | mmtf_parser.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 140 | skipping to change at line 140 | |||
float* occupancyList; | float* occupancyList; | |||
int32_t* groupIdList; | int32_t* groupIdList; | |||
int32_t* groupTypeList; | int32_t* groupTypeList; | |||
int8_t* secStructList; | int8_t* secStructList; | |||
char* insCodeList; | char* insCodeList; | |||
int32_t* sequenceIndexList; | int32_t* sequenceIndexList; | |||
char** WITHCOUNT(chainIdList); | char** WITHCOUNT(chainIdList); | |||
char** WITHCOUNT(chainNameList); | char** WITHCOUNT(chainNameList); | |||
int32_t* groupsPerChain; | int32_t* groupsPerChain; | |||
int32_t* chainsPerModel; | int32_t* chainsPerModel; | |||
// PyMOL | ||||
int32_t* pymolRepsList; | ||||
int32_t* pymolColorList; | ||||
} MMTF_container; | } MMTF_container; | |||
/* | /* | |||
* Macros for declaration generic initialization and destroying functions | * Macros for declaration generic initialization and destroying functions | |||
*/ | */ | |||
#define CODEGEN_MMTF_parser_TYPE(type) \ | #define CODEGEN_MMTF_parser_TYPE(type) \ | |||
type* type##_new(void); \ | type* type##_new(void); \ | |||
void type##_init(type*); \ | void type##_init(type*); \ | |||
void type##_destroy(type*); \ | void type##_destroy(type*); \ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |