BioDynaMo  v1.05.159-3be850bb
cell_division_event.h
Go to the documentation of this file.
1 // -----------------------------------------------------------------------------
2 //
3 // Copyright (C) 2021 CERN & University of Surrey for the benefit of the
4 // BioDynaMo collaboration. All Rights Reserved.
5 //
6 // Licensed under the Apache License, Version 2.0 (the "License");
7 // you may not use this file except in compliance with the License.
8 //
9 // See the LICENSE file distributed with this work for details.
10 // See the NOTICE file distributed with this work for additional information
11 // regarding copyright ownership.
12 //
13 // -----------------------------------------------------------------------------
14 
15 #ifndef CORE_AGENT_CELL_DIVISION_EVENT_H_
16 #define CORE_AGENT_CELL_DIVISION_EVENT_H_
17 
19 #include "core/real_t.h"
20 
21 namespace bdm {
22 
32  static const NewAgentEventUid kUid;
33 
36 
37  ~CellDivisionEvent() override = default;
38 
39  NewAgentEventUid GetUid() const override { return kUid; }
40 
48 };
49 
50 } // namespace bdm
51 
52 #endif // CORE_AGENT_CELL_DIVISION_EVENT_H_
Definition: agent.cc:39
uint64_t NewAgentEventUid
double real_t
Definition: real_t.h:21
Contains the parameters to perform a cell division.
static const NewAgentEventUid kUid
real_t theta
theta polar angle (spherical coordinates)
~CellDivisionEvent() override=default
CellDivisionEvent(real_t volume_ratio, real_t phi, real_t theta)
NewAgentEventUid GetUid() const override
real_t phi
phi azimuthal angle (spherical coordinates)