12 #ifndef __KOME_CORE_DATA_POINTS_H__
13 #define __KOME_CORE_DATA_POINTS_H__
111 virtual void onClearPoints();
119 virtual void onAddPoint(
const double x,
const double y );
128 virtual void onInsertPoint(
const unsigned int index,
const double x,
const double y );
135 virtual void onDeletePoint(
const unsigned int index );
142 virtual unsigned int onGetLength();
150 virtual double onGetX(
const unsigned int index );
158 virtual double onGetY(
const unsigned int index );
165 virtual void onReserve(
const unsigned int num );
173 void changeSize(
const unsigned int size ) ;
178 #endif // __KOME_CORE_DATA_POINTS_H__
abstraction class of two dimention coordinate data
data points data of profile management class
ArrayType
the type of array
interfaces of XYData class