FACT++  1.0
void FactGui::handleBiasVolt ( const DimData d)
inlineprivate

Definition at line 2454 of file FactGui.h.

References DimData::ptr().

Referenced by infoHandler().

2455  {
2456  if (!CheckSize(d, 416*sizeof(float)))
2457  return;
2458 
2459  const float *ptr = d.ptr<float>();
2460  fVecBiasVolt.assign(ptr, ptr+416);
2461 
2463  }
vector< float > fVecBiasVolt
Definition: FactGui.h:2450
bool CheckSize(const DimData &d, size_t sz, bool print=true) const
Definition: FactGui.h:639
void on_fBiasDispRefVolt_stateChanged(int=0)
Definition: FactGui.h:3452
const T * ptr(uint32_t offset=0) const
Definition: DimData.h:32

+ Here is the call graph for this function:

+ Here is the caller graph for this function: