ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / FreqIP Component API Reference / FreqIP Component Functions Reference / Complex Object Functions / IG_FIP_co_obj_row_pointers_get
In This Topic
    IG_FIP_co_obj_row_pointers_get
    In This Topic

    This function gets pointers to the beginning of data buffers for the given row.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_FIP_co_obj_row_pointers_get(
            HIGCOMPLEXOBJ hIGComplexObj, 
            AT_INT rowNum, 
            AT_DOUBLE** lplpReal, 
            AT_DOUBLE** lplpImaginary
    );
    

    Arguments:

    Name Type Description
    hIGComplexObj HIGCOMPLEXOBJ Handle to the object from which to get data pointers.
    rowNum AT_INT Index of the row for which to get data pointers.
    lplpReal AT_DOUBLE** Returns the pointer to the real buffer at the specified row.
    lplpImaginary AT_DOUBLE** Returns the pointer to the imaginary buffer at the specified row.

    Return Value:

    Returns the number of ImageGear errors that occurred during this function call.

    Supported Raster Image Formats:

    This function does not process image pixels.