Nektar++
|
#include <NodeOpti.h>
Public Member Functions | |
NodeOptiJob (NodeOpti *no) | |
void | Run () |
NodeOptiJob (NodeOpti *no) | |
void | Run () |
Public Member Functions inherited from Nektar::Thread::ThreadJob | |
ThreadJob () | |
Base constructor. More... | |
virtual | ~ThreadJob () |
Base destructor. More... | |
void | SetWorkerNum (unsigned int num) |
Set number of worker threads. More... | |
Private Attributes | |
NodeOpti * | node |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::Thread::ThreadJob | |
unsigned int | GetWorkerNum () |
Definition at line 196 of file NodeOpti.h.
|
inline |
Definition at line 199 of file NodeOpti.h.
|
inline |
Definition at line 52 of file NodeOptiJob.h.
|
inlinevirtual |
This method will be called when the task is loaded onto a worker thread and is ready to run. When Run has finished this instance will be destructed.
Implements Nektar::Thread::ThreadJob.
Definition at line 56 of file NodeOptiJob.h.
References node, and Nektar::Utilities::NodeOpti::Optimise().
|
inlinevirtual |
This method will be called when the task is loaded onto a worker thread and is ready to run. When Run has finished this instance will be destructed.
Implements Nektar::Thread::ThreadJob.
Definition at line 203 of file NodeOpti.h.
References node, and Nektar::Utilities::NodeOpti::Optimise().
|
private |
Definition at line 209 of file NodeOpti.h.
Referenced by Run().