Home
last modified time | relevance | path

Searched refs:SetVectorVal (Results 1 – 3 of 3) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DTreeViewCustomEditDialog.cpp281 if(found) ed.SetVectorVal(j, val_tmp); in WriteData()
282 else ed.SetVectorVal(j, atof((LPCTSTR)cstr)); in WriteData()
302 ed.SetVectorVal(jj,ed_tmp->GetVectorVal(jj)); in WriteData()
369 ed.SetVectorVal(jj, doublelist(jj)); in WriteData()
H A DCustomEditDialog.cpp195 ed.SetVectorVal(j, atof((LPCTSTR)cstr)); in WriteData()
228 ed.SetVectorVal(jj, doublelist(jj)); in WriteData()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A Delementdata.h122 virtual void SetVectorVal(int i, double v) //only change value! in SetVectorVal() function