|
BioDynaMo
v1.05.125-2619fe54
|
Interface for implementing an operation that should run on a GPU. More...
#include <operation.h>
Public Member Functions | |
| void | operator() (Agent *agent) override |
| bool | IsStandalone () override |
| Returns whether or not this operations is a stand-alone operation. More... | |
Public Member Functions inherited from bdm::OperationImpl | |
| virtual | ~OperationImpl ()=default |
| virtual void | SetUp () |
| virtual void | TearDown () |
| virtual void | operator() ()=0 |
| virtual OperationImpl * | Clone ()=0 |
| bool | IsGpuOperation () const |
| Returns whether or not this operation is supposed to run on a GPU. More... | |
Additional Inherited Members | |
Public Attributes inherited from bdm::OperationImpl | |
| OpComputeTarget | target_ = kCpu |
| The target that this operation implementation is supposed to run on. More... | |
Interface for implementing an operation that should run on a GPU.
Definition at line 86 of file operation.h.
|
inlineoverridevirtual |
Returns whether or not this operations is a stand-alone operation.
Implements bdm::OperationImpl.
Definition at line 92 of file operation.h.
|
inlineoverridevirtual |
Implements bdm::OperationImpl.
Definition at line 87 of file operation.h.
1.8.17