#include <NDEVR/BaseValues.h>
#include <NDEVR/Vector.h>
#include <NDEVR/ObjectInfo.h>
#include <NDEVR/TypeInfo.h>
#include <NDEVR/Angle.h>
Go to the source code of this file.
|
template<class t_type_a , class t_type_b > |
void | assign (t_type_a &a, const t_type_b &b) |
|
template<class t_type_a > |
void | assign (t_type_a &a, const t_type_a &b) |
|
template<uint01 t_dim_a, class t_type_a , uint01 t_dim_b, class t_type_b > |
void | assign (Vector< t_dim_a, t_type_a > &a, const Vector< t_dim_b, t_type_b > &b) |
|
template<class t_type_a , uint01 t_dim_b, class t_type_b > |
void | assign (t_type_a &a, const Vector< t_dim_b, t_type_b > &b) |
|
template<class t_type_a > |
void | assign (t_type_a &a, const char *b) |
|
template<uint01 t_dim_a, class t_type_a , uint01 t_dim_b, class t_type_b > |
void | assign (Vector< t_dim_a, t_type_a > &a, const Vector< t_dim_b, t_type_b > &b, uint01 dim) |
|
template<class t_type_a , uint01 t_dim_b, class t_type_b > |
void | assign (t_type_a &a, const Vector< t_dim_b, t_type_b > &b, uint01 dim) |
|