MPIGeometricPathAttr

Definition

typedef enum {
    MPGeometricIPathElementAttrINVALID   = -1,
    MPGeometricIPathElementAttrLAST      = 32,
    
    MPIGeometricPathElementAttrRELATIVE  = MPIGeometricPathElementAttrLAST - 1,
    MPIGeometricPathElementAttrID        = MPIGeometricPathElementAttrLAST - 2,
    MPIGeometricPathElementAttrVELOCITY  = MPIGeometricPathElementAttrLAST - 3,
    MPIGeometricPathElementAttrACCEL     = MPIGeometricPathElementAttrLAST - 4,
    MPIGeometricPathElementAttrTIMESLICE = MPIGeometricPathElementAttrLAST - 5,
    
    MPIGeometricPathElementAttrFIRST     = MPIGeometricPathElementAttrLAST - 5,
    MPIGeometricPathElementAttrCOUNT     = MPIGeometricPathElementAttrLAST - MPIGeometricPathElementAttrFIRST
} MPIGeometricPathAttr;

Description

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

See Also

mpiGeometricPathAppend