| Function Name | Description |
|---|---|
| XintCreateLogDensity | Creates a LogDensity object. |
| XintLogDensityGetData | Retrieves depth and sample data from a LogDensity object. |
| XintLogDensityTopAndBot tom | Returns the top and bottom depth values of the specified l og density. |
Object XintCreateLogDensity (...)
| Widget | parent | Parent of new LogDensity object. |
| char * | name | Name of new LogDensit y object. |
| ArgList | arglist | List of resource/ value items. |
| Cardinal | argcount | Number of items in arglist. |
void XintLogDensityGetData (...)
| Object | object | ID of the LogDensity object. |
| float | start_depth | Specifies the s tarting depth. |
| float | end_depth | Specifies the end ing depth. |
| float ** | sample_array | Returns a p ointer to the array containing the sample data. |
| float ** | depth_array | Returns a po inter to the array containing the depth data. |
| int * | sample_count | Returns the nu mber of samples. |
void XintLogDensityTopAndBottom (...)
| Object | object | ID of the LogDensity object. |
| float * | top | Returns the top depth of the LogDensity |
| float * | bottom | Returns the bottom depth of the LogDensity |
Boolean XintIsLogDensity (Object object)