MPIPathAttr

MPIPathAttr

 

typedef enum {
	MPIPathElementAttrINVALID,

	MPIPathElementAttrRELATIVE,
	MPIPathElementAttrID,
	MPIPathElementAttrVELOCITY,
	MPIPathElementAttrACCEL,
	MPIPathElementAttrTIMESLICE,
	MPIPathElementAttrCOUNT,
} MPIPathAttr;
Description

In PathAttr, the path attributes are used to generate the path attribute masks to enable features with mpiPathAppend(.). Please see MPIPathElementAttrMask data type for more information.

See Also mpiPathAppend