ESA JPIP server
0.1
|
Contains the indexing information associated to the meta-data of a JPEG2000 image file. More...
#include <meta_data.h>
Public Member Functions | |
Metadata () | |
Empty constructor. More... | |
Metadata (const Metadata &info) | |
Copy constructor. More... | |
template<typename T > | |
T & | SerializeWith (T &stream) |
Metadata & | operator= (const Metadata &info) |
Copy assignment. More... | |
virtual | ~Metadata () |
Public Attributes | |
vector< FileSegment > | meta_data |
File segments of all the meta-data blocks. More... | |
vector< PlaceHolder > | place_holders |
Associated place-holders. More... | |
Friends | |
ostream & | operator<< (ostream &out, const Metadata &info) |
Contains the indexing information associated to the meta-data of a JPEG2000 image file.
This class can be printed and serialized.
|
inline |
Empty constructor.
|
inline |
Copy constructor.
|
inlinevirtual |
Copy assignment.
|
inline |
|
friend |
vector<FileSegment> jpeg2000::Metadata::meta_data |
File segments of all the meta-data blocks.
vector<PlaceHolder> jpeg2000::Metadata::place_holders |
Associated place-holders.