Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/engine/render-invocation.hpp"
A concrete JobFunctor with the ability to activate the »Render Node Network«.
Definition at line 47 of file render-invocation.hpp.
Public Member Functions | |
RenderInvocation (ProcNode &exitNode) | |
Public Member Functions inherited from JobClosure | |
virtual | ~JobClosure () |
this is an interface More... | |
lib::HashVal | hash_value (JobParameter) const |
Public Member Functions inherited from JobFunctor | |
virtual | ~JobFunctor () |
this is an interface More... | |
operator std::string () const | |
Private Member Functions | |
InvocationInstanceID | buildInstanceID (HashVal) const override |
string | diagnostic () const override |
JobKind | getJobKind () const override |
size_t | hashOfInstance (InvocationInstanceID invoKey) const override |
void | invokeJobOperation (vault::gear::JobParameter) |
Private Attributes | |
ProcNode & | theNode_ |
|
privatevirtual |
Implements JobClosure.
Definition at line 68 of file render-invocation.cpp.