Mass++ Common Libraries v2.7.5
 All Classes Namespaces Files Functions Variables Enumerations Macros
kome::core::DataPoints Member List

This is the complete list of members for kome::core::DataPoints, including all inherited members.

addPoint(const double x, const double y)kome::core::XYData
ArrayType enum namekome::core::DataPoints
changeSize(const unsigned int size)kome::core::DataPointsprotected
clearPoints()kome::core::XYData
DataPoints(ArrayType type=DOUBLE)kome::core::DataPoints
DataPoints(const DataPoints &pts)kome::core::DataPoints
deletePoint(const unsigned int index)kome::core::XYData
DOUBLE enum value (defined in kome::core::DataPoints)kome::core::DataPoints
exportData(boost::function< int(void *, int) > writeFun)kome::core::XYData
filter(const double absY=0.0, const double relY=0.0)kome::core::XYData
FLOAT enum value (defined in kome::core::DataPoints)kome::core::DataPoints
getLength()kome::core::XYData
getMaxX()kome::core::XYData
getMaxY()kome::core::XYData
getMinX()kome::core::XYData
getMinY()kome::core::XYData
getNearestIndex(const double x)kome::core::XYData
getPoints(std::vector< Point< double > > &points, const bool ySort, const bool desc)kome::core::XYData
getVersion()kome::core::XYData
getX(const unsigned int index)kome::core::XYData
getXData()kome::core::DataPoints
getY(const unsigned int index)kome::core::XYData
getYData()kome::core::DataPoints
importData(boost::function< int(void *, int) > readFun)kome::core::XYData
insertPoint(const unsigned int index, const double x, const double y)kome::core::XYData
m_arraySizekome::core::DataPointsprotected
m_currentVersionkome::core::XYDataprotectedstatic
m_lengthkome::core::DataPointsprotected
m_maxXkome::core::XYDataprotected
m_maxYkome::core::XYDataprotected
m_minXkome::core::XYDataprotected
m_minYkome::core::XYDataprotected
m_typekome::core::DataPointsprotected
m_updatedkome::core::XYDataprotected
m_versionkome::core::XYDataprotected
m_xArraykome::core::DataPointsprotected
m_yArraykome::core::DataPointsprotected
onAddPoint(const double x, const double y)kome::core::DataPointsprotectedvirtual
onClearPoints()kome::core::DataPointsprotectedvirtual
onDeletePoint(const unsigned int index)kome::core::DataPointsprotectedvirtual
onGetLength()kome::core::DataPointsprotectedvirtual
onGetX(const unsigned int index)kome::core::DataPointsprotectedvirtual
onGetY(const unsigned int index)kome::core::DataPointsprotectedvirtual
onInsertPoint(const unsigned int index, const double x, const double y)kome::core::DataPointsprotectedvirtual
onLoadData(boost::function< int(void *, int) > readFun)kome::core::XYDataprotectedvirtual
onReserve(const unsigned int num)kome::core::DataPointsprotectedvirtual
onSaveData(boost::function< int(void *, int) > writeFun)kome::core::XYDataprotectedvirtual
operator=(const DataPoints &other)kome::core::DataPoints
reserve(const unsigned int num)kome::core::XYData
searchIndex(const double x)kome::core::XYData
updatePoint(const unsigned int index, const double x, const double y)kome::core::XYData
updateRange()kome::core::XYDataprotected
XYData()kome::core::XYData
~DataPoints()kome::core::DataPointsvirtual
~XYData()kome::core::XYDatavirtual