MPI 04.00 Reference >> mpiMotion

mpiMotionPTFContinueMove

Declaration

      mpiMotionPTFContinueMove(MPIMotion                      motion,
                               int32_t                           pointCount,
                               const MPIMotionPTFPoint        points[],
                               MPI_BOOL                       complete,
                               MPIMotionPathAttrMask          mask,
                               const MPIMotionPathAttributes  *attributes);

 

Required Header: stdmpi.h
Change History: Added in 04.00.

Description

mpiMotionPTFContinueMove 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.