OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_params.h>
Public Member Functions | |
comment_exchange () | |
OJPH_EXPORT void | set_string (char *str) |
OJPH_EXPORT void | set_data (char *data, ui16 len) |
Private Attributes | |
char * | data |
ui16 | len |
ui16 | Rcom |
Friends | |
class | local::codestream |
Definition at line 173 of file ojph_params.h.
|
inline |
Definition at line 177 of file ojph_params.h.
void ojph::comment_exchange::set_data | ( | char * | data, |
ui16 | len | ||
) |
Definition at line 383 of file ojph_params.cpp.
References data, len, OJPH_ERROR, and Rcom.
void ojph::comment_exchange::set_string | ( | char * | str | ) |
Definition at line 371 of file ojph_params.cpp.
References data, len, OJPH_ERROR, and Rcom.
Referenced by main().
|
friend |
Definition at line 175 of file ojph_params.h.
|
private |
Definition at line 184 of file ojph_params.h.
Referenced by set_data(), set_string(), and ojph::local::codestream::write_headers().
|
private |
Definition at line 185 of file ojph_params.h.
Referenced by set_data(), set_string(), and ojph::local::codestream::write_headers().
|
private |
Definition at line 186 of file ojph_params.h.
Referenced by set_data(), and set_string().