Searched refs:tDataType (Results 1 – 2 of 2) sorted by relevance
155 aResult[i] = lcl_ValarrayToSequence< tDataType::value_type >( in getData()164 return lcl_ValarrayToSequence< tDataType::value_type >( in getColumnValues()171 return lcl_ValarrayToSequence< tDataType::value_type >( in getRowValues()182 tDataType aSlice = m_aData[ ::std::slice( nColumnIndex, m_nRowCount, m_nColumnCount ) ]; in setColumnValues()194 tDataType aSlice = m_aData[ ::std::slice( nRowIndex*m_nColumnCount, m_nColumnCount, 1 ) ]; in setRowValues()291 tDataType aNewData( fNan, nNewSize ); in enlargeData()294 static_cast< tDataType >( in enlargeData()317 tDataType aNewData( fNan, nNewSize ); in insertColumn()323 static_cast< tDataType >( in insertColumn()327 static_cast< tDataType >( in insertColumn()[all …]
74 typedef ::std::valarray< double > tDataType; typedef in chart::InternalData98 tDataType m_aData;