1 #ifndef _JPEG2000_META_DATA_H_ 2 #define _JPEG2000_META_DATA_H_ 52 return (stream & meta_data & place_holders);
68 out << endl <<
"Meta-data: ";
70 for(vector<FileSegment>::const_iterator i = info.
meta_data.begin(); i != info.
meta_data.end(); i++)
73 out << endl <<
"Place Holders: ";
static void copy(std::vector< T > &dest, const std::vector< T > &src)
Copies a vector.
Definition: base.h:30
Contains a set of classes to easy the handling of data and files, as well as the serialization.
Definition: data.h:9
Set of classes for handling (reading and indexing) image files with the format defined in the Part 1 ...
Definition: codestream_index.h:10
ostream & operator<<(ostream &out, const Request &request)
Definition: request.cc:65