Cambridge SMT System
|
Multithreaded implementation of alilats2splats pipeline. More...
#include <main-run.alilats2splats.hpp>
Public Member Functions | |
MultiThreadedAliLatsToSparseVecLatsTask (const ucam::util::RegistryPO &rg) | |
bool | run (Data &original_data) |
bool | operator() () |
Public Member Functions inherited from ucam::util::TaskInterface< DataT< TupleArc32 > > | |
TaskInterface () | |
Constructor. More... | |
virtual bool | run (DataT< TupleArc32 > &d)=0 |
virtual | ~TaskInterface () |
bool | chainrun (DataT< TupleArc32 > &d) |
Implements chain of responsability. Calls run method and, if there is another task, call its run method too. More... | |
bool | operator() (DataT< TupleArc32 > &d) |
TaskInterface & | operator() (TaskInterface *t) |
TaskInterface & | appendTask (TaskInterface *t) |
Appends a task class. If there is no task, append here, otherwise delegate in next task. More... | |
TaskInterface * | getTask () |
Return appended task. More... | |
TaskInterface * | next () |
Multithreaded implementation of alilats2splats pipeline.
Definition at line 170 of file main-run.alilats2splats.hpp.
|
inline |
Definition at line 192 of file main-run.alilats2splats.hpp.
|
inline |
Definition at line 249 of file main-run.alilats2splats.hpp.
|
inline |
Definition at line 197 of file main-run.alilats2splats.hpp.