xrif
A fast lossless compression system
Current Configuration

\

Access to current configuration values.

Collaboration diagram for Current Configuration:

Functions

xrif_dimension_t xrif_width (xrif_t handle)
 Get the current width of the configured handle. More...
 
xrif_dimension_t xrif_height (xrif_t handle)
 Get the current height of the configured handle. More...
 
xrif_dimension_t xrif_depth (xrif_t handle)
 Get the current depth of the configured handle. More...
 
xrif_dimension_t xrif_frames (xrif_t handle)
 Get the current number of frames of the configured handle. More...
 

Function Documentation

◆ xrif_depth()

xrif_dimension_t xrif_depth ( xrif_t  handle)

Get the current depth of the configured handle.

Returns
the depth
Parameters
[in]handle[in] the xrif handle

Definition at line 823 of file xrif.c.

References xrif_handle::depth, XRIF_ERROR_NULLPTR, and XRIF_ERROR_PRINT.

◆ xrif_frames()

xrif_dimension_t xrif_frames ( xrif_t  handle)

Get the current number of frames of the configured handle.

Returns
the frames
Parameters
[in]handle[in] the xrif handle

Definition at line 834 of file xrif.c.

References xrif_handle::frames, XRIF_ERROR_NULLPTR, and XRIF_ERROR_PRINT.

◆ xrif_height()

xrif_dimension_t xrif_height ( xrif_t  handle)

Get the current height of the configured handle.

Returns
the height
Parameters
[in]handle[in] the xrif handle

Definition at line 812 of file xrif.c.

References xrif_handle::height, XRIF_ERROR_NULLPTR, and XRIF_ERROR_PRINT.

◆ xrif_width()

xrif_dimension_t xrif_width ( xrif_t  handle)

Get the current width of the configured handle.

Returns
the width
Parameters
[in]handle[in] the xrif handle

Definition at line 801 of file xrif.c.

References xrif_handle::width, XRIF_ERROR_NULLPTR, and XRIF_ERROR_PRINT.