#include <NDEVR/DesignParameterAccumulator.h>
#include <NDEVR/DesignObject.h>
#include <NDEVR/Model.h>
#include <NDEVR/Material.h>
#include <NDEVR/Geometry.h>
#include <NDEVR/OrientationOperations.h>
#include <NDEVR/Deployment.h>
#include <NDEVR/JSONNode.h>
|
template<class t_type > |
void | AccumulateVector (t_type value, DesignParameterAccumulator &dpa) |
|
template<class t_type > |
void | accumulateValue (t_type value, bool to_unit, DesignParameterAccumulator &accum, uint01 dim) |
|
template<uint01 t_dims, class t_type > |
Vertex< t_dims, t_type > | SetVectorValue (const String &value, Vertex< t_dims, t_type > vertex_value, const Matrix< fltp08 > &trans, const Matrix< fltp08 > &inv_trans, DesignParameterSetter &dpa) |
|
template<uint01 t_dims, class t_type > |
void | SetVector (const String &value, uint04 row, TableColumn &column, const Matrix< fltp08 > &trans, const Matrix< fltp08 > &inv_trans, DesignParameterSetter &dpa) |
|