bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
bitrl::utils::geom::Node< dim > Class Template Reference

Wraps the notion of a node. A node is simply a point in dim-space that can hold dofs. More...

#include <node.h>

Inheritance diagram for bitrl::utils::geom::Node< dim >:
Collaboration diagram for bitrl::utils::geom::Node< dim >:

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.
 

Detailed Description

template<int dim>
class bitrl::utils::geom::Node< dim >

Wraps the notion of a node. A node is simply a point in dim-space that can hold dofs.

Constructor & Destructor Documentation

◆ Node() [1/5]

template<int dim>
bitrl::utils::geom::Node< dim >::Node ( )

Constructor.

◆ Node() [2/5]

template<int dim>
bitrl::utils::geom::Node< dim >::Node ( real_t  coord,
uint_t  id,
const std::any &  data 
)

Constructor.

◆ Node() [3/5]

template<int dim>
bitrl::utils::geom::Node< dim >::Node ( const std::array< real_t, dim > &  coords,
uint_t  id,
const std::any &  data 
)

Constructor.

◆ Node() [4/5]

template<int dim>
bitrl::utils::geom::Node< dim >::Node ( const GeomPoint< dim > &  point,
uint_t  global_id,
uint_t  pid,
const std::any &  data 
)

Constructor.

◆ Node() [5/5]

template<int dim>
bitrl::utils::geom::Node< dim >::Node ( const GeomPoint< dim > &  point,
uint_t  global_id,
uint_t  pid 
)

Constructor.


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