|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
Wraps the notion of a node. A node is simply a point in dim-space that can hold dofs. More...
#include <node.h>


Public Member Functions | |
| Node () | |
| Constructor. | |
| Node (real_t coord, uint_t id, const std::any &data) | |
| Constructor. | |
| Node (const std::array< real_t, dim > &coords, uint_t id, const std::any &data) | |
| Constructor. | |
| Node (const GeomPoint< dim > &point, uint_t global_id, uint_t pid, const std::any &data) | |
| Constructor. | |
| Node (const GeomPoint< dim > &point, uint_t global_id, uint_t pid) | |
| Constructor. | |
Wraps the notion of a node. A node is simply a point in dim-space that can hold dofs.
| bitrl::utils::geom::Node< dim >::Node | ( | ) |
Constructor.
| bitrl::utils::geom::Node< dim >::Node | ( | real_t | coord, |
| uint_t | id, | ||
| const std::any & | data | ||
| ) |
Constructor.
| bitrl::utils::geom::Node< dim >::Node | ( | const std::array< real_t, dim > & | coords, |
| uint_t | id, | ||
| const std::any & | data | ||
| ) |
Constructor.
| bitrl::utils::geom::Node< dim >::Node | ( | const GeomPoint< dim > & | point, |
| uint_t | global_id, | ||
| uint_t | pid, | ||
| const std::any & | data | ||
| ) |
Constructor.
| bitrl::utils::geom::Node< dim >::Node | ( | const GeomPoint< dim > & | point, |
| uint_t | global_id, | ||
| uint_t | pid | ||
| ) |
Constructor.