| addPoint(const double x, const double y) | kome::core::XYData | |
| ArrayType enum name | kome::core::DataPoints | |
| changeSize(const unsigned int size) | kome::core::DataPoints | protected |
| 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_arraySize | kome::core::DataPoints | protected |
| m_currentVersion | kome::core::XYData | protectedstatic |
| m_length | kome::core::DataPoints | protected |
| m_maxX | kome::core::XYData | protected |
| m_maxY | kome::core::XYData | protected |
| m_minX | kome::core::XYData | protected |
| m_minY | kome::core::XYData | protected |
| m_type | kome::core::DataPoints | protected |
| m_updated | kome::core::XYData | protected |
| m_version | kome::core::XYData | protected |
| m_xArray | kome::core::DataPoints | protected |
| m_yArray | kome::core::DataPoints | protected |
| onAddPoint(const double x, const double y) | kome::core::DataPoints | protectedvirtual |
| onClearPoints() | kome::core::DataPoints | protectedvirtual |
| onDeletePoint(const unsigned int index) | kome::core::DataPoints | protectedvirtual |
| onGetLength() | kome::core::DataPoints | protectedvirtual |
| onGetX(const unsigned int index) | kome::core::DataPoints | protectedvirtual |
| onGetY(const unsigned int index) | kome::core::DataPoints | protectedvirtual |
| onInsertPoint(const unsigned int index, const double x, const double y) | kome::core::DataPoints | protectedvirtual |
| onLoadData(boost::function< int(void *, int) > readFun) | kome::core::XYData | protectedvirtual |
| onReserve(const unsigned int num) | kome::core::DataPoints | protectedvirtual |
| onSaveData(boost::function< int(void *, int) > writeFun) | kome::core::XYData | protectedvirtual |
| 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::XYData | protected |
| XYData() | kome::core::XYData | |
| ~DataPoints() | kome::core::DataPoints | virtual |
| ~XYData() | kome::core::XYData | virtual |