EMAN2
|
#include <dm4io.h>
Public Member Functions | |
TagGroup (FILE *data_file, TagTable *tagtable, const string &groupname) | |
~TagGroup () | |
int | read_tag_group (bool nodata=false, int image_index=0, int num_images=1) |
string | get_name () const |
int | get_entry_id () |
Private Attributes | |
FILE * | in |
TagTable * | tagtable |
string | name |
int | entry_id |
TagGroup::TagGroup | ( | FILE * | data_file, |
TagTable * | tagtable, | ||
const string & | groupname | ||
) |
int TagGroup::get_entry_id | ( | ) |
string TagGroup::get_name | ( | ) | const |
Definition at line 728 of file dm4io.cpp.
References name.
Referenced by EMAN::GatanDM4::TagEntry::read_tag_entry().
int TagGroup::read_tag_group | ( | bool | nodata = false , |
int | image_index = 0 , |
||
int | num_images = 1 |
||
) |
Definition at line 683 of file dm4io.cpp.
References EMAN::ByteOrder::become_big_endian(), in, LOGVAR, EMAN::GatanDM4::TagEntry::read_tag_entry(), and tagtable.
Referenced by EMAN::DM4IO::get_nimg(), and EMAN::GatanDM4::TagEntry::read_tag_entry().
|
private |
Definition at line 155 of file dm4io.h.
Referenced by get_entry_id().
|
private |
Definition at line 152 of file dm4io.h.
Referenced by read_tag_group().
|
private |
Definition at line 154 of file dm4io.h.
Referenced by get_name().
|
private |
Definition at line 153 of file dm4io.h.
Referenced by read_tag_group().