setStep method

void setStep(
  1. double step
)

Implementation

void setStep( double step ){
	_info[_curIndex]._step = step;
}