17 #ifndef _ADIOSScalar_h
18 #define _ADIOSScalar_h
34 Scalar(ADIOS_FILE *f, ADIOS_VARINFO *v);
38 const T&
GetValue(
size_t step,
size_t block)
const
43 ReadError::TestNe<StepBlock*>(NULL, idx,
"Variable not available");
45 return reinterpret_cast<const T*>(this->
Values)[idx->
BlockId];
53 #endif // _ADIOSScalar_h