The INumToNumStepFunctionCursor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetSegmentMax |
This member function returns the right-most point of the step currently specified by the cursor. |
|
|
GetSegmentMin |
This member function returns the left-most point of the step currently
specified by the cursor.
|
|
|
GetValue |
This member function returns the value of the step currently specified by the cursor. |
|
|
Next |
This operator moves the cursor to the step adjacent to the current step
(forward move).
|
|
|
Ok |
This member function returns IloFalse if the cursor does not
currently specify a step included in the definition interval of the step
function. Otherwise, it returns IloTrue.
|
|
|
Previous |
This operator moves the cursor to the step adjacent to the current step
(backward move).
|
|
|
Seek |
This member function sets the cursor to specify the step of the function
that contains the argument. An IloException is thrown if
the argument does not belong to the definition interval of the step
function associated with the invoking cursor.
|