mpiGeometricPathSimpleAppend
Declaration
long mpiGeometricPathAppend(MPIGeometricPath path, MPIGeometricPathElement *element;
Required Header: stdmpi.h
Change History: Modified in 04.00.
Description
mpiGeometricPathSimpleAppend adds an array of path elements pointed to by element to the end of the path stored in the GeometricPath object. It is equivalent to mpiGeometricPathAppend(path, element, MPIGeometricPathElementAttrMaskNONE, NULL).
path | A handle to a Path object. |
---|---|
*element | A pointer to a MPIGeometricPathElement structure |
Return Values |
---|
MPIMessageOK |
See Also
mpiGeometricPathCreate | mpiGeometricPathAppend