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

#include <mapped_data_array.h>

Inheritance diagram for bdm::MappedDataArrayInterface:
[legend]

Public Member Functions

 MappedDataArrayInterface ()=default
 
virtual ~MappedDataArrayInterface ()=default
 
virtual void Update (const std::vector< Agent * > *agents, uint64_t start, uint64_t end)=0
 

Detailed Description

Definition at line 119 of file mapped_data_array.h.

Constructor & Destructor Documentation

◆ MappedDataArrayInterface()

bdm::MappedDataArrayInterface::MappedDataArrayInterface ( )
default

◆ ~MappedDataArrayInterface()

virtual bdm::MappedDataArrayInterface::~MappedDataArrayInterface ( )
virtualdefault

Member Function Documentation

◆ Update()

virtual void bdm::MappedDataArrayInterface::Update ( const std::vector< Agent * > *  agents,
uint64_t  start,
uint64_t  end 
)
pure virtual

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