eBoundHandling

Parent Previous Next

///////////////////////////////////////////////////////////////////////////////////////////////////

// enum eBoundHandling


[helpstring("Boundary handling types.")]

typedef enum eBoundHandling

{

 [helpstring("No boundary handling (see Technical Manual)")]

 eBoundUnbounded,


 [helpstring("\"Reflect\" boundary handling (see Technical Manual)")]

 eBoundReflect,


 [helpstring("\"Bound\" boundary handling (see Technical Manual)")]

 eBoundBound,


 [helpstring("\"Fold\" boundary handling (see Technical Manual)")]

 eBoundFold

} eBoundHandling;