|
ESA JPIP server
0.1
|
Contains the information of a packet. More...
#include <packet.h>
Public Member Functions | |
| Packet () | |
| Initializes the object to zero. More... | |
| Packet (int layer, int resolution, int component, Point precinct_xy) | |
| Initializes the object. More... | |
| Packet (const Packet &packet) | |
| Copy constructor. More... | |
| const Packet & | operator= (const Packet &packet) |
| Copy assignment. More... | |
| virtual | ~Packet () |
Public Attributes | |
| int | layer |
| Quality layer. More... | |
| int | component |
| Component number. More... | |
| int | resolution |
| Resolution level. More... | |
| Point | precinct_xy |
| Precinct coordinate. More... | |
Friends | |
| ostream & | operator<< (ostream &out, const Packet &packet) |
Contains the information of a packet.
This class can be printed.
|
inline |
Initializes the object to zero.
|
inline |
Initializes the object.
|
inline |
Copy constructor.
|
inlinevirtual |
|
friend |
| int jpeg2000::Packet::component |
Component number.
| int jpeg2000::Packet::layer |
Quality layer.
| Point jpeg2000::Packet::precinct_xy |
Precinct coordinate.
| int jpeg2000::Packet::resolution |
Resolution level.