MPI 04.00 Reference >> mpiMotion
mpiMotionPVTContinueMove
Declaration
mpiMotionPVTContinueMove(MPIMotion motion, int32_t pointCount, const MPIMotionPVTPoint points[], MPI_BOOL complete, MPIMotionPathAttrMask mask, const MPIMotionPathAttributes *attributes);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiMotionPVTContinueMove adds points to a point-based move started by mpiMotionPTBeginMove.
| motion | The Motion object to use. |
|---|---|
| pointCount | The length of the points array. |
| point | An array of multi-dimensional points for the motion to pass through with associated time values. For more information, see MPIMotionPTPoint. |
| complete | Specifies whether or not this is the final call to mpiMotionPTContinueMove. If FALSE, the function must eventually be called with a value of TRUE. If TRUE, the function cannot be called again until after another call to mpiMotionPTBeginMove. |
| mask | A bit-mask composed of MPIMotionPathAttrMasks ORed together. Each bit set enables the corresponding attribute. |
| attributes | A pointer to additional data needed for certain mask values. |
