Represents a pending SingleChannel input job. More...
Public Member Functions | |
Job (SingleChannel &chan_, const Image< float > &bwimg_, const SimTime &t_, const Image< byte > &clipMask_, const rutz::shared_ptr< PyramidCache< float > > &cache_) | |
virtual void | run () |
virtual const char * | jobType () const |
Public Attributes | |
SingleChannel *const | chan |
Image< float > const | bwimg |
SimTime const | t |
Image< byte > const | clipMask |
rutz::shared_ptr< PyramidCache < float > > const | cache |
Represents a pending SingleChannel input job.
Definition at line 51 of file InputHandlerThreaded.C.