| CFile(FILE *f) | CFile | |
| CFile(char *fname, char rw, EFeatureType type, char fourcc[4]=NULL) | CFile | |
| CSGObject() | CSGObject | |
| CSGObject(const CSGObject &orig) | CSGObject | |
| expected_type | CFile | [protected] |
| file | CFile | [protected] |
| filename | CFile | [protected] |
| fourcc | CFile | [protected] |
| get_name() const | CFile | [virtual] |
| io | CSGObject | |
| is_ok() | CFile | |
| load_byte_data(uint8_t *target, int64_t &num) | CFile | |
| load_char_data(char *target, int64_t &num) | CFile | |
| load_data(DT *target, int64_t &num) | CFile | |
| load_int_data(int32_t *target, int64_t &num) | CFile | |
| load_real_data(float64_t *target, int64_t &num) | CFile | |
| load_short_data(int16_t *target, int64_t &num) | CFile | |
| load_shortreal_data(float32_t *target, int64_t &num) | CFile | |
| load_word_data(uint16_t *target, int64_t &num) | CFile | |
| num_header | CFile | [protected] |
| parallel | CSGObject | |
| parse_first_header(EFeatureType &type) | CFile | |
| parse_next_header(EFeatureType &type) | CFile | |
| read_char_valued_strings(T_STRING< char > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | |
| read_header() | CFile | [protected] |
| read_real_valued_dense(float64_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | |
| read_real_valued_sparse(TSparse< float64_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | |
| save_byte_data(uint8_t *src, int64_t num) | CFile | |
| save_char_data(char *src, int64_t num) | CFile | |
| save_data(DT *src, int64_t num) | CFile | |
| save_int_data(int32_t *src, int64_t num) | CFile | |
| save_real_data(float64_t *src, int64_t num) | CFile | |
| save_short_data(int16_t *src, int64_t num) | CFile | |
| save_shortreal_data(float32_t *src, int64_t num) | CFile | |
| save_word_data(uint16_t *src, int64_t num) | CFile | |
| status | CFile | [protected] |
| task | CFile | [protected] |
| version | CSGObject | |
| write_char_valued_strings(const T_STRING< char > *strings, int32_t num_str) | CFile | |
| write_header() | CFile | [protected] |
| write_real_valued_dense(const float64_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | |
| write_real_valued_sparse(const TSparse< float64_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | |
| ~CFile() | CFile | [virtual] |
| ~CSGObject() | CSGObject | [virtual] |