CellModules
BaseBody.hpp
Go to the documentation of this file.
1
//'''
2
#ifndef BASEPROJECT_BASEBODY_HPP
3
#define BASEPROJECT_BASEBODY_HPP
4
5
template
<
typename
embedded_plugin_t>
6
class
BaseBody
{
7
8
protected
:
9
embedded_plugin_t
*
cellPlugin
=
nullptr
;
10
11
public
:
12
BaseBody
() =
default
;
13
14
inline
void
setCellPlugin
(
embedded_plugin_t
*_cellPlugin){ this->cellPlugin = _cellPlugin; }
15
inline
void
onCellPluginLinking
(){}
16
17
18
};
19
20
21
#endif
//BASEPROJECT_CELLBODY_HPP
22
//'''
BaseBody
Definition:
BaseBody.hpp:6
BaseBody::setCellPlugin
void setCellPlugin(embedded_plugin_t *_cellPlugin)
Definition:
BaseBody.hpp:14
BaseBody::cellPlugin
embedded_plugin_t * cellPlugin
Definition:
BaseBody.hpp:9
BaseBody::onCellPluginLinking
void onCellPluginLinking()
Definition:
BaseBody.hpp:15
BaseBody::BaseBody
BaseBody()=default
CellPlugin
Definition:
CellPlugin.hpp:17
src
core
BaseBody.hpp
Generated by
1.9.4