BioDynaMo  v1.05.119-a4ff3934
Classes | Namespaces | Enumerations | Functions
operation.h File Reference
#include <cstdint>
#include <functional>
#include <set>
#include <string>
#include <vector>
#include "core/functor.h"
#include "core/util/log.h"
Include dependency graph for operation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bdm::OperationImpl
 
struct  bdm::AgentOperationImpl
 Interface for implementing an operation. More...
 
struct  bdm::StandaloneOperationImpl
 Interface for implementing an operation that should run on a GPU. More...
 
struct  bdm::Operation
 

Namespaces

 bdm
 

Enumerations

enum  bdm::OpComputeTarget { bdm::kCpu, bdm::kCuda, bdm::kOpenCl }
 

Functions

std::string bdm::OpComputeTargetString (OpComputeTarget t)