| API Reference Guide > FreqIP Component API Reference > FreqIP Component Functions Reference > Complex Object Functions > IG_FIP_co_obj_row_pointers_get |
This function gets pointers to the beginning of data buffers for the given row.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_FIP_co_obj_row_pointers_get(
HIGCOMPLEXOBJ hIGComplexObj,
AT_INT rowNum,
AT_DOUBLE** lplpReal,
AT_DOUBLE** lplpImaginary
);
|
|
| 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. |
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.