BioDynaMo  v1.05.119-a4ff3934
Public Member Functions | Public Attributes | List of all members
bdm::AgentContainer Class Reference

#include <octree_environment.h>

Collaboration diagram for bdm::AgentContainer:
[legend]

Public Member Functions

 AgentContainer ()
 
size_t size () const
 
const Real3operator[] (size_t idx) const
 

Public Attributes

AgentFlatIdxMap flat_idx_map_
 
ResourceManagerrm_ = nullptr
 

Detailed Description

This class acts as a contiguous container of simulation object positions for the Unibn octree API

Definition at line 28 of file octree_environment.h.

Constructor & Destructor Documentation

◆ AgentContainer()

bdm::AgentContainer::AgentContainer ( )
inline

Definition at line 30 of file octree_environment.h.

Member Function Documentation

◆ operator[]()

const Real3& bdm::AgentContainer::operator[] ( size_t  idx) const
inline

Definition at line 34 of file octree_environment.h.

◆ size()

size_t bdm::AgentContainer::size ( ) const
inline

Definition at line 32 of file octree_environment.h.

Member Data Documentation

◆ flat_idx_map_

AgentFlatIdxMap bdm::AgentContainer::flat_idx_map_

Definition at line 39 of file octree_environment.h.

◆ rm_

ResourceManager* bdm::AgentContainer::rm_ = nullptr

Definition at line 40 of file octree_environment.h.


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