BioDynaMo  v1.05.119-a4ff3934
Public Member Functions | List of all members
bdm::AgentOperationImpl Struct Reference

Interface for implementing an operation. More...

#include <operation.h>

Inheritance diagram for bdm::AgentOperationImpl:
[legend]
Collaboration diagram for bdm::AgentOperationImpl:
[legend]

Public Member Functions

void operator() () 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() (Agent *agent)=0
 
virtual OperationImplClone ()=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...
 

Detailed Description

Interface for implementing an operation.

Definition at line 76 of file operation.h.

Member Function Documentation

◆ IsStandalone()

bool bdm::AgentOperationImpl::IsStandalone ( )
inlineoverridevirtual

Returns whether or not this operations is a stand-alone operation.

Implements bdm::OperationImpl.

Definition at line 82 of file operation.h.

◆ operator()()

void bdm::AgentOperationImpl::operator() ( )
inlineoverridevirtual

Implements bdm::OperationImpl.

Definition at line 77 of file operation.h.


The documentation for this struct was generated from the following file: