iipsrv
1.0
|
#include <Task.h>
Public Member Functions | |
void | run (Session *session, const std::string &argument) |
Main public function. | |
void | iip () |
void | iip_server () |
void | max_size () |
void | resolution_number () |
void | colorspace (std::string arg) |
void | tile_size () |
void | bits_per_channel () |
void | horizontal_views () |
void | vertical_views () |
void | min_max_values () |
void | metadata (std::string field) |
![]() | |
virtual | ~Task () |
Virtual destructor. | |
void | checkImage () |
Check image. | |
Additional Inherited Members | |
![]() | |
static Task * | factory (const std::string &type) |
Factory function. More... | |
![]() | |
Timer | command_timer |
Timer for each task. | |
Session * | session |
Pointer to our session data. | |
std::string | argument |
Argument supplied to the task. | |
OBJ commands.