LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
|
Base base class for all tasks. More...
#include <Task.h>
Inherited by LatBuilder::Task::Search< LR, ET >.
Public Member Functions | |
virtual void | execute ()=0 |
Executes the task. |
Protected Member Functions | |
virtual void | format (std::ostream &os) const =0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Task &task) |
Formats and outputs task to os . |
Base base class for all tasks.
|
pure virtual |
Executes the task.
Implemented in LatBuilder::Task::Extend< LR, ET, COMPRESS, PLO, FIGURE >, and LatBuilder::Task::Search< LR, ET >.