libgta
1.2.1
Read and Write Generic Tagged Array (GTA) files
|
This is the complete list of members for gta::header, including all inherited members.
component(const void *element, uintmax_t i) const | gta::header | inline |
component(void *element, uintmax_t i) const | gta::header | inline |
component_size(uintmax_t i) const | gta::header | inline |
component_taglist(uintmax_t i) const | gta::header | inline |
component_taglist(uintmax_t i) | gta::header | inline |
component_type(uintmax_t i) const | gta::header | inline |
components() const | gta::header | inline |
compression() const | gta::header | inline |
copy_data(custom_io &read_io, const header &write_header, custom_io &write_io) const | gta::header | inline |
copy_data(std::istream &is, const header &write_header, std::ostream &os) const | gta::header | inline |
copy_data(FILE *fi, const header &write_header, FILE *fo) const | gta::header | inline |
copy_data(int fdi, const header &write_header, int fdo) const | gta::header | inline |
data_size() const | gta::header | inline |
dimension_size(uintmax_t i) const | gta::header | inline |
dimension_taglist(uintmax_t i) const | gta::header | inline |
dimension_taglist(uintmax_t i) | gta::header | inline |
dimensions() const | gta::header | inline |
element(const void *data, const uintmax_t *indices) const | gta::header | inline |
element(void *data, const uintmax_t *indices) const | gta::header | inline |
element(const void *data, uintmax_t index) const | gta::header | inline |
element(void *data, uintmax_t index) const | gta::header | inline |
element(const void *data, uintmax_t index0, uintmax_t index1) const | gta::header | inline |
element(void *data, uintmax_t index0, uintmax_t index1) const | gta::header | inline |
element(const void *data, uintmax_t index0, uintmax_t index1, uintmax_t index2) const | gta::header | inline |
element(void *data, uintmax_t index0, uintmax_t index1, uintmax_t index2) const | gta::header | inline |
element(const void *data, uintmax_t index0, uintmax_t index1, uintmax_t index2, uintmax_t index3) const | gta::header | inline |
element(void *data, uintmax_t index0, uintmax_t index1, uintmax_t index2, uintmax_t index3) const | gta::header | inline |
element_size() const | gta::header | inline |
elements() const | gta::header | inline |
global_taglist() const | gta::header | inline |
global_taglist() | gta::header | inline |
header() | gta::header | inline |
header(const header &hdr) | gta::header | inline |
indices_to_linear_index(const uintmax_t *indices) const | gta::header | inline |
linear_index_to_indices(uintmax_t index, uintmax_t *indices) const | gta::header | inline |
operator=(const header &hdr) | gta::header | inline |
read_block(custom_io &io, uintmax_t data_offset, const uintmax_t *lower_coordinates, const uintmax_t *higher_coordinates, void *block) const | gta::header | inline |
read_block(std::istream &is, uintmax_t data_offset, const uintmax_t *lower_coordinates, const uintmax_t *higher_coordinates, void *block) const | gta::header | inline |
read_block(FILE *f, uintmax_t data_offset, const uintmax_t *lower_coordinates, const uintmax_t *higher_coordinates, void *block) const | gta::header | inline |
read_block(int fd, uintmax_t data_offset, const uintmax_t *lower_coordinates, const uintmax_t *higher_coordinates, void *block) const | gta::header | inline |
read_data(custom_io &io, void *data) const | gta::header | inline |
read_data(std::istream &is, void *data) const | gta::header | inline |
read_data(FILE *f, void *data) const | gta::header | inline |
read_data(int fd, void *data) const | gta::header | inline |
read_elements(io_state &state, custom_io &io, uintmax_t n, void *buf) const | gta::header | inline |
read_elements(io_state &state, std::istream &is, uintmax_t n, void *buf) const | gta::header | inline |
read_elements(io_state &state, FILE *f, uintmax_t n, void *buf) const | gta::header | inline |
read_elements(io_state &state, int fd, uintmax_t n, void *buf) const | gta::header | inline |
read_from(custom_io &io) | gta::header | inline |
read_from(std::istream &is) | gta::header | inline |
read_from(FILE *f) | gta::header | inline |
read_from(int fd) | gta::header | inline |
set_components(uintmax_t n, const type *types, const uintmax_t *sizes=NULL) | gta::header | inline |
set_components(type type, uintmax_t size=0) | gta::header | inline |
set_components(type type0, type type1, uintmax_t size0=0, uintmax_t size1=0) | gta::header | inline |
set_components(type type0, type type1, type type2, uintmax_t size0=0, uintmax_t size1=0, uintmax_t size2=0) | gta::header | inline |
set_components(type type0, type type1, type type2, type type3, uintmax_t size0=0, uintmax_t size1=0, uintmax_t size2=0, uintmax_t size3=0) | gta::header | inline |
set_compression(gta::compression compression) | gta::header | inline |
set_dimensions(uintmax_t n, const uintmax_t *sizes) | gta::header | inline |
set_dimensions(uintmax_t size) | gta::header | inline |
set_dimensions(uintmax_t size0, uintmax_t size1) | gta::header | inline |
set_dimensions(uintmax_t size0, uintmax_t size1, uintmax_t size2) | gta::header | inline |
set_dimensions(uintmax_t size0, uintmax_t size1, uintmax_t size2, uintmax_t size3) | gta::header | inline |
skip_data(custom_io &io) const | gta::header | inline |
skip_data(std::istream &is) const | gta::header | inline |
skip_data(FILE *f) const | gta::header | inline |
skip_data(int fd) const | gta::header | inline |
write_block(custom_io &io, uintmax_t data_offset, const uintmax_t *lower_coordinates, const uintmax_t *higher_coordinates, const void *block) const | gta::header | inline |
write_block(std::ostream &os, uintmax_t data_offset, const uintmax_t *lower_coordinates, const uintmax_t *higher_coordinates, const void *block) const | gta::header | inline |
write_block(FILE *f, uintmax_t data_offset, const uintmax_t *lower_coordinates, const uintmax_t *higher_coordinates, const void *block) const | gta::header | inline |
write_block(int fd, uintmax_t data_offset, const uintmax_t *lower_coordinates, const uintmax_t *higher_coordinates, const void *block) const | gta::header | inline |
write_data(custom_io &io, const void *data) const | gta::header | inline |
write_data(std::ostream &os, const void *data) const | gta::header | inline |
write_data(FILE *f, const void *data) const | gta::header | inline |
write_data(int fd, const void *data) const | gta::header | inline |
write_elements(io_state &state, custom_io &io, uintmax_t n, const void *buf) const | gta::header | inline |
write_elements(io_state &state, std::ostream &os, uintmax_t n, const void *buf) const | gta::header | inline |
write_elements(io_state &state, FILE *f, uintmax_t n, const void *buf) const | gta::header | inline |
write_elements(io_state &state, int fd, uintmax_t n, const void *buf) const | gta::header | inline |
write_to(custom_io &io) const | gta::header | inline |
write_to(std::ostream &os) const | gta::header | inline |
write_to(FILE *f) const | gta::header | inline |
write_to(int fd) const | gta::header | inline |
~header() | gta::header | inline |