typedef struct {
float x;
float y;
} XintFaultPoint;
See resource XmNclipPolygonCount to specify the number of points in the clip polygon.
| Resource Value | Description |
|---|---|
| XintCONTOUR_LINE | Contour is displayed as a set of monochrome contour lines. |
| XintCONTOUR_COLORED_LINE | Contour is displayed as a set of colored contour lines. |
| XintCONTOUR_FILLED | Contour is filled with colors. |
| XintCONTOUR_FILLED_AND_LINE | Contour is color filled and monochrome contour lines are drawn on top. |
| XintCONTOUR_ANNOTATED | Contour is displayed with annotated contour lines. |
| XintCONTOUR_FILLED_AND_ANNOTATED | Contour is color filled and annotated contour lines are drawn on top. |
| XintCONTOUR_NO_DISPLAY | No contour display is output. |
typedef struct {
float x;
float y;
} XintFaultPoint;
| Resource Value | Description |
|---|---|
| XintGRIDDING_GLOBAL | Use the Global gridding method. |
| XintGRIDDING_SCATTER | Use the Scatter gridding method. |
| XintGRIDDING_CLUSTER | Use the Cluster gridding method. |
| XintGRIDDING_WEIGHTED | Use the Weighted gridding method. |
| XintGRIDDING_AUTOMATIC | Let the Contour widget select the gridding method based on the number of points in the data set. |
typedef struct {
float x;
float y;
float z:
} XintSourcePoint;